comparison src/share/vm/runtime/vmStructs.hpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents 0e095e2c24e2
children 1bbd4a7c274b
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
124 #ifndef PRODUCT 124 #ifndef PRODUCT
125 // Execute unit tests 125 // Execute unit tests
126 static void test(); 126 static void test();
127 #endif 127 #endif
128 128
129 #ifdef JVMCI 129 #if INCLUDE_JVMCI
130 // The definition of this method is generated by 130 // The definition of this method is generated by
131 // jdk.internal.jvmci.hotspotvmconfig.HotSpotVMConfigProcessor. 131 // jdk.internal.jvmci.hotspotvmconfig.HotSpotVMConfigProcessor.
132 static void initHotSpotVMConfig(oop config); 132 static void initHotSpotVMConfig(oop config);
133 #endif 133 #endif
134 134