--- old/test/jdk/valhalla/valuetypes/QTypeDescriptorTest.java 2019-05-09 10:56:12.019119631 -0400 +++ new/test/jdk/valhalla/valuetypes/QTypeDescriptorTest.java 2019-05-09 10:56:11.651117807 -0400 @@ -80,7 +80,7 @@ @Test public static void testStaticMethod() throws Throwable { - // static method in a value type with no parameter and void return type + // static method in an inline type with no parameter and void return type Runnable r = () -> ValueTest.run(); r.run(); @@ -207,7 +207,7 @@ Line toLine(Point p, NonFlattenValue nfv); } - static value class ValueTest { + static inline class ValueTest { private final int value; public ValueTest() { this.value = 0; }