< prev index next >

src/share/vm/oops/constantPool.hpp

Print this page

        

@@ -712,10 +712,11 @@
     constantPoolHandle h_this(THREAD, this);
     resolve_string_constants_impl(h_this, CHECK);
   }
 
   // CDS support
+  void archive_resolved_references(Thread *THREAD) NOT_CDS_JAVA_HEAP_RETURN;
   void remove_unshareable_info();
   void restore_unshareable_info(TRAPS);
   bool resolve_class_constants(TRAPS);
   // The ConstantPool vtable is restored by this call when the ConstantPool is
   // in the shared archive.  See patch_klass_vtables() in metaspaceShared.cpp for
< prev index next >