diff -r 3aaaa5370999 -r 840e26123940 src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Mon Apr 30 13:40:39 2018 -0700 +++ b/src/hotspot/share/runtime/globals.hpp Mon Apr 30 16:59:05 2018 -0400 @@ -2480,10 +2480,6 @@ "Address to allocate shared memory region for class data") \ range(0, SIZE_MAX) \ \ - product(bool, UseAppCDS, false, \ - "Enable Application Class Data Sharing when using shared spaces") \ - writeable(CommandLineOnly) \ - \ product(ccstr, SharedArchiveConfigFile, NULL, \ "Data to add to the CDS archive file") \ \ @@ -2589,7 +2585,7 @@ product(ccstr, SharedClassListFile, NULL, \ "Override the default CDS class list") \ \ - diagnostic(ccstr, SharedArchiveFile, NULL, \ + product(ccstr, SharedArchiveFile, NULL, \ "Override the default location of the CDS archive file") \ \ product(ccstr, ExtraSharedClassListFile, NULL, \