# HG changeset patch # User Gilles Duboscq # Date 1387277796 -3600 # Node ID 47d184ba15b6f10782a5183e90bd0c0915980258 # Parent e3f15a21b7a1af1b0af93f71d26aad99080eace7 HotSpotResolvedJavaField already implements LocationIdentity through ResolvedJavaField diff -r e3f15a21b7a1 -r 47d184ba15b6 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaField.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaField.java Fri Dec 13 19:57:00 2013 +0100 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaField.java Tue Dec 17 11:56:36 2013 +0100 @@ -41,7 +41,7 @@ /** * Represents a field in a HotSpot type. */ -public class HotSpotResolvedJavaField extends CompilerObject implements ResolvedJavaField, LocationIdentity { +public class HotSpotResolvedJavaField extends CompilerObject implements ResolvedJavaField { // Must not conflict with any fields flags used by the VM - the assertion in the constructor // checks this assumption