-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b20
This bug just follows JDK-8232757.
* Reproduce
-------------------------------------
bash configure --disable-cds --enable-generate-classlist
make images
-------------------------------------
This kind of configuration, with both --disable-cds and --enable-generate-classlist, will fail.
The failure is caused by -XX:DumpLoadedClassList [1], which doesn't work as expected when cds is disabled.
It might be worth producing an error for this kind of build configuration.
[1] http://hg.openjdk.java.net/jdk/jdk/file/ca620b06b5c9/make/GenerateLinkOptData.gmk#l68
* Reproduce
-------------------------------------
bash configure --disable-cds --enable-generate-classlist
make images
-------------------------------------
This kind of configuration, with both --disable-cds and --enable-generate-classlist, will fail.
The failure is caused by -XX:DumpLoadedClassList [1], which doesn't work as expected when cds is disabled.
It might be worth producing an error for this kind of build configuration.
[1] http://hg.openjdk.java.net/jdk/jdk/file/ca620b06b5c9/make/GenerateLinkOptData.gmk#l68
- relates to
-
JDK-8232757 VM fails to report an error for DumpLoadedClassList when cds is disabled
-
- Resolved
-