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

src/share/vm/shark/sharkIntrinsics.cpp

Print this page

        

*** 211,230 **** state()->pop()->jobject_value(), 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"); - state()->push( SharkValue::create_jobject( builder()->CreateValueOfStructEntry( ! klass_part, in_ByteSize(Klass::java_mirror_offset_in_bytes()), SharkType::oop_type(), "java_mirror"), true)); } --- 211,224 ---- state()->pop()->jobject_value(), in_ByteSize(oopDesc::klass_offset_in_bytes()), SharkType::oop_type(), "klass"); state()->push( SharkValue::create_jobject( builder()->CreateValueOfStructEntry( ! klass, in_ByteSize(Klass::java_mirror_offset_in_bytes()), SharkType::oop_type(), "java_mirror"), true)); }
src/share/vm/shark/sharkIntrinsics.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File