RFR(XS): JDK-8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running

Christian Tornqvist christian.tornqvist at oracle.com
Thu Aug 21 19:06:03 UTC 2014


Hi George,

This looks good, thanks for fixing this.

Thanks,
Christian

-----Original Message-----
From: hotspot-runtime-dev [mailto:hotspot-runtime-dev-bounces at openjdk.java.net] On Behalf Of George Triantafillou
Sent: Thursday, August 21, 2014 12:05 PM
To: hotspot-runtime-dev at openjdk.java.net
Subject: RFR(XS): JDK-8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running

Please review this test fix for 8055765.  The first token of both tests was changed to "@test" to enable the tests to be explicitly run using the jtreg "-ignore:run" flag.  Since both tests can timeout during normal testing, they still contain the "@ignore" tag, which prevents them from running unless explicitly override using the jtreg "-ignore:run" flag.

Webrev: http://cr.openjdk.java.net/~gtriantafill/8055765/webrev/
<http://cr.openjdk.java.net/%7Egtriantafill/8055765/webrev/>
Bug: https://bugs.openjdk.java.net/browse/JDK-8055765

The fix was tested locally on Linux with the jtreg "-ignore:run" flag.

Thanks.

-George




More information about the hotspot-runtime-dev mailing list