< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 2821,2834 **** product(size_t, SharedBaseAddress, LP64_ONLY(32*G) \ NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \ "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") \ \ product(uintx, SharedSymbolTableBucketSize, 4, \ "Average number of symbols per bucket in shared table") \ --- 2821,2830 ----
*** 2930,2940 **** "the CDS archive, in the specified file") \ \ product(ccstr, SharedClassListFile, NULL, \ "Override the default CDS class list") \ \ ! diagnostic(ccstr, SharedArchiveFile, NULL, \ "Override the default location of the CDS archive file") \ \ product(ccstr, ExtraSharedClassListFile, NULL, \ "Extra classlist for building the CDS archive file") \ \ --- 2926,2936 ---- "the CDS archive, in the specified file") \ \ product(ccstr, SharedClassListFile, NULL, \ "Override the default CDS class list") \ \ ! product(ccstr, SharedArchiveFile, NULL, \ "Override the default location of the CDS archive file") \ \ product(ccstr, ExtraSharedClassListFile, NULL, \ "Extra classlist for building the CDS archive file") \ \
< prev index next >