RFR: 8312232: Remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD() [v2]
Chris Plummer
cjplummer at openjdk.org
Mon Aug 21 21:16:02 UTC 2023
On Mon, 21 Aug 2023 21:04:47 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> 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.
>
> Sorry, I was working on another CR at the same time and had added debugging code. I thought I stripped it all out before doing the commit, but it looks like I didn't save the changes.
Should be fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15371#discussion_r1300645071
More information about the serviceability-dev
mailing list