src/share/vm/shark/sharkTopLevelBlock.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/sharkTopLevelBlock.cpp	Tue Dec 13 20:05:42 2011
--- new/src/share/vm/shark/sharkTopLevelBlock.cpp	Tue Dec 13 20:05:42 2011

*** 743,761 **** --- 743,755 ---- receiver, in_ByteSize(oopDesc::klass_offset_in_bytes()), SharkType::oop_type(), "klass"); Value *klass_part = builder()->CreateAddressOfStructEntry( klass, in_ByteSize(klassOopDesc::klass_part_offset_in_bytes()), SharkType::klass_type(), "klass_part"); Value *access_flags = builder()->CreateValueOfStructEntry( - klass_part, ! in_ByteSize(Klass::access_flags_offset_in_bytes()), ! Klass::access_flags_offset(), SharkType::jint_type(), "access_flags"); builder()->CreateCondBr( builder()->CreateICmpNE(

src/share/vm/shark/sharkTopLevelBlock.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File