comparison src/share/vm/runtime/vm_version.cpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents e522a00b91aa
children 291ffc492eb6
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
122 #define VMTYPE "Shark" 122 #define VMTYPE "Shark"
123 #else // SHARK 123 #else // SHARK
124 #define VMTYPE "Zero" 124 #define VMTYPE "Zero"
125 #endif // SHARK 125 #endif // SHARK
126 #else // ZERO 126 #else // ZERO
127 #ifdef GRAAL 127 #ifdef GRAALVM
128 #define VMTYPE "Graal" 128 #define VMTYPE "Graal"
129 #else // GRAAL 129 #else // GRAAL
130 #define VMTYPE COMPILER1_PRESENT("Client") \ 130 #define VMTYPE COMPILER1_PRESENT("Client") \
131 COMPILER2_PRESENT("Server") 131 COMPILER2_PRESENT("Server")
132 #endif // GRAAL 132 #endif // GRAAL