< prev index next >

test/hotspot/jtreg/runtime/valhalla/valuetypes/classfileparser/BadValueTypes.java

Print this page

        

*** 86,92 **** --- 86,94 ---- } catch (java.lang.ClassCircularityError e) { if (!e.getMessage().contains("CircStaticA")) { throw new RuntimeException( "Wrong ClassCircularityError: " + e.getMessage()); } } + + runTest("ValueCloneable", "Value Types do not support Cloneable"); } }
< prev index next >