Simple fix/test.
We missed copying the ALPN values from the SSLServerSocket to the SSLSocket.The test is essentially SSLSocketAlpnTest.java but setting the SSLParameters on SSLServerSocket instead of SSLSocket.
https://bugs.openjdk.java.net/browse/JDK-8158978 http://cr.openjdk.java.net/~wetmore/8158978/webrev.00 Brad