< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 12087 : 8166560: [s390] Basic enablement of s390 port.

*** 3326,3338 **** \ develop_pd(size_t, JVMInvokeMethodSlack, \ "Stack space (bytes) required for JVM_InvokeMethod to complete") \ \ /* code cache parameters */ \ ! /* ppc64/tiered compilation has large code-entry alignment. */ \ develop(uintx, CodeCacheSegmentSize, \ ! 64 PPC64_ONLY(+64) NOT_PPC64(TIERED_ONLY(+64)), \ "Code cache segment size (in bytes) - smallest unit of " \ "allocation") \ range(1, 1024) \ constraint(CodeCacheSegmentSizeConstraintFunc, AfterErgo) \ \ --- 3326,3340 ---- \ develop_pd(size_t, JVMInvokeMethodSlack, \ "Stack space (bytes) required for JVM_InvokeMethod to complete") \ \ /* code cache parameters */ \ ! /* ppc64/s390/tiered compilation has large code-entry alignment. */ \ develop(uintx, CodeCacheSegmentSize, \ ! 64 \ ! PPC64_ONLY(+64) S390_ONLY(+192) \ ! NOT_PPC64(NOT_S390(TIERED_ONLY(+64))), \ "Code cache segment size (in bytes) - smallest unit of " \ "allocation") \ range(1, 1024) \ constraint(CodeCacheSegmentSizeConstraintFunc, AfterErgo) \ \
< prev index next >