< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page

        

*** 643,652 **** --- 643,655 ---- "If the DFA fails to match a node, print a message and bail out") \ \ develop(bool, InlineAccessors, true, \ "inline accessor methods (get/set)") \ \ + diagnostic(bool, InlineConstructors, true, \ + "inline constructor methods") \ + \ product(intx, TypeProfileMajorReceiverPercent, 90, \ "% of major receiver type to all profiled receivers") \ range(0, 100) \ \ diagnostic(bool, PrintIntrinsics, false, \
< prev index next >