// Note: Currently, JNI function table changes are sensitive to the order of operations wrt/ // CheckJNI. If an agent sets the function table, and a program than late-enables CheckJNI, // CheckJNI will not be working (as the agent will forward to the non-CheckJNI table). // // This behavior results from our usage of the function table to avoid a check of the // CheckJNI flag. A future implementation may install on loading of this plugin an // intermediate function table that explicitly checks the flag, so that switching CheckJNI // is transparently handled.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.