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 20:38:33 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> Chris Plummer has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - update copyright
>>  - Remove debugging code
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15371#discussion_r1300643155


More information about the serviceability-dev mailing list