src/share/vm/shark/sharkNativeWrapper.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/sharkNativeWrapper.cpp	Tue Mar  8 20:18:10 2011
--- new/src/share/vm/shark/sharkNativeWrapper.cpp	Tue Mar  8 20:18:10 2011

*** 99,109 **** --- 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());

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