--- old/src/java.base/share/classes/sun/security/ssl/SSLEngineImpl.java Fri Dec 16 18:46:17 2016 +++ new/src/java.base/share/classes/sun/security/ssl/SSLEngineImpl.java Fri Dec 16 18:46:17 2016 @@ -2244,7 +2244,7 @@ } applicationProtocols = params.getApplicationProtocols(); - if ((handshaker != null) && !handshaker.started()) { + if ((handshaker != null) && !handshaker.activated()) { handshaker.setIdentificationProtocol(identificationProtocol); handshaker.setAlgorithmConstraints(algorithmConstraints); handshaker.setMaximumPacketSize(maximumPacketSize);