src/hotspot/share/classfile/vmSymbols.hpp
changeset 47532 d8e417df3468
parent 47216 71c04702a3d5
child 47587 bf73ca31add9
--- a/src/hotspot/share/classfile/vmSymbols.hpp	Tue Sep 26 06:53:35 2017 -0400
+++ b/src/hotspot/share/classfile/vmSymbols.hpp	Tue Sep 26 10:03:17 2017 -0400
@@ -461,6 +461,8 @@
   template(getProtectionDomain_signature,             "(Ljava/security/CodeSource;)Ljava/security/ProtectionDomain;") \
   template(url_code_signer_array_void_signature,      "(Ljava/net/URL;[Ljava/security/CodeSigner;)V") \
   template(module_entry_name,                         "module_entry")                             \
+  template(resolved_references_name,                  "<resolved_references>")                    \
+  template(init_lock_name,                            "<init_lock>")                              \
                                                                                                   \
   /* name symbols needed by intrinsics */                                                         \
   VM_INTRINSICS_DO(VM_INTRINSIC_IGNORE, VM_SYMBOL_IGNORE, template, VM_SYMBOL_IGNORE, VM_ALIAS_IGNORE) \