JDK 25 |
---|
25 masterFixed |
Relates :
|
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.
|