On Mon, 21 Aug 2023 20:21:49 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> VM.buildLongFromIntsPD() is not longer used. Remove it. src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java line 410: > 408: > 409: private VM(TypeDataBase db, JVMDebugger debugger, boolean isBigEndian) > { > 410: System.out.println("VM()"); Was it added intentionally? src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java line 949: > 947: > 948: public boolean isCompressedOopsEnabled() { > 949: //if (compressedOopsEnabled == null) { I am not sure I understand how this changes are related to the issue. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15371#discussion_r1300621792 PR Review Comment: https://git.openjdk.org/jdk/pull/15371#discussion_r1300622234