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