RFR: 8310489: New test runtime/ClassInitErrors/TestStackOverflowDuringInit.java failed

David Holmes dholmes at openjdk.org
Tue Jun 27 00:17:08 UTC 2023


On Mon, 26 Jun 2023 23:03:32 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> I haven't been able to reproduce the failure outside of the occasional CI failures we have, but I have done some further analysis.
>> 
>> I've extracted the key aspects of the test and put them in a simplified "non fuzzed" form so that it is much easier to see what the test does and what it expects to happen. I've also tweak the running the test so that it uses the minimum amount of stack (so we get stackoverflow sooner) and runs in interpreted mode (so we eliminate any potential JIT oddities with inlining etc.). Hopefully this will be more stable - otherwise I will just delete the test.
>> 
>> Testing:
>>  - 50x on each x64 platform in our CI
>> 
>> Thanks.
>
> Since this is a test failure, it's ok to check this in with one review or soon anyway.

Thanks @coleenp . If this doesn't make it more stable I will just remove the test.

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

PR Comment: https://git.openjdk.org/jdk/pull/14648#issuecomment-1608502180


More information about the hotspot-runtime-dev mailing list