[8u] Request for backporting a series of issues affecting core-libs

2019-07-31 Thread chengjingwei
Hi, all Would someone help to approve the backport of the following issues? - Issue list: JDK-8151788 JDK-8026049 JDK-8149469 JDK-8149469 - Details: JDK-8151788 Reproduced on 8u:[Yes] Bug: https://bugs.openjdk.java.net/browse/JDK-8151788 Patch is clean:[Yes] JDK9 Changeset:

Issue with SSL handshake implementation

2019-07-30 Thread chengjingwei (A)
Hi, There may be some issue with the SSL handshake implementation. In sun.security.x509.X500Name.java, there's a static hashmap field named *internedOIDs*, used for caching X.500 attributes. Each time a new oid is encountered, jdk will cache them into the static hashmap. With a

[8u-dev] Deadlock involving FileSystems.getDefault and System.loadLibrary

2019-07-12 Thread chengjingwei (A)
Hi there, We got a bug report from our customers some time ago, the situation was the same as described in http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/050819.html So we adopted the patch proposed in https://bugs.openjdk.java.net/browse/JDK-8194653 and