--- old/src/share/vm/runtime/globals.hpp 2015-01-12 17:07:03.695234332 -0500 +++ new/src/share/vm/runtime/globals.hpp 2015-01-12 17:07:03.235207678 -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") \