SSLTransport.java
-----------------
line 173, nice to have 4 more indent white spaces.


SSLEngineImpl.java
------------------
 942   // If it wasn't a RuntimeException/SSLException, need to wrap it.
 943   if (!(exc instanceof RuntimeException) &&
 944           !(exc instanceof SSLException)) {
 945       exc = getTaskThrown(exc);
 946   }
 947
 948   throw (SSLException)exc;

In line 948, the exc could be RuntimeException. Is it possible to throw ClassCastException?


Otherwise, looks fine to me.

Thanks,
Xuelei

On 8/20/2018 1:33 PM, Bradford Wetmore wrote:

Hi Xuelei,

Please review this P1 bug blocking JDK11 RC:

     https://bugs.openjdk.java.net/browse/JDK-8207317
     http://cr.openjdk.java.net/~wetmore/8207317/webrev.00/

Proposed putback comment is inlined in the webrev.

Bug analysis/fix explanation is in the last comment of the bug.

Brad

Reply via email to