--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java 2015-02-23 20:10:41.000000000 +0100 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java 2015-02-23 20:10:41.000000000 +0100 @@ -118,14 +118,10 @@ public static final List emptyPath = List.nil(); - // NOTE: All of these will be converted to final fields eventually. - public final TargetType type; // For generic/array types. - // This field is in the process of being made final. Do not - // introduce new mutations. public List location; // Tree position.