RFR: 8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."

Daniel D. Daugherty dcubed at openjdk.org
Thu Aug 18 22:04:23 UTC 2022


On Thu, 18 Aug 2022 21:02:18 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> A trivial fix so that compiler/sharedstubs/SharedTrampolineTest.java requires
>> debug bits to use the '-XX:PrintRelocations' option.
>> 
>> This failure was reproduced on my M1 MacMini with 'release' bits and I verified
>> that the test no longer runs with 'release' bits after the fix. I also verified that
>> the test runs and passes with 'fastdebug' bits.
>
> Good and trivial.
> 
> Thanks

@dholmes-ora - Thanks for the fast review.

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

PR: https://git.openjdk.org/jdk/pull/9930


More information about the hotspot-runtime-dev mailing list