Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366126

Feedback on two errors in JSR 400

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • 25
    • security-libs

      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

            weijun Weijun Wang
            youlguo Youliang Guo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: