RFR: 8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs [v2]

Jie Fu jiefu at openjdk.java.net
Wed Mar 16 23:12:29 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

Jie Fu has updated the pull request incrementally with one additional commit since the last revision:

  Address review comments

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7830/files
  - new: https://git.openjdk.java.net/jdk/pull/7830/files/f1ec57e8..2b16c14e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7830&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7830&range=00-01

  Stats: 10 lines in 1 file changed: 1 ins; 3 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