src/hotspot/share/oops/constantPool.hpp
changeset 50971 34872a21af82
parent 49364 601146c66cad
child 51334 cc2c79d22508
equal deleted inserted replaced
50970:d30b4459b71b 50971:34872a21af82
   717 
   717 
   718  private:
   718  private:
   719   enum { _no_index_sentinel = -1, _possible_index_sentinel = -2 };
   719   enum { _no_index_sentinel = -1, _possible_index_sentinel = -2 };
   720  public:
   720  public:
   721 
   721 
       
   722   // Get the tag for a constant, which may involve a constant dynamic
       
   723   constantTag constant_tag_at(int which);
       
   724   // Get the basic type for a constant, which may involve a constant dynamic
   722   BasicType basic_type_for_constant_at(int which);
   725   BasicType basic_type_for_constant_at(int which);
   723 
   726 
   724   // Resolve late bound constants.
   727   // Resolve late bound constants.
   725   oop resolve_constant_at(int index, TRAPS) {
   728   oop resolve_constant_at(int index, TRAPS) {
   726     constantPoolHandle h_this(THREAD, this);
   729     constantPoolHandle h_this(THREAD, this);