Changeset: 98a47dc23296
Author:peytoia
Date: 2012-11-02 23:17 +0900
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/98a47dc23296
8001209: Evaluate findbugs reprot for java.text.ChoiceFormat
Reviewed-by: okutsu
! src/share/classes/java/text/ChoiceFormat.java
+ test/java/text/Format/
David,
Other projects e.g. linux kernel sets CROSS_COMPILE, to specify the
prefix for all executables used during compilation.
e.g.
make CROSS_COMPILE=ia64-linux-
will cause
CC=ia64-linux-gcc
OBJCOPY=ia64-linux-objcopy
etc
Could we adopt this convention?
-Dmitry
On 2012-11-02 06:39
Changeset: 556dd9e475c6
Author:katleman
Date: 2012-10-25 09:53 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/556dd9e475c6
Added tag jdk8-b62 for changeset dccd40de8db1
! .hgtags
Changeset: 685df3c6f84b
Author:jmasa
Date: 2012-09-18 23:35 -0700
URL:
Changeset: 75c936d14c6a
Author:vromero
Date: 2012-11-01 12:47 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/75c936d14c6a
8000483: cryptic error message when source file contains hash
Summary: cryptic error message when source file contains hash
Reviewed-by: jjg, mcimad
Changeset: bf76f4190ef8
Author:jjg
Date: 2012-11-02 14:35 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bf76f4190ef8
7169362: JDK8: Write compiler tests for repeating annotations for JDK8
Reviewed-by: darcy, jjg
Contributed-by: sonali.g...@oracle.com
+ test/tools/java
Changeset: 3d701c802d01
Author:minqi
Date: 2012-11-02 13:30 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/3d701c802d01
8000489: older builds of hsdis don't work anymore after 6879063
Summary: The old function not defined properly, need a definition for export in
Changeset: 4735d2c84362
Author:kamg
Date: 2012-10-11 12:25 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4735d2c84362
7200776: Implement default methods in interfaces
Summary: Add generic type analysis and default method selection algorithms
Reviewed-by: coleenp,
Changeset: 2443d24d096a
Author:vromero
Date: 2012-11-01 13:06 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2443d24d096a
6949443: visitTree assertion triggered using -Xjcov on small sample program
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/j