Changeset: fcdbd1f34309
Author:khazra
Date: 2012-04-24 14:59 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fcdbd1f34309
7144274: [macosx] Default IPv6 multicast interface is not being set when
calling MulticastSocket.joinGroup()
Summary: Get default interface for Mac OS X w
Changeset: f68c854fa584
Author:ksrini
Date: 2012-04-24 10:37 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f68c854fa584
7151434: java -jar -XX crashes java launcher
Reviewed-by: mchung, darcy
! src/share/bin/java.c
! test/tools/launcher/Arrrghs.java
! test/tools/launcher/Te
Changeset: 2c35304e885a
Author:youdwei
Date: 2012-04-24 21:06 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2c35304e885a
7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
Reviewed-by: okutsu
! src/share/classes/java/text/DateFormatSymbols.java
Hi Jonathan
Some comments:
1. Can you be sure that the new format always has the same length?
jarsigner tries to output in a tabular style and each column should be
aligned.
2. You might need to reformat the modified line to make it fit into 80
characters width.
3. Why not include the tes