comparison src/share/vm/graal/graalCodeInstaller.hpp @ 3657:47edfca346ab

Fix a safepoint bug in code installer.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 17 Nov 2011 16:40:14 +0100
parents 5e9645341ec3
children 6e1abd79e7c8
comparison
equal deleted inserted replaced
3655:2a0cb564e470 3657:47edfca346ab
95 void initialize_fields(Handle target_method); 95 void initialize_fields(Handle 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_ConcreteSubtype(oop assumption); 100 void assumption_ConcreteSubtype(Handle assumption);
101 void assumption_ConcreteMethod(oop assumption); 101 void assumption_ConcreteMethod(Handle assumption);
102 102
103 void site_Safepoint(CodeBuffer& buffer, jint pc_offset, oop site); 103 void site_Safepoint(CodeBuffer& buffer, jint pc_offset, oop site);
104 void site_Call(CodeBuffer& buffer, jint pc_offset, oop site); 104 void site_Call(CodeBuffer& buffer, jint pc_offset, oop site);
105 void site_DataPatch(CodeBuffer& buffer, jint pc_offset, oop site); 105 void site_DataPatch(CodeBuffer& buffer, jint pc_offset, oop site);
106 void site_Mark(CodeBuffer& buffer, jint pc_offset, oop site); 106 void site_Mark(CodeBuffer& buffer, jint pc_offset, oop site);