diff src/share/vm/oops/instanceKlass.hpp @ 17674:85318d1fe8fe

8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on Summary: Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list. Reviewed-by: dcubed, acorn
author coleenp
date Sat, 15 Feb 2014 13:03:38 -0500
parents 5832cdaf89c6
children f9e35a9dc8c7
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Mon Jan 27 07:54:25 2014 +0100
+++ b/src/share/vm/oops/instanceKlass.hpp	Sat Feb 15 13:03:38 2014 -0500
@@ -1086,7 +1086,7 @@
   const char* internal_name() const;
 
   // Verification
-  void verify_on(outputStream* st, bool check_dictionary);
+  void verify_on(outputStream* st);
 
   void oop_verify_on(oop obj, outputStream* st);
 };