Details
-
Bug
-
Resolution: Fixed
-
P4
-
9, 10
-
b30
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217812 | 13 | Igor Ignatyev | P4 | Resolved | Fixed | b06 |
JDK-8218356 | 12.0.2 | Igor Ignatyev | P4 | Resolved | Fixed | b01 |
JDK-8218308 | 12.0.1 | Igor Ignatyev | P4 | Resolved | Fixed | b06 |
Description
+ exit_code=0
+ '[' 0 -eq 0 ']'
+ cat crash.out
+ test_fail 3 'CHECK :: CRASH' 'JVM exits gracefully'
[~iignatyev] said:
the JVM was expected to crash, but it didn’t
we run “java -Xcomp -XX:CICrashAt=1 -version”, so it should crash on 1st compilation
+ '[' 0 -eq 0 ']'
+ cat crash.out
+ test_fail 3 'CHECK :: CRASH' 'JVM exits gracefully'
[~iignatyev] said:
the JVM was expected to crash, but it didn’t
we run “java -Xcomp -XX:CICrashAt=1 -version”, so it should crash on 1st compilation
Attachments
Issue Links
- backported by
-
JDK-8217812 [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
- Resolved
-
JDK-8218308 [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
- Resolved
-
JDK-8218356 [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
- Resolved