src/share/vm/runtime/globals.hpp

Print this page
rev 1086 : merge with latest hotspot/hotspot and change global flag name to CheckExceptionEventsNeeded

*** 418,427 **** --- 418,431 ---- \ develop(bool, BailoutToInterpreterForThrows, false, \ "Compiled methods which throws/catches exceptions will be " \ "deopt and intp.") \ \ + product(bool, CheckExceptionEventsNeeded, true, \ + "Check whether exception events are really enabled" \ + "so we can avoid unnecssary deoptimization") \ + \ develop(bool, NoYieldsInMicrolock, false, \ "Disable yields in microlock") \ \ develop(bool, TraceOopMapGeneration, false, \ "Shows oopmap generation") \