--- old/test/hotspot/jtreg/runtime/valhalla/valuetypes/classfileparser/BadValueTypes.java 2018-05-07 15:52:12.188518368 +0200 +++ new/test/hotspot/jtreg/runtime/valhalla/valuetypes/classfileparser/BadValueTypes.java 2018-05-07 15:52:11.884513216 +0200 @@ -88,5 +88,7 @@ throw new RuntimeException( "Wrong ClassCircularityError: " + e.getMessage()); } } + + runTest("ValueCloneable", "Value Types do not support Cloneable"); } }