-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
21
-
generic
In JDK-8293182, ArchiveHeapTestClass was introduced. This class was only available in debug builds. Hence, the corresponding test has "requires" condition in it.
@requires vm.cds.write.archived.java.heap
However, this property is not set properly and the test is not skipping for production builds.
Log Excerpt:
Error: VM option 'ArchiveHeapTestClass' 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.
[2023-02-08T04:46:08.747167918Z] Waiting for completion for process 22403
[2023-02-08T04:46:08.747227304Z] Waiting for completion finished for process 22403
@requires vm.cds.write.archived.java.heap
However, this property is not set properly and the test is not skipping for production builds.
Log Excerpt:
Error: VM option 'ArchiveHeapTestClass' 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.
[2023-02-08T04:46:08.747167918Z] Waiting for completion for process 22403
[2023-02-08T04:46:08.747227304Z] Waiting for completion finished for process 22403