JNI Compiler
The JNI compiler "compiles" native methods by generating code to transition from Jikes RVM internal calling/register conventions to the native platforms ABI.
See also THE JNI IMPL DETAILS section.
Releases | Mailing Lists | IRC | Source Control | Issue Tracker | Regression Tests | Wiki
The JNI compiler "compiles" native methods by generating code to transition from Jikes RVM internal calling/register conventions to the native platforms ABI.
See also THE JNI IMPL DETAILS section.