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

Dean Long dlong at openjdk.java.net
Thu Mar 17 00:04:40 UTC 2022


On Wed, 16 Mar 2022 23:12:29 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> 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

Looks good, and trivial.  Please integrate.

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

Marked as reviewed by dlong (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7830


More information about the hotspot-compiler-dev mailing list