--- old/src/share/vm/runtime/arguments.cpp 2015-11-04 14:32:50.586495048 +0100 +++ new/src/share/vm/runtime/arguments.cpp 2015-11-04 14:32:50.371473623 +0100 @@ -2548,6 +2548,12 @@ warning("The VM option CICompilerCountPerCPU overrides CICompilerCount."); } +#ifndef SUPPORT_RESERVED_STACK_AREA + if (StackReservedPages != 0) { + FLAG_SET_CMDLINE(intx, StackReservedPages, 0); + warning("Reserved Stack Area not supported on this platform"); + } +#endif return status; }