src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Thu Oct 24 10:24:33 2013
--- new/src/share/vm/runtime/globals.hpp	Thu Oct 24 10:24:33 2013

*** 3304,3321 **** --- 3304,3321 ---- \ /* compiler interface */ \ develop(intx, CIStart, 0, \ "The id of the first compilation to permit") \ \ ! develop(intx, CIStop, -1, \ ! 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, -1, \ ! 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