RFR: 8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Daniel D.Daugherty
dcubed at openjdk.java.net
Wed Mar 16 16:27:48 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
@dholmes-ora is on vacation at the moment so a CSR related response
from him will likely be delayed.
This test failure has started showing up in Tier6 testing. We don't have
a way of ProblemListing a test just for 'release' bits. It would be good to
get some solution in place quickly even if we modify that solution down
the road.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7830
More information about the hotspot-compiler-dev
mailing list