hg: closures/closures/langtools: The "for" qualifier on methods is now preserved in the class
neal at gafter.com
neal at gafter.com
Sun Jul 13 20:55:39 PDT 2008
Changeset: 58aad10775bc
Author: gafter
Date: 2008-07-13 20:50 -0700
URL: http://hg.openjdk.java.net/closures/closures/langtools/rev/58aad10775bc
The "for" qualifier on methods is now preserved in the class
file using a classfile attribute. Previously the qualifier
was only noticed by the compiler if the API is compiled from
sources at the same time as its clients.
Also, some fixes to test tags.
! src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/share/classes/com/sun/tools/javac/util/Name.java
! test/tools/javac/closures/Mahieu19.java
+ test/tools/javac/closures/Mahieu21.java
+ test/tools/javac/closures/Mahieu21b.java
! test/tools/javac/closures/Morris.java
More information about the closures-dev
mailing list