--- old/test/jdk/java/foreign/OutOfBoundsTest.java 2019-01-22 18:27:21.000000000 +0530 +++ new/test/jdk/java/foreign/OutOfBoundsTest.java 2019-01-22 18:27:20.000000000 +0530 @@ -41,7 +41,7 @@ import java.foreign.memory.Struct; import java.lang.invoke.MethodHandles; -public class OutOfBoundsTest {xtract +public class OutOfBoundsTest { @NativeHeader public interface OutOfBounds { @@ -79,4 +79,4 @@ s.ptr$set(p); // should throw } } -} \ No newline at end of file +}