--- a/src/hotspot/share/runtime/globals.hpp Wed Nov 08 12:08:23 2017 -0800
+++ b/src/hotspot/share/runtime/globals.hpp Wed Nov 08 09:03:24 2017 -0800
@@ -3901,18 +3901,6 @@
"If PrintSharedArchiveAndExit is true, also print the shared " \
"dictionary") \
\
- product(size_t, SharedReadWriteSize, 0, \
- "Deprecated") \
- \
- product(size_t, SharedReadOnlySize, 0, \
- "Deprecated") \
- \
- product(size_t, SharedMiscDataSize, 0, \
- "Deprecated") \
- \
- product(size_t, SharedMiscCodeSize, 0, \
- "Deprecated") \
- \
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") \