We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e72b1 commit c70eb4fCopy full SHA for c70eb4f
sdk/mx.sdk/mx_sdk_vm.py
@@ -574,7 +574,7 @@ def base_jdk(stage1=True):
574
# attempt to initialize JVMCI related attributes
575
jdk_enables_jvmci_by_default(_base_jdk_final)
576
except Exception as e:
577
- assert "could not execute" in e.args[0]
+ assert "Could not execute" in e.args[0]
578
579
# ._probe_jvmci_info() and .get_modules() need a working java launcher, which might not be the case for FINAL_STAGE_JAVA_HOME.
580
# Copy infos from stage1 JAVA_HOME instead.
0 commit comments