< prev index next > src/hotspot/share/runtime/sharedRuntime.hpp
Print this page
static address handle_wrong_method_abstract(JavaThread* current);
static address handle_wrong_method_ic_miss(JavaThread* current);
static address handle_unsafe_access(JavaThread* thread, address next_pc);
- #ifdef COMPILER2
- static RuntimeStub* make_native_invoker(address call_target,
- int shadow_space_bytes,
- const GrowableArray<VMReg>& input_registers,
- const GrowableArray<VMReg>& output_registers);
- #endif
-
- static void compute_move_order(const BasicType* in_sig_bt,
- int total_in_args, const VMRegPair* in_regs,
- int total_out_args, VMRegPair* out_regs,
- GrowableArray<int>& arg_order,
- VMRegPair tmp_vmreg);
-
#ifndef PRODUCT
// Collect and print inline cache miss statistics
private:
enum { maxICmiss_count = 100 };
< prev index next >