Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2009905 | 1.0.2 | Timothy Lindholm | P3 | Resolved | Fixed | 1.0.2 |
>From: Hanpeter van Vliet <###@###.###>
Some bytecodes have changed between alpha3 and prebeta1 thisis not yet
reflected in documentation. Specifically it appears that bytecode 198
is no longer "breakpoint"(according docs it is "multianewarray" but
according a knowproblem 197 and 198 are reversed in the docs). It seems
to besomething like "if_acmpnull" now. This implies that
"breakpoint"has moved and suggests that there also is a
"if_acmpnonnull"somewhere0
Some bytecodes have changed between alpha3 and prebeta1 thisis not yet
reflected in documentation. Specifically it appears that bytecode 198
is no longer "breakpoint"(according docs it is "multianewarray" but
according a knowproblem 197 and 198 are reversed in the docs). It seems
to besomething like "if_acmpnull" now. This implies that
"breakpoint"has moved and suggests that there also is a
"if_acmpnonnull"somewhere0
- backported by
-
JDK-2009905 (fp.bugs 2105) Bytecode documentation incorrect
- Resolved