RFR(S): JDK-8145317 ReservedStackTest fails with ReentrantLock looks corrupted
Daniel D. Daugherty
daniel.daugherty at oracle.com
Thu Dec 17 16:42:06 UTC 2015
Ummm.... This is a "main/othervm" test and I believe those are
allowed to call System.exit(). The error mode is detected in
a non-main thread and that's the thread that exits...
Dan
On 12/17/15 7:10 AM, Christian Tornqvist wrote:
> Hi Frederic,
>
> You're not allowed to do System.exit() in a jtreg test, please change the test to simply return.
>
> Thanks,
> Christian
>
> -----Original Message-----
> From: hotspot-runtime-dev [mailto:hotspot-runtime-dev-bounces at openjdk.java.net] On Behalf Of Frederic Parain
> Sent: Wednesday, December 16, 2015 7:12 AM
> To: hotspot-runtime-dev at openjdk.java.net
> Subject: RFR(S): JDK-8145317 ReservedStackTest fails with ReentrantLock looks corrupted
>
> Please review this small fix in ReservedStackTest test.
> The test didn't exclude correctly some platforms where the feature is not supported. The logic has been changed to explicitly list the supported platforms.
>
> CR: https://bugs.openjdk.java.net/browse/JDK-8145317
>
> Webrev: http://cr.openjdk.java.net/~fparain/8145317/webrev/
>
> Tested with JPRT, testset hotspot with aarch64 platform manually added to the target platforms list.
>
> Thanks,
>
> Fred
>
> --
> Frederic Parain - Oracle
> Grenoble Engineering Center - France
> Phone: +33 4 76 18 81 17
> Email: Frederic.Parain at oracle.com
>
More information about the hotspot-runtime-dev
mailing list