--- old/src/share/vm/c1/c1_globals.hpp 2016-07-12 14:03:59.008565721 +0200 +++ new/src/share/vm/c1/c1_globals.hpp 2016-07-12 14:03:58.944565719 +0200 @@ -303,9 +303,9 @@ develop(bool, InstallMethods, true, \ "Install methods at the end of successful compilations") \ \ - develop(intx, NMethodSizeLimit, NOT_PPC32(2*)(32*K)*wordSize, \ + develop(intx, NMethodSizeLimit, (64*K)*wordSize, \ "Maximum size of a compiled method.") \ - range(0, NOT_PPC32(max_jint) PPC32_ONLY(32*K)) \ + range(0, max_jint) \ \ develop(bool, TraceFPUStack, false, \ "Trace emulation of the FPU stack (intel only)") \