RFR: 8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers

Jaikiran Pai jpai at openjdk.org
Thu Jun 15 08:42:05 UTC 2023


Can I please get a review of this change which fixes the issue noted in https://bugs.openjdk.org/browse/JDK-8310106?

The commit here fixes the typo in `sun.security.ssl.SSLHandshake.getHandshakeProducer()` method to correctly use `handshakeProducers`.

I checked if a new jtreg test could be added for this, but given where this change resides and the nature of this change, I don't see a way to add one. Existing tests in `tier1`, `tier2` and `tier3` continue to pass with this change.

-------------

Commit messages:
 - 8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers

Changes: https://git.openjdk.org/jdk/pull/14483/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14483&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310106
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/14483.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14483/head:pull/14483

PR: https://git.openjdk.org/jdk/pull/14483



More information about the security-dev mailing list