mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-17 19:33:18 +00:00
The fix updates sun.net.httpserver.ExchangeImpl to use thread safe DateTimeFormatter for response headers, this replaces DateFormat that was using ThreadLocal. Reviewed-by: dfuchs, alanb, chegar