-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245964 | 13.0.4 | Per Liden | P4 | Resolved | Fixed | b03 |
JDK-8233286 | 11.0.7-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b01 |
JDK-8233170 | 11.0.6-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b03 |
JDK-8231966 | 11.0.6 | Per Liden | P4 | Resolved | Fixed | b01 |
Running vmTestbase_nsk_jvmti with various collectors. The test below fails.
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=vmTestbase/nsk/jvmti/Allocate/alloc001/ TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
...
[0.012s][error][gc] Failed to reserve address space for Java heap
[0.012s][error][gc,marking] Failed to reserve address space for mark stacks
STDERR:
openjdk version "14-internal" 2020-03-17
OpenJDK Runtime Environment (fastdebug build 14-internal+0-adhoc.shade.jdk-jdk)
OpenJDK 64-Bit Server VM (fastdebug build 14-internal+0-adhoc.shade.jdk-jdk, mixed mode)
OpenJDK 64-Bit Server VM warning: Setting CompressedClassSpaceSize has no effect when compressed class pointers are not used
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=vmTestbase/nsk/jvmti/Allocate/alloc001/ TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
...
[0.012s][error][gc] Failed to reserve address space for Java heap
[0.012s][error][gc,marking] Failed to reserve address space for mark stacks
STDERR:
openjdk version "14-internal" 2020-03-17
OpenJDK Runtime Environment (fastdebug build 14-internal+0-adhoc.shade.jdk-jdk)
OpenJDK 64-Bit Server VM (fastdebug build 14-internal+0-adhoc.shade.jdk-jdk, mixed mode)
OpenJDK 64-Bit Server VM warning: Setting CompressedClassSpaceSize has no effect when compressed class pointers are not used
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
- backported by
-
JDK-8231966 ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
- Resolved
-
JDK-8233170 ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
- Resolved
-
JDK-8233286 ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
- Resolved
-
JDK-8245964 ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
- Resolved
- relates to
-
JDK-8231552 ZGC: Refine address space reservation
- Resolved