--- old/src/share/vm/runtime/globals.hpp 2015-12-01 16:57:51.685626524 +0100 +++ new/src/share/vm/runtime/globals.hpp 2015-12-01 16:57:51.473605271 +0100 @@ -3544,6 +3544,13 @@ "Number of red zone (unrecoverable overflows) pages") \ range(MIN_STACK_RED_PAGES, (DEFAULT_STACK_RED_PAGES+2)) \ \ + product_pd(intx, StackReservedPages, \ + "Number of reserved zone (reserved to annotated methods) pages") \ + range(MIN_STACK_RESERVED_PAGES, (DEFAULT_STACK_RESERVED_PAGES+10))\ + \ + product(bool, RestrictReservedStack, true, \ + "Restrict @ReservedStackAccess to trusted classes") \ + \ /* greater stack shadow pages can't generate instruction to bang stack */ \ product_pd(intx, StackShadowPages, \ "Number of shadow zone (for overflow checking) pages " \