RFR: JDK-8007373 Inet6Address serialization incompatibility

2013-03-26 Thread Mark Sheppard
Hi, could you oblige and review the webrev below as a fix for the issue raised in JDK8007373, Inet6Address serialization incompatibility http://cr.openjdk.java.net/~msheppar/8007373/webrev.00/ Description: We seem to have changed the serialization of Inet6Address in jdk8 compared with jdk7

hg: jdk8/tl/jdk: 2 new changesets

2013-03-26 Thread martinrb
Changeset: 3b56ef8e1ce1 Author:martin Date: 2013-03-26 13:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3b56ef8e1ce1 8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k Summary: Provide a system property to inhibit ZI

hg: jdk8/tl/langtools: 7041251: Use j.u.Objects utility methods in langtools

2013-03-26 Thread joe . darcy
Changeset: 330b35b27e68 Author:darcy Date: 2013-03-26 17:17 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/330b35b27e68 7041251: Use j.u.Objects utility methods in langtools Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/util/Pair.java ! src/share/classes/jav

Problem with fix B6369510 for HttpURLConnection Content-Type

2013-03-26 Thread Matthew Hall
Hello, I was working on a situation which was similar to the situation described in this bug which was supposedly fixed in Java 5 and Java 6: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6369510 The bug described how Content-Type was being auto-set to application/x-www-form-urlencoded in

Re: Problem with fix B6369510 for HttpURLConnection Content-Type

2013-03-26 Thread Matthew Hall
Forgot to include, offending code in HttpURLConnection: if (!method.equals("PUT") && (poster != null || streaming())) requests.setIfNotSet ("Content-type", "application/x-www-form-urlencoded"); Format adjusted a bit for readability. Matthew. On Tue, Mar 26, 2013 at 05:33:15PM -0700, Matthew

hg: jdk8/tl/langtools: 7059170: Assume availablility of URLClassLoader.close

2013-03-26 Thread joe . darcy
Changeset: 33b6a52f0037 Author:darcy Date: 2013-03-26 18:15 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/33b6a52f0037 7059170: Assume availablility of URLClassLoader.close Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/util/BaseFileManager.java - src/share/