comparison src/cpu/zero/vm/cppInterpreter_zero.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 732454aaf5cb
children 38fa55e5e792
comparison
equal deleted inserted replaced
3365:3cfb240033d1 3369:3d2ab563047a
1425 1425
1426 int AbstractInterpreter::layout_activation(methodOop method, 1426 int AbstractInterpreter::layout_activation(methodOop method,
1427 int tempcount, 1427 int tempcount,
1428 int popframe_extra_args, 1428 int popframe_extra_args,
1429 int moncount, 1429 int moncount,
1430 int caller_actual_parameters,
1430 int callee_param_count, 1431 int callee_param_count,
1431 int callee_locals, 1432 int callee_locals,
1432 frame* caller, 1433 frame* caller,
1433 frame* interpreter_frame, 1434 frame* interpreter_frame,
1434 bool is_top_frame) { 1435 bool is_top_frame) {