Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8237111: LingeredApp should be started with getTestJavaOpts
Reviewed-by: cjplummer, dholmes
- Loading branch information
Showing
with
244 additions
and 294 deletions.
- +10 −1 test/hotspot/jtreg/ProblemList-zgc.txt
- +5 −6 test/hotspot/jtreg/resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java
- +5 −6 test/hotspot/jtreg/resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java
- +2 −3 test/hotspot/jtreg/serviceability/sa/CDSJMapClstats.java
- +2 −3 test/hotspot/jtreg/serviceability/sa/ClhsdbCDSJstackPrintAll.java
- +3 −4 test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
- +17 −18 test/hotspot/jtreg/serviceability/sa/ClhsdbFlags.java
- +2 −2 test/hotspot/jtreg/serviceability/sa/ClhsdbInspect.java
- +2 −4 test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java
- +2 −2 test/hotspot/jtreg/serviceability/sa/ClhsdbJstack.java
- +6 −5 test/hotspot/jtreg/serviceability/sa/ClhsdbJstackXcompStress.java
- +2 −2 test/hotspot/jtreg/serviceability/sa/ClhsdbPrintAll.java
- +2 −4 test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java
- +3 −5 test/hotspot/jtreg/serviceability/sa/DeadlockDetectionTest.java
- +2 −2 test/hotspot/jtreg/serviceability/sa/JhsdbThreadInfoTest.java
- +2 −4 test/hotspot/jtreg/serviceability/sa/TestClhsdbJstackLock.java
- +4 −5 test/hotspot/jtreg/serviceability/sa/TestCpoolForInvokeDynamic.java
- +3 −5 test/hotspot/jtreg/serviceability/sa/TestDefaultMethods.java
- +5 −6 test/hotspot/jtreg/serviceability/sa/TestG1HeapRegion.java
- +5 −6 test/hotspot/jtreg/serviceability/sa/TestHeapDumpForInvokeDynamic.java
- +1 −4 test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSize.java
- +1 −2 test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSizeForInterface.java
- +2 −3 test/hotspot/jtreg/serviceability/sa/TestIntConstant.java
- +2 −4 test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackLock.java
- +5 −6 test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackMixed.java
- +3 −4 test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java
- +3 −5 test/hotspot/jtreg/serviceability/sa/TestRevPtrsForInvokeDynamic.java
- +2 −3 test/hotspot/jtreg/serviceability/sa/TestType.java
- +2 −2 test/hotspot/jtreg/serviceability/sa/TestUniverse.java
- +3 −3 test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java
- +6 −9 test/jdk/com/sun/jdi/JdwpAllowTest.java
- +3 −3 test/jdk/com/sun/jdi/JdwpAttachTest.java
- +2 −4 test/jdk/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java
- +3 −2 test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
- +3 −2 test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java
- +2 −2 test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
- +3 −3 test/jdk/sun/tools/jhsdb/BasicLauncherTest.java
- +2 −2 test/jdk/sun/tools/jhsdb/HeapDumpTest.java
- +8 −6 test/jdk/sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java
- +5 −8 test/jdk/sun/tools/jhsdb/heapconfig/TmtoolTestScenario.java
- +7 −8 test/jdk/sun/tools/jinfo/JInfoTest.java
- +12 −15 test/jdk/sun/tools/jps/JpsHelper.java
- +22 −41 test/jdk/sun/tools/jps/LingeredApp.java
- +3 −3 test/jdk/sun/tools/jps/LingeredAppForJps.java
- +3 −3 test/jdk/sun/tools/jps/TestJps.java
- +3 −5 test/jdk/sun/tools/jstack/DeadlockDetectionTest.java
- +2 −2 test/lib-test/jdk/test/lib/apps/LingeredAppTest.java
- +23 −11 test/lib/jdk/test/lib/Utils.java
- +24 −36 test/lib/jdk/test/lib/apps/LingeredApp.java
Oops, something went wrong.