-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 10
-
Component/s: infrastructure
-
None
-
b23
Tests for class data sharing (cds) are enabled if @requires vm.cds is true.
The property vm.cds depends on the preprocessor macro ENABLE_CDS. This can not yet be switched by configure. It's only disabled automatically for the minimal build.
This change introduces enable-cds with default true, which only takes effect in the non-minimal build. If disabled, generate-classlist is disabled, too.
The property vm.cds depends on the preprocessor macro ENABLE_CDS. This can not yet be switched by configure. It's only disabled automatically for the minimal build.
This change introduces enable-cds with default true, which only takes effect in the non-minimal build. If disabled, generate-classlist is disabled, too.