hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 40046 01e973266ee4
parent 38144 0976c0c5c5d3
child 40093 f94d179a730b
equal deleted inserted replaced
40045:4273f3ba95f7 40046:01e973266ee4
   949   CompLevel_simple            = 1,         // C1
   949   CompLevel_simple            = 1,         // C1
   950   CompLevel_limited_profile   = 2,         // C1, invocation & backedge counters
   950   CompLevel_limited_profile   = 2,         // C1, invocation & backedge counters
   951   CompLevel_full_profile      = 3,         // C1, invocation & backedge counters + mdo
   951   CompLevel_full_profile      = 3,         // C1, invocation & backedge counters + mdo
   952   CompLevel_full_optimization = 4,         // C2, Shark or JVMCI
   952   CompLevel_full_optimization = 4,         // C2, Shark or JVMCI
   953 
   953 
   954 #if defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI
   954 #if defined(COMPILER2) || defined(SHARK)
   955   CompLevel_highest_tier      = CompLevel_full_optimization,  // pure C2 and tiered or JVMCI and tiered
   955   CompLevel_highest_tier      = CompLevel_full_optimization,  // pure C2 and tiered or JVMCI and tiered
   956 #elif defined(COMPILER1)
   956 #elif defined(COMPILER1)
   957   CompLevel_highest_tier      = CompLevel_simple,             // pure C1 or JVMCI
   957   CompLevel_highest_tier      = CompLevel_simple,             // pure C1 or JVMCI
   958 #else
   958 #else
   959   CompLevel_highest_tier      = CompLevel_none,
   959   CompLevel_highest_tier      = CompLevel_none,