jdk-jdk Udiff src/hotspot/share/runtime/globals.hpp (original) (raw)
rev 50507 : 8204965: Fix '--disable-cds' and disable CDS on AIX by default
@@ -2446,11 +2446,11 @@
product(ccstr, ErrorReportServer, NULL,
"Override built-in error report server address")
/* Shared spaces */
\
- product(bool, UseSharedSpaces, true, \
- product(bool, UseSharedSpaces, CDS_ONLY(true) NOT_CDS(false),
"Use shared spaces for metadata")
product(bool, VerifySharedSpaces, false,
"Verify shared spaces (false for default archive, true for "
"archive specified by -XX:SharedArchiveFile)") \