--- old/test/jdk/valhalla/valuetypes/ValueBootstrapMethods.java 2019-05-09 10:56:17.615147381 -0400 +++ new/test/jdk/valhalla/valuetypes/ValueBootstrapMethods.java 2019-05-09 10:56:17.235145496 -0400 @@ -76,7 +76,7 @@ } } - public static final value class Value { + public static final inline class Value { private final int i; private final double d; private final String s;