8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running

Reviewed-by: ctornqvi, zgu, hseigel
This commit is contained in:
George Triantafillou 2014-08-22 06:28:14 -07:00
parent 311638a602
commit 3f590aeec4
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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