RFR: 8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
David Holmes
dholmes at openjdk.org
Thu Aug 18 22:04:23 UTC 2022
On Thu, 18 Aug 2022 20:56:24 GMT, Daniel D. Daugherty <dcubed 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
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9930
More information about the hotspot-runtime-dev
mailing list