< prev index next >

src/share/vm/oops/constantPool.hpp

Print this page

        

@@ -714,13 +714,13 @@
     resolve_string_constants_impl(h_this, CHECK);
   }
 
   // CDS support
   void archive_resolved_references(Thread *THREAD) NOT_CDS_JAVA_HEAP_RETURN;
+  bool resolve_class_constants(TRAPS) NOT_CDS_JAVA_HEAP_RETURN_(true); 
   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
   // all the gory details.  SA, dtrace and pstack helpers distinguish metadata
   // by their vtable.
   void restore_vtable() { guarantee(is_constantPool(), "vtable restored by this call"); }
< prev index next >