hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java
changeset 47100 17953cf82d51
parent 46655 d5ecb8ef2b93
--- a/hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java	Tue Aug 29 10:41:51 2017 +0000
+++ b/hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java	Tue Aug 29 15:53:04 2017 -0400
@@ -43,6 +43,9 @@
         {"MaxGCMinorPauseMillis",     "1032"},
         {"MustCallLoadClassInternal", "false"},
         {"UnsyncloadClass",           "false"},
+        {"MaxRAMFraction",            "8"},
+        {"MinRAMFraction",            "2"},
+        {"InitialRAMFraction",        "64"},
 
         // deprecated alias flags (see also aliased_jvm_flags):
         {"DefaultMaxRAMFraction", "4"},