[9] RFR: 8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]"

Sibabrata Sahoo sibabrata.sahoo at oracle.com
Tue Jul 5 12:41:15 UTC 2016


Hi,

 

Please review the patch for "8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]""

 

JBS: https://bugs.openjdk.java.net/browse/JDK-8079441

Webrev: http://cr.openjdk.java.net/~ssahoo/8079441/webrev.00/

 

Description:

This is a rare failure. It looks to be the test failed due to unexpected exit of JVM in a Windows machine. Why JVM possibly exit for this test unexpectedly is unknown. But I thought to provide the fix using recent thread APIs and that might cause this test to work without such failure in future. The reason is,

1)      This failure is not intended for the test and is not raised from Security library.

2)      There are no such test failed in security component in past with same error which are implemented using new Thread API.

3)      It makes sense to remove using older API and upgrade with new and retaining the same behavior.

 

Thanks,

Siba

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20160705/17483fc1/attachment.htm>


More information about the security-dev mailing list