McKown, John wrote:
A zAAP can only run Java code. Does this include Java code which has been compiled by the jit? What about user supplied JNI routines?
The JVM establishes zAAP redirect eligibility for the TCB whenever you execute Java byte code -- no matter where it comes from. When you begin to execute non-Java code, the zAAP eligibility is disabled. But, it's a "lazy" mechanism. So you might find yourself momentarily running zAAP-eligible Java code on a CP or non-Java code on a zAAP.
-- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 [EMAIL PROTECTED] http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

