hg: nio/nio/langtools: 5 new changesets
alan.bateman at sun.com
alan.bateman at sun.com
Thu Aug 7 07:59:40 PDT 2008
Changeset: 3437676858e3
Author: jjg
Date: 2008-08-01 15:23 -0700
URL: http://hg.openjdk.java.net/nio/nio/langtools/rev/3437676858e3
6627362: javac generates code that uses array.clone, which is not available on JavaCard
6627364: javac needs Float and Double on the bootclasspath even when not directly used
6627366: javac needs Cloneable and Serializable on the classpath even when not directly used
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/code/Symtab.java
! src/share/classes/com/sun/tools/javac/comp/Lower.java
! test/tools/javac/5045412/Bar.java
! test/tools/javac/5045412/Foo.java
- test/tools/javac/5045412/out
+ test/tools/javac/6627362/T6627362.java
+ test/tools/javac/6627362/x/E.java
+ test/tools/javac/6627362/x/Object.java
+ test/tools/javac/synthesize/Boolean.java
+ test/tools/javac/synthesize/Byte.java
+ test/tools/javac/synthesize/Character.java
+ test/tools/javac/synthesize/Cloneable.java
+ test/tools/javac/synthesize/Double.java
+ test/tools/javac/synthesize/Float.java
+ test/tools/javac/synthesize/Integer.java
+ test/tools/javac/synthesize/Long.java
+ test/tools/javac/synthesize/Main.java
+ test/tools/javac/synthesize/Number.java
+ test/tools/javac/synthesize/Object.java
+ test/tools/javac/synthesize/Serializable.java
+ test/tools/javac/synthesize/Short.java
+ test/tools/javac/synthesize/Test.java
+ test/tools/javac/synthesize/Void.java
Changeset: fd1d361ae294
Author: jjg
Date: 2008-08-04 15:09 -0700
URL: http://hg.openjdk.java.net/nio/nio/langtools/rev/fd1d361ae294
4111861: static final field contents are not displayed
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javap/ClassWriter.java
! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/Options.java
! src/share/classes/com/sun/tools/javap/resources/javap.properties
+ test/tools/javap/4111861/A.java
+ test/tools/javap/4111861/T4111861.java
Changeset: 05684554f040
Author: jjg
Date: 2008-08-04 17:54 -0700
URL: http://hg.openjdk.java.net/nio/nio/langtools/rev/05684554f040
4884240: additional option required for javap
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javap/ClassWriter.java
! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/Options.java
! src/share/classes/com/sun/tools/javap/resources/javap.properties
+ test/tools/javap/T4884240.java
! test/tools/javap/T6622260.java
Changeset: b6d5f53b3b29
Author: mcimadamore
Date: 2008-08-05 12:54 +0100
URL: http://hg.openjdk.java.net/nio/nio/langtools/rev/b6d5f53b3b29
6730423: Diagnostic formatter should be an instance field of JCDiagnostic
Summary: JCDiagnostic.fragment should be deprecated and the diagnostic factory should be used instead
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/util/JCDiagnostic.java
Changeset: 6be961ee2290
Author: jjg
Date: 2008-08-05 17:07 -0700
URL: http://hg.openjdk.java.net/nio/nio/langtools/rev/6be961ee2290
6733995: legal notice repair on langtools/src/share/classes/com/sun/tools/javap/JavapTask.java
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javap/JavapTask.java
More information about the nio-dev
mailing list