comparison src/share/vm/prims/jvm.cpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children 252486bf863f
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
381 #else 381 #else
382 #if defined(COMPILER1) 382 #if defined(COMPILER1)
383 const char* compiler_name = "HotSpot " CSIZE "Client Compiler"; 383 const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
384 #elif defined(COMPILER2) 384 #elif defined(COMPILER2)
385 const char* compiler_name = "HotSpot " CSIZE "Server Compiler"; 385 const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
386 #elif defined(JVMCI) 386 #elif INCLUDE_JVMCI
387 const char* compiler_name = "HotSpot " CSIZE "JVMCI Compiler"; 387 const char* compiler_name = "HotSpot " CSIZE "JVMCI Compiler";
388 #else 388 #else
389 const char* compiler_name = ""; 389 const char* compiler_name = "";
390 #endif // compilers 390 #endif // compilers
391 #endif // TIERED 391 #endif // TIERED