--- old/src/share/vm/runtime/globals.hpp 2015-02-03 13:43:58.804932839 -0500 +++ new/src/share/vm/runtime/globals.hpp 2015-02-03 13:43:58.232900049 -0500 @@ -2037,10 +2037,6 @@ "Maximum fraction (1/n) of real memory used for maximum heap " \ "size") \ \ - product(uintx, DefaultMaxRAMFraction, 4, \ - "Maximum fraction (1/n) of real memory used for maximum heap " \ - "size; deprecated: to be renamed to MaxRAMFraction") \ - \ product(uintx, MinRAMFraction, 2, \ "Minimum fraction (1/n) of real memory used for maximum heap " \ "size on systems with small physical memory size") \