comparison src/share/vm/graal/graalCodeInstaller.hpp @ 3668:46f211fe010c

Removed global handle usage in ci interface.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 18 Nov 2011 13:30:47 +0100
parents e755289380e3
children f198b24093f3
comparison
equal deleted inserted replaced
3667:e755289380e3 3668:46f211fe010c
89 89
90 static address runtime_call_target_address(oop runtime_call); 90 static address runtime_call_target_address(oop runtime_call);
91 91
92 private: 92 private:
93 // extract the fields of the CiTargetMethod 93 // extract the fields of the CiTargetMethod
94 void initialize_fields(Handle target_method); 94 void initialize_fields(Handle& target_method);
95 void initialize_assumptions(Handle& target_method);
95 96
96 // perform data and call relocation on the CodeBuffer 97 // perform data and call relocation on the CodeBuffer
97 void initialize_buffer(CodeBuffer& buffer); 98 void initialize_buffer(CodeBuffer& buffer);
98 99
99 void assumption_ConcreteSubtype(Handle assumption); 100 void assumption_ConcreteSubtype(Handle assumption);