diff src/share/vm/oops/instanceKlass.hpp @ 14378:48314d596a04

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 cd6b3f1a94ff
children fdad2932c73f
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Fri Feb 14 16:17:22 2014 +0100
+++ b/src/share/vm/oops/instanceKlass.hpp	Sat Feb 15 13:03:38 2014 -0500
@@ -1087,7 +1087,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);
 };