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	Wed Dec  7 12:03:24 2011
--- new/src/share/vm/shark/sharkTopLevelBlock.cpp	Wed Dec  7 12:03:24 2011

*** 743,760 **** --- 743,754 ---- 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()), SharkType::jint_type(), "access_flags"); builder()->CreateCondBr(

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