RE: Possible error in PackTestZip64.java!?

2017-03-28 Thread Kharbas, Kishor
shor From: Kharbas, Kishor Sent: Monday, March 20, 2017 7:02 PM To: core-libs-dev@openjdk.java.net Cc: Kharbas, Kishor Subject: Possible error in PackTestZip64.java!? Hi! I came across an exception when running pack200 test PackTestZip64.java when I use a non-bundled zlib library with JDK8. This

Possible error in PackTestZip64.java!?

2017-03-20 Thread Kharbas, Kishor
Hi! I came across an exception when running pack200 test PackTestZip64.java when I use a non-bundled zlib library with JDK8. This causes the test to fail. Upon examining the code, I believe the test fails incorrectly. The error is an side-effect of how new JarEntry's are created. Below is the de

RE: RFR (M): 8135250: Replace custom check/range functionality with check index/range methods in java.util.Arrays

2016-01-07 Thread Kharbas, Kishor
anged. Thanks, Kishor -Original Message- From: Paul Sandoz [mailto:paul.san...@oracle.com] Sent: Thursday, January 07, 2016 12:28 AM To: Kharbas, Kishor Cc: Anthony Scarpino; core-libs-dev@openjdk.java.net Subject: Re: RFR (M): 8135250: Replace custom check/range functionality with check

RFR (M): 8135250: Replace custom check/range functionality with check index/range methods in java.util.Arrays

2016-01-06 Thread Kharbas, Kishor
Hello all, Requesting the community to review a patch which replaces custom bound checking functionality with calls to methods in java.util.Objects. The methods affected are CounterMode.crypt() and AESCrypt.encryptBlock(), AESCrypt.decryptBlock() Bug id: https://bugs.openjdk.java.net/browse

Patch for adding SO_REUSEPORT socket option

2015-11-16 Thread Kharbas, Kishor
Hello all, I request the community to review a patch for adding SO_REUSEPORT support. There is already an existing JBS opened at https://bugs.openjdk.java.net/browse/JDK-6432031 Details : SO_REUSEPORT removes 1:1 assignment between listen socket and IP:PORT pair and enable multiple sockets li