src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File JDK-8022494 Cdiff src/share/vm/runtime/globals.hpp

src/share/vm/runtime/globals.hpp

Print this page

        

*** 3304,3321 **** \ /* compiler interface */ \ develop(intx, CIStart, 0, \ "The id of the first compilation to permit") \ \ ! develop(intx, CIStop, -1, \ "The id of the last compilation to permit") \ \ develop(intx, CIStartOSR, 0, \ "The id of the first osr compilation to permit " \ "(CICountOSR must be on)") \ \ ! develop(intx, CIStopOSR, -1, \ "The id of the last osr compilation to permit " \ "(CICountOSR must be on)") \ \ develop(intx, CIBreakAtOSR, -1, \ "The id of osr compilation to break at") \ --- 3304,3321 ---- \ /* compiler interface */ \ develop(intx, CIStart, 0, \ "The id of the first compilation to permit") \ \ ! develop(intx, CIStop, max_jint, \ "The id of the last compilation to permit") \ \ develop(intx, CIStartOSR, 0, \ "The id of the first osr compilation to permit " \ "(CICountOSR must be on)") \ \ ! develop(intx, CIStopOSR, max_jint, \ "The id of the last osr compilation to permit " \ "(CICountOSR must be on)") \ \ develop(intx, CIBreakAtOSR, -1, \ "The id of osr compilation to break at") \
src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File