This repository was archived by the owner on Feb 23, 2018. It is now read-only.
Commit ccbe1ca
committed
Support Java 9 bytecode format
AFAIK the bytecode format was bumped to indicate that
code compiled with `-target 9` requires boostrap methods
that only exist in the Java 9 standard library for the
new String concatenation based on invokedynamic. So we
probably don't need changes to the bytecode parser/writers.1 parent 787a147 commit ccbe1ca
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments