hotspot/src/share/vm/oops/constantPool.cpp
changeset 27680 8ecc0871c18e
parent 27408 9a8090dd6ec3
child 28741 1f10b1bd612d
equal deleted inserted replaced
27679:06b3a53d7781 27680:8ecc0871c18e
   459   return extract_high_short_from_int(ref_index);
   459   return extract_high_short_from_int(ref_index);
   460 }
   460 }
   461 
   461 
   462 
   462 
   463 Klass* ConstantPool::klass_ref_at(int which, TRAPS) {
   463 Klass* ConstantPool::klass_ref_at(int which, TRAPS) {
   464   return klass_at(klass_ref_index_at(which), CHECK_NULL);
   464   return klass_at(klass_ref_index_at(which), THREAD);
   465 }
   465 }
   466 
   466 
   467 
   467 
   468 Symbol* ConstantPool::klass_name_at(int which) {
   468 Symbol* ConstantPool::klass_name_at(int which) {
   469   assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(),
   469   assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(),