[jdk11u-dev] RFR: 8229867: Re-examine synchronization usages in http and https protocol handlers
PoojaDP-23
duke at openjdk.org
Tue Feb 21 23:18:15 UTC 2023
This is a backport request and this fix is a dependency for [8293562](https://github.com/openjdk/jdk/commit/03f25a9c6924430ec4063b801b2b6ca55b9067c9).
This is a fix that upgrades the old HTTP and HTTPS legacy stack to use virtual-thread friendly locking instead of synchronized monitors.
We have removed @java.io.serial in AuthenticationInfo.java since the serial.class file not located.
-------------
Commit messages:
- address whitespace error
- address compilation error @java.io.Serial
- Backport 65393a093c6a43a0bd8ff9f79c29c3bc5756104f
Changes: https://git.openjdk.org/jdk11u-dev/pull/1710/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1710&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8229867
Stats: 1135 lines in 18 files changed: 545 ins; 167 del; 423 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1710.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1710/head:pull/1710
PR: https://git.openjdk.org/jdk11u-dev/pull/1710
More information about the jdk-updates-dev
mailing list