jdk/test/java/lang/instrument/ilib/InjectBytecodes.java
changeset 7803 56bc97d69d93
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
--- a/jdk/test/java/lang/instrument/ilib/InjectBytecodes.java	Sat Dec 18 09:10:49 2010 -0800
+++ b/jdk/test/java/lang/instrument/ilib/InjectBytecodes.java	Mon Dec 20 13:47:04 2010 -0800
@@ -50,7 +50,7 @@
     private final Injector[] after  = new Injector[256];
     private final String className;
     private final String methodName;
-    private final Map<Integer,byte[]> snippets = new HashMap<Integer,byte[]>();
+    private final Map<Integer,byte[]> snippets = new HashMap<>();
 
     private int pos;
     private int newPos;