The following tests failed due to OutOfMemoryError:
vmTestbase/gc/vector/LinearListLow/TestDescription.java
vmTestbase/gc/vector/CircularListLow/TestDescription.java
Here's a snippet from the LinearListLow log file:
#section:main
----------messages:(4/241)----------
command: main gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
reason: User specified action: run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
Mode: othervm [/othervm specified]
elapsed time (seconds): 35.876
----------configuration:(0/0)----------
----------System.out:(17/406)----------
Stress time: 30 seconds
Stress iterations factor: 1
Stress threads factor: 1
Stress runs factor: 1
Max memory: 997523456
Sleep time: 500
Iterations: 0
Number of threads: 8
Seed: 1567245088757
Run GC thread: false
Run mem diag thread: true
Run forever: false
Memory to fill out: 598514073
Array lenght: 5541796
Object size: 100
Garbage producer: nsk.share.gc.gp.list.LinearListProducer
Memory Strategy: low
----------System.err:(6/409)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
----------rerun:(35/6366)*----------
Here's a snippet from the CircularListLow log file:
#section:main
----------messages:(4/245)----------
command: main gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
reason: User specified action: run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
Mode: othervm [/othervm specified]
elapsed time (seconds): 35.962
----------configuration:(0/0)----------
----------System.out:(17/408)----------
Stress time: 30 seconds
Stress iterations factor: 1
Stress threads factor: 1
Stress runs factor: 1
Max memory: 997523456
Sleep time: 500
Iterations: 0
Number of threads: 8
Seed: 1567244869606
Run GC thread: false
Run mem diag thread: true
Run forever: false
Memory to fill out: 598514073
Array lenght: 5541796
Object size: 100
Garbage producer: nsk.share.gc.gp.list.CircularListProducer
Memory Strategy: low
----------System.err:(6/409)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
----------rerun:(35/6382)*----------
vmTestbase/gc/vector/LinearListLow/TestDescription.java
vmTestbase/gc/vector/CircularListLow/TestDescription.java
Here's a snippet from the LinearListLow log file:
#section:main
----------messages:(4/241)----------
command: main gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
reason: User specified action: run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
Mode: othervm [/othervm specified]
elapsed time (seconds): 35.876
----------configuration:(0/0)----------
----------System.out:(17/406)----------
Stress time: 30 seconds
Stress iterations factor: 1
Stress threads factor: 1
Stress runs factor: 1
Max memory: 997523456
Sleep time: 500
Iterations: 0
Number of threads: 8
Seed: 1567245088757
Run GC thread: false
Run mem diag thread: true
Run forever: false
Memory to fill out: 598514073
Array lenght: 5541796
Object size: 100
Garbage producer: nsk.share.gc.gp.list.LinearListProducer
Memory Strategy: low
----------System.err:(6/409)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
----------rerun:(35/6366)*----------
Here's a snippet from the CircularListLow log file:
#section:main
----------messages:(4/245)----------
command: main gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
reason: User specified action: run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
Mode: othervm [/othervm specified]
elapsed time (seconds): 35.962
----------configuration:(0/0)----------
----------System.out:(17/408)----------
Stress time: 30 seconds
Stress iterations factor: 1
Stress threads factor: 1
Stress runs factor: 1
Max memory: 997523456
Sleep time: 500
Iterations: 0
Number of threads: 8
Seed: 1567244869606
Run GC thread: false
Run mem diag thread: true
Run forever: false
Memory to fill out: 598514073
Array lenght: 5541796
Object size: 100
Garbage producer: nsk.share.gc.gp.list.CircularListProducer
Memory Strategy: low
----------System.err:(6/409)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainThread"
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
----------rerun:(35/6382)*----------
- relates to
-
JDK-8230349 Test jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java fails with GC overhead limit exceeded on several MacOS servers
- Closed