comparison src/share/vm/runtime/sharedRuntime.hpp @ 17033:2d6dd2eebd51

Fixed HSAIL deopt
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 02 Sep 2014 21:42:37 -0700
parents 4062efea018b
children 89152779163c
comparison
equal deleted inserted replaced
17032:8f3ece00da4f 17033:2d6dd2eebd51
403 403
404 static void gen_i2c_adapter(MacroAssembler *_masm, 404 static void gen_i2c_adapter(MacroAssembler *_masm,
405 int total_args_passed, 405 int total_args_passed,
406 int comp_args_on_stack, 406 int comp_args_on_stack,
407 const BasicType *sig_bt, 407 const BasicType *sig_bt,
408 const VMRegPair *regs); 408 const VMRegPair *regs,
409 int frame_extension_argument = -1);
409 410
410 // OSR support 411 // OSR support
411 412
412 // OSR_migration_begin will extract the jvm state from an interpreter 413 // OSR_migration_begin will extract the jvm state from an interpreter
413 // frame (locals, monitors) and store the data in a piece of C heap 414 // frame (locals, monitors) and store the data in a piece of C heap