RFR: 8330008: [s390x] Test bit "in-memory" in case of DiagnoseSyncOnValueBasedClasses [v2]
Andrew Haley
aph at openjdk.org
Tue Jan 21 13:33:48 UTC 2025
On Fri, 19 Apr 2024 14:02:21 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> It's trivial update to use `testbit` method to test the bit "in-memory"
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> updates comment in sharedRuntime_s390.cpp file
> > Should I integrate this one ?
>
> Go! The observed crash is obviously unrelated to your change.
It's not a crash, it's a diagnostic for synchronizing on a value-based class, as requested. Given that the test case actually is synchronizing on a value-based class, this is a correct diagnostic message.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18709#issuecomment-2604745435
More information about the hotspot-dev
mailing list