hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 4899 ab225bac579c
parent 4571 80b553bddc26
child 5124 9dd40e895ad1
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Mon Feb 08 09:58:32 2010 -0800
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Feb 05 11:05:50 2010 -0500
@@ -2573,7 +2573,7 @@
 
   // Verify constraint table
   guarantee(constraints() != NULL, "Verify of loader constraints failed");
-  constraints()->verify(dictionary());
+  constraints()->verify(dictionary(), placeholders());
 }