comparison src/cpu/x86/vm/templateInterpreter_x86_64.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
1601 1601
1602 int AbstractInterpreter::layout_activation(methodOop method, 1602 int AbstractInterpreter::layout_activation(methodOop method,
1603 int tempcount, 1603 int tempcount,
1604 int popframe_extra_args, 1604 int popframe_extra_args,
1605 int moncount, 1605 int moncount,
1606 int caller_actual_parameters,
1606 int callee_param_count, 1607 int callee_param_count,
1607 int callee_locals, 1608 int callee_locals,
1608 frame* caller, 1609 frame* caller,
1609 frame* interpreter_frame, 1610 frame* interpreter_frame,
1610 bool is_top_frame) { 1611 bool is_top_frame) {