Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8244385: various clean-ups in runtime tests
Reviewed-by: minqi
- Loading branch information
Showing
with
233 additions
and 256 deletions.
- +4 −4 test/hotspot/jtreg/runtime/8176717/TestInheritFD.java
- +3 −1 test/hotspot/jtreg/runtime/ClassFile/PreviewVersion.java
- +49 −58 test/hotspot/jtreg/runtime/CompressedOops/CompressedClassSpaceSize.java
- +4 −6 test/hotspot/jtreg/runtime/ErrorHandling/BadNativeStackInErrorHandlingTest.java
- +7 −4 test/hotspot/jtreg/runtime/ErrorHandling/CreateCoredumpOnCrash.java
- +12 −14 test/hotspot/jtreg/runtime/LoadClass/TestResize.java
- +15 −14 test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency1.java
- +15 −14 test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency2.java
- +16 −16 test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency3.java
- +16 −16 test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency4.java
- +12 −13 test/hotspot/jtreg/runtime/Safepoint/NoSafepointVerifier.java
- +4 −7 test/hotspot/jtreg/runtime/Unsafe/RangeCheck.java
- +3 −8 test/hotspot/jtreg/runtime/cds/appcds/TestCombinedCompressedFlags.java
- +28 −20 test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java
- +17 −19 test/hotspot/jtreg/runtime/logging/ItablesTest.java
- +12 −14 test/hotspot/jtreg/runtime/logging/RemovedDevelopFlagsTest.java
- +2 −7 test/hotspot/jtreg/runtime/memory/LargePages/TestLargePageSizeInBytes.java
- +3 −5 test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently.java
- +11 −16 test/hotspot/jtreg/runtime/symboltable/ShortLivedSymbolCleanup.java
Oops, something went wrong.