--- old/test/javax/net/ssl/SSLEngine/LargeBufs.java Fri May 29 00:49:13 2015 +++ new/test/javax/net/ssl/SSLEngine/LargeBufs.java Fri May 29 00:49:12 2015 @@ -116,7 +116,7 @@ if ((result2.bytesConsumed() != 0) && (result2.bytesConsumed() != appBufferMax) && (result2.bytesConsumed() != 2 * OFFSET)) { - throw new Exception("result1: " + result1); + throw new Exception("result2: " + result2); } log("wrap1: " + result1);