comparison src/share/vm/graal/graalCodeInstaller.hpp @ 4670:41034914e2ee

add MethodContents assumption to fix debbugging issue
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 22 Feb 2012 17:04:27 +0100
parents 79c91d220d73
children af8958fe5a3a
comparison
equal deleted inserted replaced
4669:a6d18567b2ff 4670:41034914e2ee
95 void initialize_assumptions(oop target_method); 95 void initialize_assumptions(oop target_method);
96 96
97 // perform data and call relocation on the CodeBuffer 97 // perform data and call relocation on the CodeBuffer
98 void initialize_buffer(CodeBuffer& buffer); 98 void initialize_buffer(CodeBuffer& buffer);
99 99
100 void assumption_MethodContents(Handle assumption);
100 void assumption_ConcreteSubtype(Handle assumption); 101 void assumption_ConcreteSubtype(Handle assumption);
101 void assumption_ConcreteMethod(Handle assumption); 102 void assumption_ConcreteMethod(Handle assumption);
102 103
103 void site_Safepoint(CodeBuffer& buffer, jint pc_offset, oop site); 104 void site_Safepoint(CodeBuffer& buffer, jint pc_offset, oop site);
104 void site_Call(CodeBuffer& buffer, jint pc_offset, oop site); 105 void site_Call(CodeBuffer& buffer, jint pc_offset, oop site);