hg: closures/closures/langtools: 10 new changesets

neal at gafter.com neal at gafter.com
Sun Jul 13 16:31:03 PDT 2008


Changeset: 5e270b126573
Author:    jjg
Date:      2008-07-08 16:59 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/5e270b126573

6715251: javap should be consistent with javac and return 2 if given no arguments
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/JavapTask.java
! test/tools/javap/T4876942.java
+ test/tools/javap/T6715251.java

Changeset: 0d4aa3c00af5
Author:    jjg
Date:      2008-07-08 17:14 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/0d4aa3c00af5

6715757: javap does not print "extends java.lang.Object"
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/classfile/Type.java
! src/share/classes/com/sun/tools/javap/ClassWriter.java
! test/tools/javap/4870651/T4870651.java
! test/tools/javap/T4880663.java

Changeset: df47f7f4c95a
Author:    jjg
Date:      2008-07-08 17:25 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/df47f7f4c95a

6715753: unknown option error can be a little more helpful
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/resources/javap.properties
+ test/tools/javap/T6715753.java

Changeset: 1bdd8cea398e
Author:    jjg
Date:      2008-07-08 17:53 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/1bdd8cea398e

6716452: (classfile) need a method to get the index of an attribute
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/classfile/Attributes.java
+ test/tools/javap/T6716452.java

Changeset: c33f7ddeeff2
Author:    jjg
Date:      2008-07-08 18:06 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/c33f7ddeeff2

4501661: disallow mixing -public, -private, and -protected options at the same time
Reviewed-by: ksrini

! 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/T4501661.java

Changeset: 82c7aa6fe50a
Author:    jjg
Date:      2008-07-10 11:25 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/82c7aa6fe50a

6724327: eliminate use of shell tests for simple golden file tests
Reviewed-by: darcy

! test/tools/javac/CyclicInheritance.java
! test/tools/javac/CyclicInheritance.out
- test/tools/javac/CyclicInheritance.sh
! test/tools/javac/ExtendsAccess/ExtendsAccess.java
! test/tools/javac/ExtendsAccess/ExtendsAccess.out
- test/tools/javac/ExtendsAccess/ExtendsAccess.sh
! test/tools/javac/FloatingPointChanges/BadConstructorModifiers.java
! test/tools/javac/FloatingPointChanges/BadConstructorModifiers.out
- test/tools/javac/FloatingPointChanges/BadConstructorModifiers.sh
! test/tools/javac/InnerNamedConstant_2.java
! test/tools/javac/InnerNamedConstant_2.out
- test/tools/javac/InnerNamedConstant_2.sh
! test/tools/javac/LocalClasses_2.java
! test/tools/javac/LocalClasses_2.out
- test/tools/javac/LocalClasses_2.sh
! test/tools/javac/NameCollision.java
! test/tools/javac/NameCollision.out
- test/tools/javac/NameCollision.sh
! test/tools/javac/NestedInnerClassNames.java
! test/tools/javac/NestedInnerClassNames.out
- test/tools/javac/NestedInnerClassNames.sh
! test/tools/javac/NonStaticFieldExpr1.java
! test/tools/javac/NonStaticFieldExpr1.out
- test/tools/javac/NonStaticFieldExpr1.sh
! test/tools/javac/NonStaticFieldExpr2.java
! test/tools/javac/NonStaticFieldExpr2.out
- test/tools/javac/NonStaticFieldExpr2.sh
! test/tools/javac/NonStaticFieldExpr3.java
! test/tools/javac/NonStaticFieldExpr3.out
- test/tools/javac/NonStaticFieldExpr3.sh
! test/tools/javac/QualifiedAccess/QualifiedAccess_1.java
! test/tools/javac/QualifiedAccess/QualifiedAccess_1.out
- test/tools/javac/QualifiedAccess/QualifiedAccess_1.sh
! test/tools/javac/QualifiedAccess/QualifiedAccess_2.java
! test/tools/javac/QualifiedAccess/QualifiedAccess_2.out
- test/tools/javac/QualifiedAccess/QualifiedAccess_2.sh
! test/tools/javac/QualifiedAccess/QualifiedAccess_3.java
! test/tools/javac/QualifiedAccess/QualifiedAccess_3.out
- test/tools/javac/QualifiedAccess/QualifiedAccess_3.sh
! test/tools/javac/SynchronizedClass.java
! test/tools/javac/SynchronizedClass.out
- test/tools/javac/SynchronizedClass.sh
! test/tools/javac/depDocComment/DeprecatedDocComment.java
! test/tools/javac/depDocComment/DeprecatedDocComment.out
- test/tools/javac/depDocComment/DeprecatedDocComment.sh

Changeset: 62fcf8d73dc5
Author:    jjg
Date:      2008-07-10 16:50 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/62fcf8d73dc5

6724551: Use Queues instead of Lists to link compiler phases
Reviewed-by: darcy

! src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java
! src/share/classes/com/sun/tools/javac/comp/Enter.java
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/share/classes/com/sun/tools/javac/util/ListBuffer.java

Changeset: 41fb91c70d47
Author:    jjg
Date:      2008-07-11 14:59 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/41fb91c70d47

6725036: javac returns incorrect value for lastModifiedTime() when source is a zip file archive
Reviewed-by: darcy

! src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
+ test/tools/javac/T6725036.java

Changeset: 4e7153d64341
Author:    gafter
Date:      2008-07-13 13:47 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/4e7153d64341

Merge with tip

! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/share/classes/com/sun/tools/javac/util/ListBuffer.java
- test/tools/javac/CyclicInheritance.sh
- test/tools/javac/ExtendsAccess/ExtendsAccess.sh
- test/tools/javac/FloatingPointChanges/BadConstructorModifiers.sh
- test/tools/javac/InnerNamedConstant_2.sh
- test/tools/javac/LocalClasses_2.sh
- test/tools/javac/NameCollision.sh
- test/tools/javac/NestedInnerClassNames.sh
- test/tools/javac/NonStaticFieldExpr1.sh
- test/tools/javac/NonStaticFieldExpr2.sh
- test/tools/javac/NonStaticFieldExpr3.sh
- test/tools/javac/QualifiedAccess/QualifiedAccess_1.sh
- test/tools/javac/QualifiedAccess/QualifiedAccess_2.sh
- test/tools/javac/QualifiedAccess/QualifiedAccess_3.sh
- test/tools/javac/SynchronizedClass.sh
- test/tools/javac/depDocComment/DeprecatedDocComment.sh

Changeset: 7ad432c709e6
Author:    gafter
Date:      2008-07-13 13:48 -0700
URL:       http://hg.openjdk.java.net/closures/closures/langtools/rev/7ad432c709e6

Merge.





More information about the closures-dev mailing list