Integrated: 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:20:50 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.
This pull request has now been integrated.
Changeset: a1df2da6
Author: Daniel D. Daugherty <dcubed at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a1df2da6684ff9d934ddb2f4f4932b57af678dc2
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/9930
More information about the hotspot-compiler-dev
mailing list