diff graal/com.oracle.max.asm/src/com/oracle/max/asm/Label.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
line wrap: on
line diff
--- a/graal/com.oracle.max.asm/src/com/oracle/max/asm/Label.java	Sun Dec 18 05:23:52 2011 +0100
+++ b/graal/com.oracle.max.asm/src/com/oracle/max/asm/Label.java	Sun Dec 18 05:24:06 2011 +0100
@@ -35,7 +35,7 @@
      * These instructions need to be patched when the label is bound
      * using the {@link #patchInstructions(AbstractAssembler)} method.
      */
-    private ArrayList<Integer> patchPositions = new ArrayList<Integer>(4);
+    private ArrayList<Integer> patchPositions = new ArrayList<>(4);
 
     /**
      * Returns the position of this label in the code buffer.