hotspot/src/share/vm/classfile/loaderConstraints.hpp
changeset 5124 9dd40e895ad1
parent 5121 5e80657d23e7
parent 4899 ab225bac579c
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/classfile/loaderConstraints.hpp	Mon Mar 15 15:51:36 2010 -0400
+++ b/hotspot/src/share/vm/classfile/loaderConstraints.hpp	Wed Mar 24 17:16:33 2010 -0700
@@ -81,7 +81,7 @@
 
   void purge_loader_constraints(BoolObjectClosure* is_alive);
 
-  void verify(Dictionary* dictionary);
+  void verify(Dictionary* dictionary, PlaceholderTable* placeholders);
 #ifndef PRODUCT
   void print();
 #endif