< prev index next >

test/jdk/java/lang/instrument/RedefineRecordAttr/HostBA/redef/Host.java

Print this page

        

@@ -25,9 +25,9 @@
     public static String getID() { return "HostBA/redef/Host.java"; }
     public int m() {
         return 2; // redefined class
     }
     public Host(int A, long B, char C) {
-        this.A = A;
         this.B = B;
+        this.A = A;
     }
 }
< prev index next >