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

 

Reply via email to