< prev index next >

test/hotspot/jtreg/runtime/valhalla/valuetypes/Empty.java

Print this page

        

@@ -26,11 +26,11 @@
 __ByValue final class EmptyValue {
 
     private EmptyValue() {
     }
 
-    __ValueFactory public static EmptyValue createEmptyValue() {
+    public static EmptyValue createEmptyValue() {
         EmptyValue e = __MakeDefault EmptyValue();
         return e;
     }
 }
 
< prev index next >