diff src/share/vm/classfile/vmSymbols.hpp @ 6505:1ecf984d490c

fixed an ordering issue in the initialization and retrieval of the platform specific HotSpotGraalRuntime instance
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Oct 2012 23:44:38 +0200
parents 75f130f2b30f
children 2a0c9f20baa1
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Wed Oct 03 20:43:44 2012 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Oct 03 23:44:38 2012 +0200
@@ -351,6 +351,7 @@
   template(getVMToCompiler_name,                  "getVMToCompiler")                                                                  \
   template(getVMToCompiler_signature,             "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;")                                 \
   template(getInstance_name,                      "getInstance")                                                                      \
+  template(makeInstance_name,                     "makeInstance")                                                                     \
   template(initialize_name,                       "initialize")                                                                       \
   template(getInstance_signature,                 "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;")                                 \
   template(forObject_name,                        "forObject")                                                                        \