Feedback on two errors in JSR 400
Daishi Tabata (Fujitsu)
tabata.daishi at fujitsu.com
Fri Aug 22 07:59:21 UTC 2025
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/20250822/f6f2a8e0/attachment.htm>
More information about the java-se-spec-comments
mailing list