comparison src/cpu/x86/vm/templateInterpreter_x86_32.cpp @ 3369:3d2ab563047a

7043461: VM crashes in void LinkResolver::runtime_resolve_virtual_method Reviewed-by: kvn, coleenp
author never
date Thu, 12 May 2011 10:29:02 -0700
parents 92add02409c9
children 38fa55e5e792
comparison
equal deleted inserted replaced
3365:3cfb240033d1 3369:3d2ab563047a
1587 1587
1588 int AbstractInterpreter::layout_activation(methodOop method, 1588 int AbstractInterpreter::layout_activation(methodOop method,
1589 int tempcount, 1589 int tempcount,
1590 int popframe_extra_args, 1590 int popframe_extra_args,
1591 int moncount, 1591 int moncount,
1592 int caller_actual_parameters,
1592 int callee_param_count, 1593 int callee_param_count,
1593 int callee_locals, 1594 int callee_locals,
1594 frame* caller, 1595 frame* caller,
1595 frame* interpreter_frame, 1596 frame* interpreter_frame,
1596 bool is_top_frame) { 1597 bool is_top_frame) {