changeset 22446:252486bf863f

use COMPILERJVMCI instead of INCLUDE_JVMCI when setting compiler name property
author Doug Simon <doug.simon@oracle.com>
date Fri, 21 Aug 2015 11:05:48 +0200
parents 9b106403c2f3
children ecbf949a9dcd
files src/share/vm/prims/jvm.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Thu Aug 20 18:38:48 2015 -0700
+++ b/src/share/vm/prims/jvm.cpp	Fri Aug 21 11:05:48 2015 +0200
@@ -383,7 +383,7 @@
     const char* compiler_name = "HotSpot " CSIZE "Client Compiler";
 #elif defined(COMPILER2)
     const char* compiler_name = "HotSpot " CSIZE "Server Compiler";
-#elif INCLUDE_JVMCI
+#elif defined(COMPILERJVMCI)
     const char* compiler_name = "HotSpot " CSIZE "JVMCI Compiler";
 #else
     const char* compiler_name = "";