File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ runtime/ErrorHandling/TestDwarf.java 8305489 linux-all
104
104
applications/jcstress/copy.java 8229852 linux-all
105
105
106
106
containers/docker/TestJcmd.java 8278102 linux-all
107
+ containers/docker/TestMemoryAwareness.java 8303470 linux-x64
107
108
108
109
#############################################################################
109
110
Original file line number Diff line number Diff line change 25
25
* @test
26
26
* @bug 8297977
27
27
* @summary Test that throwing OOM from reflected method gets InvocationTargetException
28
- * @run main/othervm ReflectOutOfMemoryError
28
+ * @run main/othervm/timeout=150 ReflectOutOfMemoryError
29
29
*/
30
30
import java .lang .reflect .*;
31
31
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ sun/tools/jstack/BasicJStackTest.java 8308033 generic-all
56
56
57
57
javax/management/remote/mandatory/connection/BrokenConnectionTest.java 8308035 windows-x64
58
58
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
+
59
65
##########
60
66
## Tests incompatible with with virtual test thread factory.
61
67
## There is no goal to run all test with virtual test thread factory.
Original file line number Diff line number Diff line change @@ -524,6 +524,8 @@ javax/management/monitor/DerivedGaugeMonitorTest.java 8042211 generic-
524
524
525
525
javax/management/remote/mandatory/connection/RMIConnector_NPETest.java 8267887 generic-all
526
526
527
+ javax/management/remote/mandatory/connection/BrokenConnectionTest.java 8262312 linux-all
528
+
527
529
############################################################################
528
530
529
531
# jdk_net
You can’t perform that action at this time.
0 commit comments