RFR(T): 8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
David Holmes
david.holmes at oracle.com
Tue May 21 07:02:17 UTC 2019
Hi Thomas,
First can you fix the synopsis of the bug before pushing anything as the
test is:
runtime/ErrorHandling/ErrorHandler.java
Thanks. :)
On 21/05/2019 4:21 pm, Thomas Stüfe wrote:
> Hi all,
>
> may I have reviews please for this trivial test fix:
>
> https://bugs.openjdk.java.net/browse/JDK-8224034
> http://cr.openjdk.java.net/~stuefe/webrevs/8224034-errorhandlertest-13-fails-intermittently/webrev.00/webrev/
>
> -XX:ErrorHandlerTest=13 may sometimes fail to trigger the expected crash.
> We see this on Windows. Where one would expect a ACCESS_VIOLATION, the VM
> just quits immediately.
Just a data point but I did some checking and AFAICS we do not see any
such failures. You must have some interesting config on your Windows
boxes. :)
> The test jumps to an invalid function pointer. We may see here some sort of
> intrusion prevention.
>
> All these tests invoke undefined behavior but the other tests behave in the
> expected fashion.
>
> I propose to exclude this case from the test since analyzing why exactly it
> quits immediately on Windows could be done but IMHO is not worth the effort.
Is it worth just skipping it on Windows? I know that will make the test
logic more awkward. Your call.
Thanks,
David
> Thank you!
> Thomas
>
More information about the hotspot-runtime-dev
mailing list