RFR: 8312232: Remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD()
Leonid Mesnik
lmesnik at openjdk.org
Mon Aug 21 20:41:26 UTC 2023
On Mon, 21 Aug 2023 20:21:49 GMT, Chris Plummer <cjplummer at 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
More information about the serviceability-dev
mailing list