Hello,
Request to have my fix reviewed for the issue: JDK-8245307 : Update ExchangeImpl to use thread safe DateTimeFormatter. The fix updates sun.net.httpserver.ExchangeImpl to use thread safe DateTimeFormatter for response headers, this replaces DateFormat that was using ThreadLocal to be thread safe. Issue: https://bugs.openjdk.java.net/browse/JDK-8245307 webrev: http://cr.openjdk.java.net/~ryadav/webrev_8245307/index.html - rahul