< prev index next >

src/share/vm/c1/c1_globals.hpp

Print this page

        

@@ -301,13 +301,13 @@
           "bailout of compilation for methods with exception handlers")     \
                                                                             \
   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)")                  \
                                                                             \
   develop(bool, TraceFPURegisterUsage, false,                               \
< prev index next >