hotspot/src/share/vm/oops/method.hpp
changeset 39421 a9652c919db8
parent 38144 0976c0c5c5d3
child 39450 78e99b030d5f
equal deleted inserted replaced
39420:987528901b83 39421:a9652c919db8
   636 
   636 
   637   // returns true if the method name is <clinit> and the method has
   637   // returns true if the method name is <clinit> and the method has
   638   // valid static initializer flags.
   638   // valid static initializer flags.
   639   bool is_static_initializer() const;
   639   bool is_static_initializer() const;
   640 
   640 
       
   641   // returns true if the method name is <init>
       
   642   bool is_object_initializer() const;
       
   643 
   641   // compiled code support
   644   // compiled code support
   642   // NOTE: code() is inherently racy as deopt can be clearing code
   645   // NOTE: code() is inherently racy as deopt can be clearing code
   643   // simultaneously. Use with caution.
   646   // simultaneously. Use with caution.
   644   bool has_compiled_code() const                 { return code() != NULL; }
   647   bool has_compiled_code() const                 { return code() != NULL; }
   645 
   648