hg: jdk8/tl/jdk: 3 new changesets

2012-02-08 Thread chris . hegarty
Changeset: c64c815974ff Author:chegar Date: 2012-02-08 11:16 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c64c815974ff 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc Reviewed-by: dholmes !

RFR 7133367: ResponseCache.put should not be called when setUseCaches(false)

2012-02-08 Thread chris hegarty
This seems to be an oversight in HttpURLConnection where the system-wide ResponseCache handler is used to store responses even if getUsesCaches returns false. I guess this was never really noticed before since the cached response will not be used if getUsesCaches returns false for future