comparison src/share/vm/runtime/vmStructs.hpp @ 7171:7c15faa95ce7

8003879: Duplicate definitions in vmStructs Summary: Removed duplicate entries Reviewed-by: dholmes, sspitsyn
author mikael
date Tue, 27 Nov 2012 07:57:57 -0800
parents da91efe96a93
children 8b46b0196eb0
comparison
equal deleted inserted replaced
7170:ca1be5fbe6ff 7171:7c15faa95ce7
121 121
122 // This is used to run any checking code necessary for validation of 122 // This is used to run any checking code necessary for validation of
123 // the data structure (debug build only) 123 // the data structure (debug build only)
124 static void init(); 124 static void init();
125 125
126 #ifndef PRODUCT
127 // Execute unit tests
128 static void test();
129 #endif
130
126 private: 131 private:
127 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only). 132 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
128 // Returns 1 if found, 0 if not. 133 // Returns 1 if found, 0 if not.
129 // debug_only(static int findType(const char* typeName);) 134 // debug_only(static int findType(const char* typeName);)
130 static int findType(const char* typeName); 135 static int findType(const char* typeName);