RFR(XXS): 8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
David Holmes
david.holmes at oracle.com
Fri Dec 4 07:51:09 UTC 2015
Hi Dmitry,
On 4/12/2015 7:31 AM, Dmitry Dmitriev wrote:
> Hello,
>
> Please review trivial fix for runtime/thread/Fibonacci.java which change
> execution mode to the "othervm" to avoid possible deadlock in jtreg
> agent when uncaught exception is got.
While this may avoid the deadlock the issue is not with the test nor the
way it is run - this is a bug in jtreg, likely caused by multiple test
threads hitting uncaught exceptions at the same time.
David
> JBS: https://bugs.openjdk.java.net/browse/JDK-8144629
> webrev: http://cr.openjdk.java.net/~ddmitriev/8144629/webrev.00/
> <http://cr.openjdk.java.net/%7Eddmitriev/8144629/webrev.00/>
>
> Dmitry
More information about the hotspot-runtime-dev
mailing list