hotspot/src/share/vm/runtime/reflection.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 24456 8c7933fa5a1f
equal deleted inserted replaced
22550:820966182ab9 22551:9bf46d16dcc6
   136 
   136 
   137   // Conversion
   137   // Conversion
   138   static BasicType basic_type_mirror_to_basic_type(oop basic_type_mirror, TRAPS);
   138   static BasicType basic_type_mirror_to_basic_type(oop basic_type_mirror, TRAPS);
   139 
   139 
   140 public:
   140 public:
   141   // Method invokation through java.lang.reflect.Method
   141   // Method invocation through java.lang.reflect.Method
   142   static oop      invoke_method(oop method_mirror, Handle receiver, objArrayHandle args, TRAPS);
   142   static oop      invoke_method(oop method_mirror, Handle receiver, objArrayHandle args, TRAPS);
   143   // Method invokation through java.lang.reflect.Constructor
   143   // Method invocation through java.lang.reflect.Constructor
   144   static oop      invoke_constructor(oop method_mirror, objArrayHandle args, TRAPS);
   144   static oop      invoke_constructor(oop method_mirror, objArrayHandle args, TRAPS);
   145 
   145 
   146 };
   146 };
   147 
   147 
   148 #endif // SHARE_VM_RUNTIME_REFLECTION_HPP
   148 #endif // SHARE_VM_RUNTIME_REFLECTION_HPP