Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2044905 | 1.4.0 | J. Duke | P3 | Closed | Fixed | beta2 |
Classic VM supported the -Xcheck:jni option for debugging jni applications.
The option would enable alternate JNI entry points that performed error
for NULL arguments, proper argument types, etc., that is is too expensive
to perform for all programs (which are typically correct).
The option would enable alternate JNI entry points that performed error
for NULL arguments, proper argument types, etc., that is is too expensive
to perform for all programs (which are typically correct).
- backported by
-
JDK-2044905 implement -Xcheck:jni in hotspot
-
- Closed
-
- relates to
-
JDK-4474850 assertion failure w/runthese - allocating handle inside NoHandleMark
-
- Closed
-
-
JDK-4134867 (jni) JNI sanity checks are too expensive
-
- Closed
-