-
Bug
-
Resolution: Fixed
-
P3
-
8u381, 11, 12, 13, 14
-
b24
-
x86_64
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246460 | 13.0.4 | Igor Ignatyev | P3 | Resolved | Fixed | b04 |
JDK-8234575 | 11.0.7-oracle | Vaibhav Choudhary | P3 | Resolved | Fixed | b01 |
JDK-8235418 | 11.0.7 | Igor Ignatyev | P3 | Resolved | Fixed | b01 |
The following test failed in the jdk/jdk CI:
compiler/c2/Test8004741.java
Here's a snippet of the log file:
#section:main
----------messages:(4/572)----------
command: main -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100 compiler.c2.Test8004741
reason: User specified action: run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100 compiler.c2.Test8004741
Mode: othervm [/othervm specified]
elapsed time (seconds): 7.852
----------configuration:(0/0)----------
----------System.out:(33/664)----------
Saw expected NegativeArraySizeException #1
Saw expected NegativeArraySizeException #2
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
test got ThreadDeath
Too few ThreadDeath hits; expected at least 6 but saw only 5
FAILED
----------System.err:(0/0)----------
----------rerun:(48/4708)*----------
compiler/c2/Test8004741.java
Here's a snippet of the log file:
#section:main
----------messages:(4/572)----------
command: main -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100 compiler.c2.Test8004741
reason: User specified action: run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100 compiler.c2.Test8004741
Mode: othervm [/othervm specified]
elapsed time (seconds): 7.852
----------configuration:(0/0)----------
----------System.out:(33/664)----------
Saw expected NegativeArraySizeException #1
Saw expected NegativeArraySizeException #2
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
thread running
stopping thread
test got ThreadDeath
thread running
stopping thread
test got ThreadDeath
Too few ThreadDeath hits; expected at least 6 but saw only 5
FAILED
----------System.err:(0/0)----------
----------rerun:(48/4708)*----------
- backported by
-
JDK-8234575 Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
- Resolved
-
JDK-8235418 Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
- Resolved
-
JDK-8246460 Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
- Resolved
- relates to
-
JDK-8235801 compiler/c2/Test8004741.java failed due to "Error: test method didn't get compiled"
- Open