|
Class Summary |
| JNICompiler |
This class compiles the prolog and epilog for all code that makes
the transition between Java and Native C
2 cases:
-from Java to C: all user-defined native methods
-C to Java: all JNI functions in JNIFunctions.java
If this code is being used, then we assume RVM_WITH_SVR4_ABI is set. |
| JNIGCMapIterator |
Iterator for stack frames inserted at the transition from Java to
JNI Native C. |
| JNIHelpers |
Platform dependent utility functions called from JNIFunctions
(cannot be placed in JNIFunctions because methods
there are specially compiled to be called from native). |