--- old/src/share/vm/runtime/globals.hpp 2016-11-30 16:56:30.099292909 +0000 +++ new/src/share/vm/runtime/globals.hpp 2016-11-30 16:56:29.987294734 +0000 @@ -649,6 +649,9 @@ "Maximum number of pages to include in the page scan procedure") \ range(0, max_uintx) \ \ + product(bool, UseCGroupLimits, false, \ + "Treat CGroup Settings as physical limits") \ + \ product_pd(bool, NeedsDeoptSuspend, \ "True for register window machines (sparc/ia64)") \ \