Integrated: 8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Jie Fu
jiefu at openjdk.java.net
Thu Mar 17 00:09:45 UTC 2022
On Tue, 15 Mar 2022 23:53:23 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
This pull request has now been integrated.
Changeset: 3da5204b
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3da5204b3c3a3f95bddcdcfe2628c2e0ed8a12d9
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Reviewed-by: dlong
-------------
PR: https://git.openjdk.java.net/jdk/pull/7830
More information about the hotspot-compiler-dev
mailing list