comparison src/share/vm/runtime/sharedRuntime.hpp @ 22458:c2c971a9776f

Remove unused frame_extension_argument from i2c adapters
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 24 Aug 2015 10:21:51 -0700
parents c28cb37b2e1d
children a074ae16281d
comparison
equal deleted inserted replaced
22457:c2d49f9fbceb 22458:c2c971a9776f
421 421
422 static void gen_i2c_adapter(MacroAssembler *_masm, 422 static void gen_i2c_adapter(MacroAssembler *_masm,
423 int total_args_passed, 423 int total_args_passed,
424 int comp_args_on_stack, 424 int comp_args_on_stack,
425 const BasicType *sig_bt, 425 const BasicType *sig_bt,
426 const VMRegPair *regs, 426 const VMRegPair *regs);
427 int frame_extension_argument = -1);
428 427
429 // OSR support 428 // OSR support
430 429
431 // OSR_migration_begin will extract the jvm state from an interpreter 430 // OSR_migration_begin will extract the jvm state from an interpreter
432 // frame (locals, monitors) and store the data in a piece of C heap 431 // frame (locals, monitors) and store the data in a piece of C heap