Feedback on two errors in JSR 400
Iris Clark
iris.clark at oracle.com
Tue Aug 26 17:20:08 UTC 2025
Hi, Daishi.
Thank you so much for taking the time to provide feedback. The issues you've discovered in the RMI Spec and security JavaDoc API have both been addressed in this bug and associated PR:
https://bugs.openjdk.org/browse/JDK-8366126
https://github.com/openjdk/jdk/pull/26945
These changes will appear in the next promotion of JDK 26 (build 13). The Early Access build containing these changes will be available at https://jdk.java.net/26/ . Unfortunately, it's too late to backport to JDK 25.
Best,
Iris
________________________________
From: java-se-spec-comments <java-se-spec-comments-retn at openjdk.org> on behalf of Daishi Tabata (Fujitsu) <tabata.daishi at fujitsu.com>
Sent: Friday, August 22, 2025 12:59 AM
To: 'java-se-spec-comments at openjdk.org' <java-se-spec-comments at openjdk.org>
Subject: Feedback on two errors in JSR 400
Hello experts,
I apologize for commenting after the public review has finished.
I found two errors in JSR 400, so I am providing feedback.
* A9 Java Remote Method Invocation (RMI) Specification 10.2.1
https://cr.openjdk.org/~iris/se/25/spec/latest/specs/rmi/protocol.html#rmi-transport-protocol
Current:
Note: The obsolete ProtocolMultiplexProtocol (0x4d) has been removed as of Java SE 9.
Correction:
Note: The obsolete MultiplexProtocol (0x4d) has been removed as of Java SE 9.
* A1 Complete API Specification
https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String)
https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/PKCS8EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String)
https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/X509EncodedKeySpec.html#%3Cinit%3E(byte%5B%5D,java.lang.String)
Current:
External Specifications
Java Security Standard Algorithm Names,
Java Security Standard Algorithm Names
Correction:
External Specifications
Java Security Standard Algorithm Names
If it is necessary to modify the OpenJDK source to fix the second error, I can provide a patch.
Please let me know if there is anything else I can help with.
Best regards,
Daishi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/java-se-spec-comments/attachments/20250826/57bb364c/attachment-0001.htm>
More information about the java-se-spec-comments
mailing list