RFR: 8364141: Remove LockingMode related code from x86 [v3]
Fredrik Bredberg
fbredberg at openjdk.org
Thu Aug 7 09:23:37 UTC 2025
On Wed, 6 Aug 2025 05:43:13 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update two after review
>
> src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp line 409:
>
>> 407: //
>> 408: // The only other source of unbalanced locking would be JNI. The "Java Native Interface
>> 409: // Specification" states that an object locked by JNI's_MonitorEnter should not be
>
> Suggestion:
>
> // Specification" states that an object locked by JNI's MonitorEnter should not be
>
> Sorry missed the misplaced underscore due to the red-wavy-line spelling error
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26552#discussion_r2259672572
More information about the hotspot-compiler-dev
mailing list