-
Bug
-
Resolution: Fixed
-
P2
-
10
-
b34
-
Verified
When run on 32-bit we get:
Unrecognized VM option 'UseJVMCICompiler'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
this is because JVMCI is only available in 64-bit builds.
Unrecognized VM option 'UseJVMCICompiler'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
this is because JVMCI is only available in 64-bit builds.
- relates to
-
JDK-8191370 Add serviceability agent tests to tier1
- Resolved