On Thu, 15 Jun 2023 06:02:13 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: db133dbc Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/db133dbc02a7f38104fdbca967c59f758c6f4336 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers Reviewed-by: wetmore, xuelei ------------- PR: https://git.openjdk.org/jdk/pull/14483