While investigating a potential regression in JDK 13+, I happened to use the test/jdk/javax/net/ssl/SSLSession/SessionTimeOutTests.java. This test incorrectly uses the == operator for one of the String checks. I have filed a bug[1] with the details and have a patch with the fix here[2].
Can I please get a review and a sponsor for this change? [1] https://bugs.openjdk.java.net/browse/JDK-8226976 [2] http://cr.openjdk.java.net/~jpai/webrev/8226976/0/webrev/ -Jaikiran