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

src/share/vm/runtime/reflection.cpp

Print this page

        

*** 647,657 **** Handle(THREAD, protection_domain), true, CHECK_NULL); if (TraceClassResolution) { trace_class_resolution(k); } ! return k->klass_part()->java_mirror(); }; } objArrayHandle Reflection::get_parameter_types(methodHandle method, int parameter_count, oop* return_type, TRAPS) { --- 647,657 ---- Handle(THREAD, protection_domain), true, CHECK_NULL); if (TraceClassResolution) { trace_class_resolution(k); } ! return k->java_mirror(); }; } objArrayHandle Reflection::get_parameter_types(methodHandle method, int parameter_count, oop* return_type, TRAPS) {
src/share/vm/runtime/reflection.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File