AIX does not support cds.
Seems this change broke the AIX build , we see the error:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Maybe we miss some '#if INCLUDE_CDS' that was present before the change?
This would also be needed for builds that are configured without the cds feature e.g. minimal vm (so probably it is possible to test on Linux too with special configure settings).
Seems this change broke the AIX build , we see the error:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Maybe we miss some '#if INCLUDE_CDS' that was present before the change?
This would also be needed for builds that are configured without the cds feature e.g. minimal vm (so probably it is possible to test on Linux too with special configure settings).
- duplicates
-
JDK-8321539 Minimal build is broken by JDK-8320935
- Resolved
- relates to
-
JDK-8320935 Move CDS config initialization code to cdsConfig.cpp
- Resolved