diff -r 0b2f54e47bc4 -r 1afc4675dc75 jdk/src/share/classes/sun/tools/asm/ConstantPool.java --- a/jdk/src/share/classes/sun/tools/asm/ConstantPool.java Thu Jul 31 11:48:39 2014 -0700 +++ b/jdk/src/share/classes/sun/tools/asm/ConstantPool.java Thu Jul 31 17:01:24 2014 -0700 @@ -42,7 +42,7 @@ */ public final class ConstantPool implements RuntimeConstants { - Hashtable hash = new Hashtable<>(101); + Hashtable hash = new Hashtable<>(101); /** * Find an entry, may return 0