src/hotspot/share/oops/constMethod.hpp
changeset 53584 f72661ff0294
parent 53244 9807daeb47c4
child 54927 1512d88b24c6
equal deleted inserted replaced
53583:051b5f7510d5 53584:f72661ff0294
   239                                int byte_code_size,
   239                                int byte_code_size,
   240                                InlineTableSizes* sizes,
   240                                InlineTableSizes* sizes,
   241                                MethodType mt,
   241                                MethodType mt,
   242                                TRAPS);
   242                                TRAPS);
   243 
   243 
   244   bool is_constMethod() const { return true; }
       
   245 
       
   246   // Inlined tables
   244   // Inlined tables
   247   void set_inlined_tables_length(InlineTableSizes* sizes);
   245   void set_inlined_tables_length(InlineTableSizes* sizes);
   248 
   246 
   249   bool has_generic_signature() const
   247   bool has_generic_signature() const
   250     { return (_flags & _has_generic_signature) != 0; }
   248     { return (_flags & _has_generic_signature) != 0; }