src/share/vm/oops/klass.hpp

changeset 5307
e0c9a1d29eb4
parent 5176
6bd680e9ea35
child 5369
71180a6e5080
     1.1 --- a/src/share/vm/oops/klass.hpp	Sun Jun 23 22:08:28 2013 -0700
     1.2 +++ b/src/share/vm/oops/klass.hpp	Mon Jun 24 18:55:46 2013 -0400
     1.3 @@ -703,8 +703,8 @@
     1.4    virtual const char* internal_name() const = 0;
     1.5  
     1.6    // Verification
     1.7 -  virtual void verify_on(outputStream* st);
     1.8 -  void verify() { verify_on(tty); }
     1.9 +  virtual void verify_on(outputStream* st, bool check_dictionary);
    1.10 +  void verify(bool check_dictionary = true) { verify_on(tty, check_dictionary); }
    1.11  
    1.12  #ifndef PRODUCT
    1.13    void verify_vtable_index(int index);

mercurial