hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaFieldImpl.java
changeset 35123 b0b89d83bcf5
parent 33632 038347770a9e
child 35160 acae4975b367
equal deleted inserted replaced
35121:e8900e5763ff 35123:b0b89d83bcf5
   188         return format("HotSpotField<%H.%n %t:") + offset + ">";
   188         return format("HotSpotField<%H.%n %t:") + offset + ">";
   189     }
   189     }
   190 
   190 
   191     @Override
   191     @Override
   192     public boolean isSynthetic() {
   192     public boolean isSynthetic() {
   193         return (config().syntheticFlag & modifiers) != 0;
   193         return (config().jvmAccSynthetic & modifiers) != 0;
   194     }
   194     }
   195 
   195 
   196     /**
   196     /**
   197      * Checks if this field has the {@link Stable} annotation.
   197      * Checks if this field has the {@link Stable} annotation.
   198      *
   198      *