comparison src/share/vm/runtime/vmStructs.hpp @ 15941:b35b1dc75ec0

added comments to explain the origin of generated sources
author Doug Simon <doug.simon@oracle.com>
date Tue, 27 May 2014 22:00:41 +0200
parents 240cc9a901fb
children b1530a6cce8c
comparison
equal deleted inserted replaced
15940:d676c4beeab8 15941:b35b1dc75ec0
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(oop config); 130 // The definition of this method is generated by
131 // com.oracle.graal.hotspotvmconfig.HotSpotVMConfigProcessor.
132 static void initHotSpotVMConfig(oop config);
131 #endif 133 #endif
132 134
133 private: 135 private:
134 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only). 136 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
135 // Returns 1 if found, 0 if not. 137 // Returns 1 if found, 0 if not.