--- old/src/hotspot/share/runtime/globals.hpp 2018-04-24 20:04:29.453874150 -0400 +++ new/src/hotspot/share/runtime/globals.hpp 2018-04-24 20:04:28.149799068 -0400 @@ -2823,10 +2823,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") \ \ @@ -2932,7 +2928,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, \