--- a/src/java.base/share/classes/sun/security/ssl/PostHandshakeContext.java Fri Oct 19 17:54:21 2018 -0400
+++ b/src/java.base/share/classes/sun/security/ssl/PostHandshakeContext.java Fri Oct 19 18:05:50 2018 -0700
@@ -50,6 +50,9 @@
this.localSupportedSignAlgs = new ArrayList<SignatureScheme>(
context.conSession.getLocalSupportedSignatureSchemes());
+ this.requestedServerNames =
+ context.conSession.getRequestedServerNames();
+
handshakeConsumers = new LinkedHashMap<>(consumers);
handshakeFinished = true;
}