On Mon, 12 May 2025 16:45:58 GMT, Chris Plummer <[email protected]> wrote:
>> Radim Vansa has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Move constant to static final var
>
> Changes requested by cjplummer (Reviewer).
@plummercj When I've applied your suggestion to load the constant, I've
triggered an error in some tests on MacOS and Windows (not sure if this is
specific to those platforms or if this is only about timing...). Do you think
this is still viable?
java.lang.RuntimeException: VM.initialize() was not yet called
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VM.getVM(VM.java:576)
at jdk.hotspot.agent/sun.jvm.hotspot.oops.Field.<clinit>(Field.java:36)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24847#issuecomment-2883635142