Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045176 | 8u25 | Albert Noll | P4 | Resolved | Fixed | b01 |
JDK-8031790 | 8u20 | Albert Noll | P4 | Resolved | Fixed | b01 |
JDK-8053182 | emb-8u26 | Albert Noll | P4 | Resolved | Fixed | b17 |
This flag is broken. The reason is that adapters (gen_i2c_adapter()) that are generated during VM startup do not include the range for StubRoutines::code2() if -XX:+VerifyAdapterCalls is specified. StubRoutines::code2() is only allocated later during startup; consequently, code2() is NULL. As a result, the size of the generated adapter as well as the code itself does not mactch.
- backported by
-
JDK-8031790 -XX:+VerifyAdapterSharing is broken
-
- Resolved
-
-
JDK-8045176 -XX:+VerifyAdapterSharing is broken
-
- Resolved
-
-
JDK-8053182 -XX:+VerifyAdapterSharing is broken
-
- Resolved
-
- relates to
-
JDK-8030783 Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
-
- Resolved
-
- links to