hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp
changeset 11430 718fc06da49a
parent 7397 5b173b4ca846
child 13728 882756847a04
equal deleted inserted replaced
11429:e894217a5d94 11430:718fc06da49a
   743     receiver,
   743     receiver,
   744     in_ByteSize(oopDesc::klass_offset_in_bytes()),
   744     in_ByteSize(oopDesc::klass_offset_in_bytes()),
   745     SharkType::oop_type(),
   745     SharkType::oop_type(),
   746     "klass");
   746     "klass");
   747 
   747 
   748   Value *klass_part = builder()->CreateAddressOfStructEntry(
   748   Value *access_flags = builder()->CreateValueOfStructEntry(
   749     klass,
   749     klass,
   750     in_ByteSize(klassOopDesc::klass_part_offset_in_bytes()),
   750     Klass::access_flags_offset(),
   751     SharkType::klass_type(),
       
   752     "klass_part");
       
   753 
       
   754   Value *access_flags = builder()->CreateValueOfStructEntry(
       
   755     klass_part,
       
   756     in_ByteSize(Klass::access_flags_offset_in_bytes()),
       
   757     SharkType::jint_type(),
   751     SharkType::jint_type(),
   758     "access_flags");
   752     "access_flags");
   759 
   753 
   760   builder()->CreateCondBr(
   754   builder()->CreateCondBr(
   761     builder()->CreateICmpNE(
   755     builder()->CreateICmpNE(