The following broken links are reported in the JNI spec.
specs/jni/design.html:45: id not found: specs/jni/design.html#interface-pointer
specs/jni/interface-pointer.html:18: id not found: specs/jni/design.html#interface-pointer
specs/jni/functions.html:2697: id not found: specs/jni/functions.html#ReleaseMode
By themselves, these are not P3, but they are part of the "noise" preventing us getting to the goal of no broken links.
Also, specs/jni/functions.html contains a reference to api/java/nio/ByteBuffer.html. The module name is missing: the reference should be to api/java.base/java/nio/ByteBuffer.html
specs/jni/design.html:45: id not found: specs/jni/design.html#interface-pointer
specs/jni/interface-pointer.html:18: id not found: specs/jni/design.html#interface-pointer
specs/jni/functions.html:2697: id not found: specs/jni/functions.html#ReleaseMode
By themselves, these are not P3, but they are part of the "noise" preventing us getting to the goal of no broken links.
Also, specs/jni/functions.html contains a reference to api/java/nio/ByteBuffer.html. The module name is missing: the reference should be to api/java.base/java/nio/ByteBuffer.html
- relates to
-
JDK-8211884 Broken links in JPDA, JDWP specs
- Resolved
-
JDK-8185690 Fix minor bugs in jni specification
- Closed