RFR: 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
Leonid Mesnik
leonid.mesnik at oracle.com
Sat Aug 17 18:14:43 UTC 2019
Hi
Could you please review following fix. Test runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java takes about 4 minutes and is top consumer in tier1. It should be moved out of tier1 as other slow error handling tests.
bug: https://bugs.openjdk.java.net/browse/JDK-8229854 <https://bugs.openjdk.java.net/browse/JDK-8229854>
diff:
diff -r 34bbd91b1522 test/hotspot/jtreg/TEST.groups
--- a/test/hotspot/jtreg/TEST.groups Sat Aug 17 06:20:49 2019 -0700
+++ b/test/hotspot/jtreg/TEST.groups Sat Aug 17 10:37:02 2019 -0700
@@ -278,6 +278,7 @@
-runtime/ErrorHandling/CreateCoredumpOnCrash.java \
-runtime/ErrorHandling/ErrorHandler.java \
-runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
+ -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \
-runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
-runtime/InvocationTests \
-runtime/logging/MonitorMismatchTest.java \
Leonid
More information about the hotspot-runtime-dev
mailing list