RFR: 8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Jie Fu
jiefu at openjdk.java.net
Wed Mar 16 00:01:06 UTC 2022
Hi all,
compiler/arguments/TestCodeEntryAlignment.java fails with release VMs due to 'CodeCacheSegmentSize' is develop and is available only in debug version of VM.
The fix would only run with 'CodeCacheSegmentSize' for debug VMs.
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Changes: https://git.openjdk.java.net/jdk/pull/7830/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7830&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8283229
Stats: 9 lines in 1 file changed: 3 ins; 0 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/7830.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7830/head:pull/7830
PR: https://git.openjdk.java.net/jdk/pull/7830
More information about the hotspot-compiler-dev
mailing list