hotspot/src/share/vm/ci/ciMethod.hpp
changeset 44738 11431bbc9549
parent 43947 a52ee13998f3
child 46542 73dd19b96b5d
equal deleted inserted replaced
44737:d090627aedb8 44738:11431bbc9549
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   335   bool is_initializer () const;
   335   bool is_initializer () const;
   336   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
   336   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
   337   bool has_reserved_stack_access() const         { return _has_reserved_stack_access; }
   337   bool has_reserved_stack_access() const         { return _has_reserved_stack_access; }
   338   bool is_boxing_method() const;
   338   bool is_boxing_method() const;
   339   bool is_unboxing_method() const;
   339   bool is_unboxing_method() const;
       
   340   bool is_object_initializer() const;
   340 
   341 
   341   // Replay data methods
   342   // Replay data methods
   342   void dump_name_as_ascii(outputStream* st);
   343   void dump_name_as_ascii(outputStream* st);
   343   void dump_replay_data(outputStream* st);
   344   void dump_replay_data(outputStream* st);
   344 
   345