-
Bug
-
Resolution: Fixed
-
P4
-
11, 13
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245402 | 11.0.8 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b05 |
$ bash configure --with-jvm-features="-aot -jvmci -graal"
...
checking if jvmci module jdk.internal.vm.ci should be built... yes
checking if graal module jdk.internal.vm.compiler should be built... yes
checking if aot should be enabled... yes
...
...
checking if jvmci module jdk.internal.vm.ci should be built... yes
checking if graal module jdk.internal.vm.compiler should be built... yes
checking if aot should be enabled... yes
...
- backported by
-
JDK-8245402 --with-jvm-features doesn't work when multiple features are explicitly disabled
- Resolved