8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
authorgtriantafill
Fri, 22 Aug 2014 06:28:14 -0700
changeset 26302 e3228e31a08d
parent 26301 05be37b5ba44
child 26303 ef9b4c475c1d
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running Reviewed-by: ctornqvi, zgu, hseigel
hotspot/test/runtime/NMT/MallocSiteHashOverflow.java
hotspot/test/runtime/NMT/MallocStressTest.java
--- a/hotspot/test/runtime/NMT/MallocSiteHashOverflow.java	Thu Aug 21 14:37:39 2014 -0700
+++ b/hotspot/test/runtime/NMT/MallocSiteHashOverflow.java	Fri Aug 22 06:28:14 2014 -0700
@@ -22,10 +22,9 @@
  */
 
 /*
- * @key stress
  * @test
  * @summary Test corner case that overflows malloc site hashtable bucket
- * @key nmt jcmd
+ * @key nmt jcmd stress
  * @library /testlibrary /testlibrary/whitebox
  * @ignore - This test is disabled since it will stress NMT and timeout during normal testing
  * @build MallocSiteHashOverflow
--- a/hotspot/test/runtime/NMT/MallocStressTest.java	Thu Aug 21 14:37:39 2014 -0700
+++ b/hotspot/test/runtime/NMT/MallocStressTest.java	Fri Aug 22 06:28:14 2014 -0700
@@ -22,10 +22,9 @@
  */
 
 /*
- * @key stress
  * @test
  * @summary Stress test for malloc tracking
- * @key nmt jcmd
+ * @key nmt jcmd stress
  * @library /testlibrary /testlibrary/whitebox
  * @build MallocStressTest
  * @ignore - This test is disabled since it will stress NMT and timeout during normal testing