comparison src/share/vm/oops/arrayKlass.hpp @ 11034:e0c9a1d29eb4

8016325: JVM hangs verifying system dictionary Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
author coleenp
date Mon, 24 Jun 2013 18:55:46 -0400
parents 16fb9f942703
children 71180a6e5080
comparison
equal deleted inserted replaced
11033:d9eed26d638a 11034:e0c9a1d29eb4
150 void print_value_on(outputStream* st) const; 150 void print_value_on(outputStream* st) const;
151 151
152 void oop_print_on(oop obj, outputStream* st); 152 void oop_print_on(oop obj, outputStream* st);
153 153
154 // Verification 154 // Verification
155 void verify_on(outputStream* st); 155 void verify_on(outputStream* st, bool check_dictionary);
156 156
157 void oop_verify_on(oop obj, outputStream* st); 157 void oop_verify_on(oop obj, outputStream* st);
158 }; 158 };
159 159
160 #endif // SHARE_VM_OOPS_ARRAYKLASS_HPP 160 #endif // SHARE_VM_OOPS_ARRAYKLASS_HPP