--- old/test/tools/javac/tree/AbstractTreeScannerTest.java 2011-11-02 11:34:06.436529304 -0700 +++ new/test/tools/javac/tree/AbstractTreeScannerTest.java 2011-11-02 11:34:06.364534746 -0700 @@ -274,7 +274,7 @@ return fields; } // where - Map> map = new HashMap>(); + Map> map = new HashMap>(); /** Get the line number for the primary position for a tree. * The code is intended to be simple, although not necessarily efficient.