zhengxiaolinX

Results 4 issues of zhengxiaolinX

**Description** In JDK-8207258, a test 'Distrust.java' is imported, for fixing a cacerts file problem: https://bugs.openjdk.java.net/browse/JDK-8207258, and which references Apple's [HT208860](https://support.apple.com/en-hk/HT208860) doc. However, Apple updated this doc on 6/24/2020 and marked...

enhancement

This patch marks all relocations incompressible as pre-discussions at [1] and converts instructions to their 2-byte compressible counterparts as much as possible when UseRVC is enabled. Chaining PR #10421. 1....

ready
rfr
hotspot

Summary: JavaNetSocketAccess is used in WispServerSocketImpl.java, but the former one's initialization is in Socket.java. This underlying problem shall be fixed. Test Plan: ServerSocketConnectionTest.java Reviewed-by: D-D-H, yuleil Issue: #437

**Description** We observed unbalanced monitors in very rare cases happening. This patch fixes potential issues and also fixes an arrayoop that might be killed by GC. **Steps to Reproduce** \-...