-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: infrastructure
-
None
-
b07
-
generic
-
generic
When building 2 VM variants in one build and using
--with-jvm-variants=minimal,server
For this, the build works nicely. But I notice that in the server VM, cds is removed.
Instead of
checking if cds should be enabled... yes
I get ( with the following patch that adds tracing) :
configure: WARNING: ENABLE_CDS set to false because we found a minimal, core or zero JVM.
checking if cds should be enabled... no
The checks in hotspot.m4 disable cds by error for the server vm.
--with-jvm-variants=minimal,server
For this, the build works nicely. But I notice that in the server VM, cds is removed.
Instead of
checking if cds should be enabled... yes
I get ( with the following patch that adds tracing) :
configure: WARNING: ENABLE_CDS set to false because we found a minimal, core or zero JVM.
checking if cds should be enabled... no
The checks in hotspot.m4 disable cds by error for the server vm.