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:22 UTC 2022
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.
-------------
Commit messages:
- 8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
Changes: https://git.openjdk.org/jdk/pull/9930/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9930&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292632
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/9930.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9930/head:pull/9930
PR: https://git.openjdk.org/jdk/pull/9930
More information about the hotspot-runtime-dev
mailing list