diff src/share/vm/classfile/vmSymbols.hpp @ 17334:0563b652c052

Unify parsing of graal and hotspot Stable annotations
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 02 Oct 2014 10:57:03 -0700
parents 26f5733fb645
children 9a804ec7f707
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Thu Oct 02 10:54:54 2014 -0700
+++ b/src/share/vm/classfile/vmSymbols.hpp	Thu Oct 02 10:57:03 2014 -0700
@@ -356,6 +356,7 @@
   GRAAL_ONLY(template(compileMetaspaceMethod_name,               "compileMetaspaceMethod"))                                                       \
   GRAAL_ONLY(template(compileMetaspaceMethod_signature,          "(JIJI)V"))                                                                      \
   GRAAL_ONLY(template(graal_mirror_name,                         "graal_mirror"))                                                                 \
+  GRAAL_ONLY(template(com_oracle_graal_hotspot_Stable_signature, "Lcom/oracle/graal/hotspot/Stable;"))                                            \
                                                                                                   \
   /* common method and field names */                                                             \
   template(object_initializer_name,                   "<init>")                                   \