Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Architecture: Intel, Compilers: Baseline, Compilers: Optimizing
-
Labels:None
-
Environment:x86_64, fc14
-
Number of attachments :
Description
rvm/src/org/jikesrvm/compilers/opt/regalloc/ia32/CallingConvention.java
64bit calling convention has differnet native form and java internal form. sysCall must use OS convention, native_parameter_gpr and native_parameter_fpr should be used to store parameters. internal call still use rax,rdx.