-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b13
Sent: Friday, August 22, 2025 12:59 AM
To: 'java-se-spec-comments@openjdk.org' <java-se-spec-comments@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
To: 'java-se-spec-comments@openjdk.org' <java-se-spec-comments@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
- links to
-
Commit(master) openjdk/jdk/6a480ad0
-
Review(master) openjdk/jdk/26945