src/share/vm/shark/sharkNativeWrapper.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7017732_incremental Cdiff src/share/vm/shark/sharkNativeWrapper.cpp

src/share/vm/shark/sharkNativeWrapper.cpp

Print this page

        

*** 99,109 **** // For static methods, the second argument is the class if (is_static()) { builder()->CreateStore( builder()->CreateInlineOop( JNIHandles::make_local( ! target()->method_holder()->klass_part()->java_mirror())), oop_tmp_slot()); param_types.push_back(box_type); param_values.push_back(oop_tmp_slot()); --- 99,109 ---- // For static methods, the second argument is the class if (is_static()) { builder()->CreateStore( builder()->CreateInlineOop( JNIHandles::make_local( ! target()->method_holder()->java_mirror())), oop_tmp_slot()); param_types.push_back(box_type); param_values.push_back(oop_tmp_slot());
src/share/vm/shark/sharkNativeWrapper.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File