-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245962 | 13.0.4 | Per Liden | P4 | Resolved | Fixed | b03 |
JDK-8233284 | 11.0.7-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b01 |
JDK-8233169 | 11.0.6-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b03 |
JDK-8231967 | 11.0.6 | Per Liden | P4 | Resolved | Fixed | b01 |
Running vmTestbase_nsk_jvmti with various collectors. The test below fails. Should either expand the default heap size (making it a testbug), or let ZGC accept smaller heap size (making it a product bug), or protect the test with proper @require (making it a testbug).
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002/TestDescription.java TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
STDOUT:
Error occurred during initialization of VM
java.lang.OutOfMemoryError: Java heap too small
TEST RESULT: Failed. Unexpected exit from test [exit code: 1
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002/TestDescription.java TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
STDOUT:
Error occurred during initialization of VM
java.lang.OutOfMemoryError: Java heap too small
TEST RESULT: Failed. Unexpected exit from test [exit code: 1
- backported by
-
JDK-8231967 ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
- Resolved
-
JDK-8233169 ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
- Resolved
-
JDK-8233284 ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
- Resolved
-
JDK-8245962 ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
- Resolved