Changeset: 5b8f8397379f
Author:chegar
Date: 2011-09-03 07:46 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5b8f8397379f
7084032: test/java/net/Inet6Address/B6558853.java fails on Windows XP/2003 if
IPv6
Reviewed-by: chegar
Contributed-by: [email protected]
! s
The code change looks fine.
Thanks
Max
On 09/02/2011 11:15 PM, Seán Coffey wrote:
This is a forward port to JDK 8 of a fix gone into jdk 5 and jdk6 releases.
It'll be ported to 7u shortly after jdk8.
Bug id is not public.
NTSystem() obtains a native Token instance for each constructor call.
T
Changeset: 95aff7cbf590
Author:darcy
Date: 2011-09-02 16:06 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/95aff7cbf590
6989067: BigInteger's array copiers should be converted to System.arraycopy()
Reviewed-by: mduigou, forax
! src/share/classes/java/math/BigInteger.java
On 9/2/11 1:43 AM, Sebastian Sickelmann wrote:
>>> Here is the updated webrev:
>>> http://oss-patches.24.eu/openjdk8/NoSuchMechanismException/7011804_0/
>> Hmm, the main problem I have with this change is that the printStackTrace
>> methods will no longer print the stack trace of the cause because
Changeset: 812c6d4d6a58
Author:sherman
Date: 2011-09-02 10:20 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/812c6d4d6a58
6898310: (cs) Charset cache lookups should be synchronized
Summary: synchronize the lookup in iterator
Reviewed-by: alanb
! src/share/classes/sun/nio/cs/
Changeset: ec27e5befa53
Author:mcimadamore
Date: 2011-09-02 17:35 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ec27e5befa53
7086261: javac doesn't report error as expected, it only reports
ClientCodeWrapper$DiagnosticSourceUnwrapper
Summary: Missing override for toSt
Changeset: 02b8381781ab
Author:ksrini
Date: 2011-09-02 07:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/02b8381781ab
7024096: Stack trace has invalid line numbers
Reviewed-by: jjg, darcy
Contributed-by: [email protected]
! src/share/classes/com/sun/tools/j
This is a forward port to JDK 8 of a fix gone into jdk 5 and jdk6 releases.
It'll be ported to 7u shortly after jdk8.
Bug id is not public.
NTSystem() obtains a native Token instance for each constructor call.
This is unnecessary and Token instances should only be requested when
called for, i.e.