-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b06
The test test/runtime/CompressedOops/CompressedClassPointers.java fails on product builds since the -XX:+PrintMiscellaneous is a debug only flag:
Command line: [/export/local/aurora/CommonData/jdk/bin/java -XX:HeapBaseMinAddress=1m -XX:+PrintMiscellaneous -XX:+Verbose -version ]
----------System.err:(24/1288)----------
stdout: [];
stderr: [Error: VM option 'PrintMiscellaneous' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
Command line: [/export/local/aurora/CommonData/jdk/bin/java -XX:HeapBaseMinAddress=1m -XX:+PrintMiscellaneous -XX:+Verbose -version ]
----------System.err:(24/1288)----------
stdout: [];
stderr: [Error: VM option 'PrintMiscellaneous' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1