comparison src/share/vm/ci/ciField.cpp @ 2047:eb575e79136f

Fixed an issue that caused the client compiler to fail in the graal configuration.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 19:08:13 +0100
parents 06f017f7daa7
children d25d4ca69222
comparison
equal deleted inserted replaced
2046:cf75612bdaa5 2047:eb575e79136f
304 } 304 }
305 305
306 bool ciField::will_link(ciInstanceKlass* accessing_klass, 306 bool ciField::will_link(ciInstanceKlass* accessing_klass,
307 Bytecodes::Code bc) { 307 Bytecodes::Code bc) {
308 VM_ENTRY_MARK; 308 VM_ENTRY_MARK;
309 will_link_from_vm(accessing_klass, bc); 309 return will_link_from_vm(accessing_klass, bc);
310 } 310 }
311 311
312 // ------------------------------------------------------------------ 312 // ------------------------------------------------------------------
313 // ciField::will_link 313 // ciField::will_link
314 // 314 //