hotspot/src/share/vm/prims/jvm.cpp
changeset 33160 c59f1676d27e
parent 32619 47acec81dcca
child 33602 16053580a684
child 33976 160793725e6f
equal deleted inserted replaced
33159:89b942323bd1 33160:c59f1676d27e
   422 #else
   422 #else
   423 #if defined(COMPILER1)
   423 #if defined(COMPILER1)
   424     const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
   424     const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
   425 #elif defined(COMPILER2)
   425 #elif defined(COMPILER2)
   426     const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
   426     const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
       
   427 #elif INCLUDE_JVMCI
       
   428     #error "INCLUDE_JVMCI should imply TIERED"
   427 #else
   429 #else
   428     const char* compiler_name = "";
   430     const char* compiler_name = "";
   429 #endif // compilers
   431 #endif // compilers
   430 #endif // TIERED
   432 #endif // TIERED
   431 
   433