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:
parent
46e4b55e23
commit
29875f63ef
@ -53,6 +53,9 @@ hotspot_handshake = \
|
|||||||
hotspot_serviceability = \
|
hotspot_serviceability = \
|
||||||
serviceability
|
serviceability
|
||||||
|
|
||||||
|
hotspot_resourcehogs = \
|
||||||
|
resourcehogs
|
||||||
|
|
||||||
hotspot_misc = \
|
hotspot_misc = \
|
||||||
/ \
|
/ \
|
||||||
-applications \
|
-applications \
|
||||||
@ -368,8 +371,7 @@ tier1_serviceability = \
|
|||||||
serviceability/sa \
|
serviceability/sa \
|
||||||
-serviceability/sa/ClhsdbScanOops.java \
|
-serviceability/sa/ClhsdbScanOops.java \
|
||||||
-serviceability/sa/TestJmapCore.java \
|
-serviceability/sa/TestJmapCore.java \
|
||||||
-serviceability/sa/TestJmapCoreMetaspace.java \
|
-serviceability/sa/TestJmapCoreMetaspace.java
|
||||||
-serviceability/sa/TestHeapDumpForLargeArray.java
|
|
||||||
|
|
||||||
tier1 = \
|
tier1 = \
|
||||||
:tier1_common \
|
:tier1_common \
|
||||||
|
1
test/hotspot/jtreg/resourcehogs/TEST.properties
Normal file
1
test/hotspot/jtreg/resourcehogs/TEST.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
exclusiveAccess.dirs=.
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8175312
|
* @bug 8175312
|
||||||
* @summary Test clhsdb 'g1regiondetails' and 'scanoops' commands for G1GC
|
* @summary Test clhsdb 'g1regiondetails' and 'scanoops' commands for G1GC
|
||||||
* @requires vm.hasSA & (vm.bits == "64" & os.maxMemory > 8g)
|
* @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
|
* @run main/othervm/timeout=2400 ClhsdbRegionDetailsScanOopsForG1
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user