calling convention

Krystal Mo krystal.mo at oracle.com
Thu Mar 28 11:22:37 PDT 2013


Hi Xin,

You can read the *.ad files in platform-dependent sources, in 
conjunction with the logic in SharedRuntime::java_calling_convention().
The declarations for j_rarg0 and friends are in 
src/cpu/x86/vm/assembler_x86.hpp.

Hope that helps,
- Kris

On 2013/3/28 11:00, Xin Tong wrote:
> where can I find the calling convention for JIT generated code in
> openJDK for X86 ?
>
> Xin



More information about the hotspot-compiler-dev mailing list