< prev index next >

src/share/vm/prims/jvm.cpp

Print this page

        

@@ -422,10 +422,12 @@
 #else
 #if defined(COMPILER1)
     const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
 #elif defined(COMPILER2)
     const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
+#elif INCLUDE_JVMCI
+    #error "INCLUDE_JVMCI should imply TIERED"
 #else
     const char* compiler_name = "";
 #endif // compilers
 #endif // TIERED
 
< prev index next >