8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory

Move tests to seprate directory

Reviewed-by: dtitov, jcbeyler, ctornqvi, sspitsyn
This commit is contained in:
Chris Plummer 2019-08-09 11:27:08 -07:00
parent 46e4b55e23
commit 29875f63ef
6 changed files with 6 additions and 3 deletions

View File

@ -53,6 +53,9 @@ hotspot_handshake = \
hotspot_serviceability = \
serviceability
hotspot_resourcehogs = \
resourcehogs
hotspot_misc = \
/ \
-applications \
@ -368,8 +371,7 @@ tier1_serviceability = \
serviceability/sa \
-serviceability/sa/ClhsdbScanOops.java \
-serviceability/sa/TestJmapCore.java \
-serviceability/sa/TestJmapCoreMetaspace.java \
-serviceability/sa/TestHeapDumpForLargeArray.java
-serviceability/sa/TestJmapCoreMetaspace.java
tier1 = \
:tier1_common \

View File

@ -0,0 +1 @@
exclusiveAccess.dirs=.

View File

@ -26,7 +26,7 @@
* @bug 8175312
* @summary Test clhsdb 'g1regiondetails' and 'scanoops' commands for G1GC
* @requires vm.hasSA & (vm.bits == "64" & os.maxMemory > 8g)
* @library /test/lib
* @library /test/lib /test/hotspot/jtreg/serviceability/sa
* @run main/othervm/timeout=2400 ClhsdbRegionDetailsScanOopsForG1
*/