< prev index next >

test/micro/org/openjdk/bench/vm/compiler/WriteBarrier.java

Print this page
@@ -76,10 +76,11 @@
      private int m_z;
  
      // For field references
      public class Referencer {
          Referencer next = null;
+         @SuppressWarnings("initialization")
          Referencer() {
              this.next = null;
          }
          void append(Referencer r) {
              this.next = r;
< prev index next >