-
Enhancement
-
Resolution: Fixed
-
P4
-
8-aarch64
-
None
-
b01
There is the aarch64-only addition in instanceKlass.cpp here:
https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/hotspot/file/6e4f992250b5/src/share/vm/oops/instanceKlass.cpp#l3118
It was used for debugging and shows up as deviation from 8u upstream. We should revert it and optionally get the block like that via normal backporting path.
https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/hotspot/file/6e4f992250b5/src/share/vm/oops/instanceKlass.cpp#l3118
It was used for debugging and shows up as deviation from 8u upstream. We should revert it and optionally get the block like that via normal backporting path.
- relates to
-
JDK-8257192 Integrate AArch64 JIT port into 8u
- Resolved