Commit 2f7ee60
committed
Store list of runtime exceptions in new variable
The new public variable exception_needed_classes stores a list of Java
exception classes that can be introduced by java_bytecode_instrument.
These five classes can be generated by a Java program without explicitly
using "throw new".1 parent 396adaf commit 2f7ee60
File tree
2 files changed
+11
-0
lines changed- src/java_bytecode
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
0 commit comments