RFR (S) : 8239557 : [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
mikhailo.seledtsov at oracle.com
mikhailo.seledtsov at oracle.com
Mon Feb 24 23:57:38 UTC 2020
+1
On 2/24/20 3:53 PM, David Holmes wrote:
> That looks good to me.
>
> Thanks,
> David
>
> On 24/02/2020 2:18 pm, Fairoz Matte wrote:
>> Hi,
>>
>> Please review a small change to correct the testcase
>> runtime/ErrorHandling/VeryEarlyAssertTest.java
>> JBS - https://bugs.openjdk.java.net/browse/JDK-8239557
>> Webrev - http://cr.openjdk.java.net/~fmatte/8239557/webrev.00/
>>
>> Background:
>> Testcase assume that "END." Marker is always at the last line of the
>> hs_error file.
>> Crash mechanism is triggered by static initialization of libjvm.so.
>> This happens before any of the actual VM initialization.
>> During error reporting it may end up with errors, and additional logs
>> may get appended after END marker.
>> This issue is only observed on internal testing (Mach5).
>>
>> Thanks,
>> Fairoz
>>
More information about the hotspot-runtime-dev
mailing list