Home | History | Annotate | Download | only in docs

Lines Matching full:jni

12     <li><a href="#checkjni">Extended JNI Checks</a>
58 <h2><a name="checkjni">Extended JNI Checks</a></h2>
60 <p>JNI, the Java Native Interface, provides a way for code written in the
62 interact with native (C/C++) code. The extended JNI checks will cause
67 enabled with the <code>-Xcheck:jni</code> command-line argument. The
79 is set to <code>false</code>, the <code>-Xcheck:jni</code> flag is
80 not passed in, and JNI checks will be disabled.
82 <p>To enable JNI checking:
85 <p>You can also pass JNI-checking options into the VM through a system
90 <p>For more information about JNI checks, see
91 <a href="jni-tips.html">JNI Tips</a>.