--- old/test/jdk/java/lang/instrument/RedefineRecordAttr/HostBA/redef/Host.java 2019-10-24 17:42:50.207787713 +0000 +++ new/test/jdk/java/lang/instrument/RedefineRecordAttr/HostBA/redef/Host.java 2019-10-24 17:42:49.393460203 +0000 @@ -27,7 +27,7 @@ return 2; // redefined class } public Host(int A, long B, char C) { - this.A = A; this.B = B; + this.A = A; } }