--- old/test/tools/javac/tree/AbstractTreeScannerTest.java 2011-10-23 21:54:00.152617234 -0700 +++ new/test/tools/javac/tree/AbstractTreeScannerTest.java 2011-10-23 21:54:00.054279104 -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.