-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b33
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8271182 | 18 | Igor Ignatyev | P3 | Resolved | Fixed | b08 |
JDK-8271651 | 17.0.2 | Igor Ignatyev | P3 | Resolved | Fixed | b01 |
JDK-8271789 | 17.0.1 | Igor Ignatyev | P3 | Resolved | Fixed | b05 |
TestCheckedJniExceptionCheck spawns a child JVM that uses a test native library, TestCheckedJniExceptionCheck, but it doesn't add/set test.nativepath value to -Djava.library.path, so the child JVM can't find the library and fails.
this issue hasn't been noticed early b/c TestCheckedJniExceptionCheck doesn't check the exit code of the child JVM.
this issue hasn't been noticed early b/c TestCheckedJniExceptionCheck doesn't check the exit code of the child JVM.
- backported by
-
JDK-8271182 runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path
-
- Resolved
-
-
JDK-8271651 runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path
-
- Resolved
-
-
JDK-8271789 runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path
-
- Resolved
-