hotspot/src/share/vm/oops/constMethod.hpp
changeset 27612 7201412afbd0
parent 27471 6e56277909f1
child 29316 5287df8a8972
equal deleted inserted replaced
27611:e8e7b0902deb 27612:7201412afbd0
   370   // exception table
   370   // exception table
   371   int exception_table_length() const;
   371   int exception_table_length() const;
   372   ExceptionTableElement* exception_table_start() const;
   372   ExceptionTableElement* exception_table_start() const;
   373 
   373 
   374   // method parameters table
   374   // method parameters table
       
   375 
       
   376   // This returns -1 if no parameters are present, a non-negative
       
   377   // value otherwise.  Note: sometimes, there are 0-length parameters
       
   378   // attributes that must be reported up to the reflection API all the
       
   379   // same.
   375   int method_parameters_length() const;
   380   int method_parameters_length() const;
   376   MethodParametersElement* method_parameters_start() const;
   381   MethodParametersElement* method_parameters_start() const;
   377 
   382 
   378   // method annotations
   383   // method annotations
   379   bool has_method_annotations() const
   384   bool has_method_annotations() const