-
Bug
-
Resolution: Fixed
-
P3
-
10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8195574 | 11 | Mandy Chung | P3 | Resolved | Fixed | b01 |
JDK-8197715 | 10u-cpu | Mandy Chung | P3 | Resolved | Fixed | master |
JDK-8200925 | 10.0.2 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8195925 | 10.0.1 | Mandy Chung | P3 | Resolved | Fixed | b01 |
the test failed in hs PIT with the following message:
#section:main
----------messages:(5/336)----------
command: main CheckCSMs
reason: User specified action: run main/othervm/timeout=900 CheckCSMs
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.jdeps --add-exports jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED --add-exports jdk.jdeps/com.sun.tools.jdeps=ALL-UNNAMED
elapsed time (seconds): 312.388
----------configuration:(5/184)----------
Boot Layer
add modules: jdk.jdeps
add exports: jdk.jdeps/com.sun.tools.classfile ALL-UNNAMED
jdk.jdeps/com.sun.tools.jdeps ALL-UNNAMED
----------System.out:(0/0)----------
----------System.err:(10/524)----------
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-2"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-1"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-3"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
#section:main
----------messages:(5/336)----------
command: main CheckCSMs
reason: User specified action: run main/othervm/timeout=900 CheckCSMs
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.jdeps --add-exports jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED --add-exports jdk.jdeps/com.sun.tools.jdeps=ALL-UNNAMED
elapsed time (seconds): 312.388
----------configuration:(5/184)----------
Boot Layer
add modules: jdk.jdeps
add exports: jdk.jdeps/com.sun.tools.classfile ALL-UNNAMED
jdk.jdeps/com.sun.tools.jdeps ALL-UNNAMED
----------System.out:(0/0)----------
----------System.err:(10/524)----------
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-2"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-1"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-3"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
- backported by
-
JDK-8195574 jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
- Resolved
-
JDK-8195925 jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
- Resolved
-
JDK-8197715 jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
- Resolved
-
JDK-8200925 jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
- Resolved
- relates to
-
JDK-8191351 jdk/internal/reflect/CallerSensitive/CallerSensitiveFinder.java test failed
- Closed