src/share/vm/oops/klass.hpp

changeset 6316
85318d1fe8fe
parent 5732
b2e698d2276c
child 6632
386dd1c71858
     1.1 --- a/src/share/vm/oops/klass.hpp	Mon Jan 27 07:54:25 2014 +0100
     1.2 +++ b/src/share/vm/oops/klass.hpp	Sat Feb 15 13:03:38 2014 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -695,8 +695,8 @@
    1.11    virtual const char* internal_name() const = 0;
    1.12  
    1.13    // Verification
    1.14 -  virtual void verify_on(outputStream* st, bool check_dictionary);
    1.15 -  void verify(bool check_dictionary = true) { verify_on(tty, check_dictionary); }
    1.16 +  virtual void verify_on(outputStream* st);
    1.17 +  void verify() { verify_on(tty); }
    1.18  
    1.19  #ifndef PRODUCT
    1.20    bool verify_vtable_index(int index);

mercurial