src/share/vm/ci/ciMethod.hpp

changeset 8739
0b85ccd62409
parent 7890
bf41eee321e5
child 8758
e7db67a9ddfd
child 8999
53d23b6b25cd
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Tue Dec 13 10:07:12 2016 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Dec 13 14:37:04 2016 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2016, 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 @@ -316,6 +316,7 @@
    1.11    bool can_be_statically_bound() const           { return _can_be_statically_bound; }
    1.12    bool is_boxing_method() const;
    1.13    bool is_unboxing_method() const;
    1.14 +  bool is_object_initializer() const;
    1.15  
    1.16    // Replay data methods
    1.17    void dump_name_as_ascii(outputStream* st);

mercurial