< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 468,477 **** --- 468,480 ---- "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \ \ diagnostic(ccstrlist, DisableIntrinsic, "", \ "do not expand intrinsics whose (internal) names appear here") \ \ + develop_pd(bool, UseFastClassInitChecks, \ + "Use optimized class initialization checks for static methods") \ + \ develop(bool, TraceCallFixup, false, \ "Trace all call fixups") \ \ develop(bool, DeoptimizeALot, false, \ "Deoptimize at every exit from the runtime system") \
< prev index next >