-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b72
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135727 | emb-9 | Evgeniya Stepanova | P4 | Resolved | Fixed | team |
The nsk/stress/except/except001 test throws an OOM in the compiler nightly run of 2015-03-30:
# Actual: C:/local/aurora/CommonData/JDK_DIR/bin/java -server -Xcomp -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -ea -esa -XX:-TieredCompilation -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:-DoEscapeAnalysis -XX:+AggressiveOpts -Xms50M -Xmx200M nsk.stress.except.except001.except001
[2015-03-31T10:43:32.75] # While printing this message, JVM seems to initiate the output
[2015-03-31T10:43:32.75] # stream, so that it will not need more memory to print later,
[2015-03-31T10:43:32.75] # when the heap would fail to provide more memory.
[2015-03-31T10:43:32.75] #
[2015-03-31T10:43:32.75] # That problem is caused by the known JDK/HotSpot bugs:
[2015-03-31T10:43:32.75] # 4239841 (P1/S5) 1.1: poor garbage collector performance
[2015-03-31T10:43:32.75] # 4245060 (P4/S5) poor garbage collector performance
[2015-03-31T10:43:32.75] #
[2015-03-31T10:43:32.75] # This message is just intended to work-around that problem.
[2015-03-31T10:43:32.75] # If printing should fail even so.
[2015-03-31T10:47:24.43] UncaughtException! :java.lang.OutOfMemoryError: Java heap space
[2015-03-31T10:47:24.43] Test Skipped
[2015-03-31T10:47:24.49] java.lang.OutOfMemoryError: Java heap space
[2015-03-31T10:47:24.68]
[2015-03-31T10:47:24.68] Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
[2015-03-31T10:47:24.68] # Test level exit status: 1
# Actual: C:/local/aurora/CommonData/JDK_DIR/bin/java -server -Xcomp -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -ea -esa -XX:-TieredCompilation -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:-DoEscapeAnalysis -XX:+AggressiveOpts -Xms50M -Xmx200M nsk.stress.except.except001.except001
[2015-03-31T10:43:32.75] # While printing this message, JVM seems to initiate the output
[2015-03-31T10:43:32.75] # stream, so that it will not need more memory to print later,
[2015-03-31T10:43:32.75] # when the heap would fail to provide more memory.
[2015-03-31T10:43:32.75] #
[2015-03-31T10:43:32.75] # That problem is caused by the known JDK/HotSpot bugs:
[2015-03-31T10:43:32.75] # 4239841 (P1/S5) 1.1: poor garbage collector performance
[2015-03-31T10:43:32.75] # 4245060 (P4/S5) poor garbage collector performance
[2015-03-31T10:43:32.75] #
[2015-03-31T10:43:32.75] # This message is just intended to work-around that problem.
[2015-03-31T10:43:32.75] # If printing should fail even so.
[2015-03-31T10:47:24.43] UncaughtException! :java.lang.OutOfMemoryError: Java heap space
[2015-03-31T10:47:24.43] Test Skipped
[2015-03-31T10:47:24.49] java.lang.OutOfMemoryError: Java heap space
[2015-03-31T10:47:24.68]
[2015-03-31T10:47:24.68] Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
[2015-03-31T10:47:24.68] # Test level exit status: 1
- backported by
-
JDK-8135727 nsk/stress/except/except001 throws OOM
-
- Resolved
-