--- old/test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue3.java 2018-03-05 10:57:15.044476679 -0500 +++ new/test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue3.java 2018-03-05 10:57:14.756470674 -0500 @@ -38,13 +38,13 @@ b = 123; } - __ValueFactory public static TestValue3 create(byte b) { + public static TestValue3 create(byte b) { TestValue3 v = __MakeDefault TestValue3(); v.b = b; return v; } - __ValueFactory public static TestValue3 create() { + public static TestValue3 create() { TestValue3 v = __MakeDefault TestValue3(); v.b = 123; return v;