-
Bug
-
Resolution: Fixed
-
P3
-
24, 25
-
b18
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8354082 | 24.0.2 | Martin Doerr | P3 | Resolved | Fixed | b03 |
In the debug build, we run into the assertion "assert((offset() % end_alignment) == 0) failed: Misaligned verified entry point" when using -XX:+UnlockExperimentalVMOptions -XX:+UseCompactObjectHeaders -XX:-UseSIGTRAP.
Reason is that "MacroAssembler::ic_check" misses "load_narrow_klass_compact" in the slower version which doesn't use SIGTRAP.
Reason is that "MacroAssembler::ic_check" misses "load_narrow_klass_compact" in the slower version which doesn't use SIGTRAP.
- backported by
-
JDK-8354082 [PPC64] Bug related to -XX:+UseCompactObjectHeaders -XX:-UseSIGTRAP in JDK-8305895
-
- Resolved
-
- relates to
-
JDK-8305895 Implement JEP 450: Compact Object Headers (Experimental)
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/8a44c3fb
-
Commit(master) openjdk/jdk/a13e34da
-
Review(master) openjdk/jdk24u/178
-
Review(master) openjdk/jdk/24331
(1 links to)