src/share/vm/runtime/reflection.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/reflection.hpp	Wed Jan 15 01:42:48 2014
--- new/src/share/vm/runtime/reflection.hpp	Wed Jan 15 01:42:48 2014

*** 136,148 **** --- 136,148 ---- // Conversion static BasicType basic_type_mirror_to_basic_type(oop basic_type_mirror, TRAPS); public: ! // Method invokation through java.lang.reflect.Method ! // Method invocation through java.lang.reflect.Method static oop invoke_method(oop method_mirror, Handle receiver, objArrayHandle args, TRAPS); ! // Method invokation through java.lang.reflect.Constructor ! // Method invocation through java.lang.reflect.Constructor static oop invoke_constructor(oop method_mirror, objArrayHandle args, TRAPS); }; #endif // SHARE_VM_RUNTIME_REFLECTION_HPP

src/share/vm/runtime/reflection.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File