comparison src/share/vm/runtime/vmStructs.hpp @ 15806:240cc9a901fb

don't use JNI natives to interact with VM metadata
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 20 May 2014 21:35:32 -0700
parents dffc37fa7157
children b35b1dc75ec0
comparison
equal deleted inserted replaced
15805:dffc37fa7157 15806:240cc9a901fb
125 // Execute unit tests 125 // Execute unit tests
126 static void test(); 126 static void test();
127 #endif 127 #endif
128 128
129 #ifdef GRAAL 129 #ifdef GRAAL
130 static void initHotSpotVMConfig(JNIEnv *env, jobject config); 130 static void initHotSpotVMConfig(oop config);
131 #endif 131 #endif
132 132
133 private: 133 private:
134 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only). 134 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
135 // Returns 1 if found, 0 if not. 135 // Returns 1 if found, 0 if not.