< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaFieldImpl.java

Print this page

        

@@ -135,15 +135,10 @@
     @Override
     public String toString() {
         return format("HotSpotField<%H.%n %t:") + offset + ">";
     }
 
-    @Override
-    public boolean isSynthetic() {
-        return (config().jvmAccSynthetic & modifiers) != 0;
-    }
-
     /**
      * Checks if this field has the {@link Stable} annotation.
      *
      * @return true if field has {@link Stable} annotation, false otherwise
      */
< prev index next >