Skip to content

Commit a0f4a94

Browse files
author
Daniel D. Daugherty
committed
8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out
8308468: ProblemList containers/docker/TestMemoryAwareness.java on linux-x64 8308470: ProblemList javax/management/remote/mandatory/connection/BrokenConnectionTest.java on linux-all 8308471: ProblemList javax/management/remote/mandatory/loading/MissingClassTest.java on windows-x64 w/ loom 8308472: ProblemList javax/management/remote/mandatory/loading/RMIDownloadTest.java on windows-x64 w/ loom 8308473: ProblemList java/lang/instrument/NativeMethodPrefixAgent.java with loom Reviewed-by: lmesnik
1 parent 939344b commit a0f4a94

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

test/hotspot/jtreg/ProblemList.txt

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ runtime/ErrorHandling/TestDwarf.java 8305489 linux-all
104104
applications/jcstress/copy.java 8229852 linux-all
105105

106106
containers/docker/TestJcmd.java 8278102 linux-all
107+
containers/docker/TestMemoryAwareness.java 8303470 linux-x64
107108

108109
#############################################################################
109110

test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8297977
2727
* @summary Test that throwing OOM from reflected method gets InvocationTargetException
28-
* @run main/othervm ReflectOutOfMemoryError
28+
* @run main/othervm/timeout=150 ReflectOutOfMemoryError
2929
*/
3030
import java.lang.reflect.*;
3131

test/jdk/ProblemList-Virtual.txt

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ sun/tools/jstack/BasicJStackTest.java 8308033 generic-all
5656

5757
javax/management/remote/mandatory/connection/BrokenConnectionTest.java 8308035 windows-x64
5858

59+
javax/management/remote/mandatory/loading/MissingClassTest.java 8145413 windows-x64
60+
61+
javax/management/remote/mandatory/loading/RMIDownloadTest.java 8308366 windows-x64
62+
63+
java/lang/instrument/NativeMethodPrefixAgent.java 8307169 generic-all
64+
5965
##########
6066
## Tests incompatible with with virtual test thread factory.
6167
## There is no goal to run all test with virtual test thread factory.

test/jdk/ProblemList.txt

+2
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ javax/management/monitor/DerivedGaugeMonitorTest.java 8042211 generic-
524524

525525
javax/management/remote/mandatory/connection/RMIConnector_NPETest.java 8267887 generic-all
526526

527+
javax/management/remote/mandatory/connection/BrokenConnectionTest.java 8262312 linux-all
528+
527529
############################################################################
528530

529531
# jdk_net

0 commit comments

Comments
 (0)