src/share/vm/oops/klass.hpp

changeset 9099
08326a76b148
parent 8716
619700f41f8e
child 9122
024be04bb151
child 9720
67dddb025b7b
     1.1 --- a/src/share/vm/oops/klass.hpp	Tue Jan 30 11:22:58 2018 -0800
     1.2 +++ b/src/share/vm/oops/klass.hpp	Mon Jan 22 14:27:46 2018 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, 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 @@ -582,8 +582,8 @@
    1.11    bool has_final_method() const         { return _access_flags.has_final_method(); }
    1.12    void set_has_finalizer()              { _access_flags.set_has_finalizer(); }
    1.13    void set_has_final_method()           { _access_flags.set_has_final_method(); }
    1.14 -  bool is_cloneable() const             { return _access_flags.is_cloneable(); }
    1.15 -  void set_is_cloneable()               { _access_flags.set_is_cloneable(); }
    1.16 +  bool is_cloneable() const;
    1.17 +  void set_is_cloneable();
    1.18    bool has_vanilla_constructor() const  { return _access_flags.has_vanilla_constructor(); }
    1.19    void set_has_vanilla_constructor()    { _access_flags.set_has_vanilla_constructor(); }
    1.20    bool has_miranda_methods () const     { return access_flags().has_miranda_methods(); }

mercurial