diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.hpp	Tue May 27 22:00:22 2014 +0200
+++ b/src/share/vm/runtime/vmStructs.hpp	Tue May 27 22:00:41 2014 +0200
@@ -127,7 +127,9 @@
 #endif
 
 #ifdef GRAAL
-  static void initHotSpotVMConfig(oop config);
+  // The definition of this method is generated by
+  // com.oracle.graal.hotspotvmconfig.HotSpotVMConfigProcessor.
+static void initHotSpotVMConfig(oop config);
 #endif
 
 private: