hg: hsx/hotspot-comp/hotspot: 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292

roland.westrelin at oracle.com roland.westrelin at oracle.com
Mon Jun 3 04:35:54 PDT 2013


Changeset: 603ca7e51354
Author:    roland
Date:      2013-04-24 11:49 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/603ca7e51354

8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
Summary: ConstMethod::max_stack() doesn't account for JSR 292 appendix.
Reviewed-by: kvn

! src/cpu/sparc/vm/cppInterpreter_sparc.cpp
! src/cpu/sparc/vm/interp_masm_sparc.cpp
! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/share/vm/interpreter/bytecodeInterpreter.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/opto/matcher.cpp



More information about the hotspot-compiler-dev mailing list