-
Bug
-
Resolution: Fixed
-
P3
-
24, 25
-
master
-
ppc
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.
- relates to
-
JDK-8305895 Implement JEP 450: Compact Object Headers (Experimental)
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/a13e34da
-
Review(master) openjdk/jdk24u/178
-
Review(master) openjdk/jdk/24331