# HG changeset patch # User Tom Rodriguez # Date 1415745055 28800 # Node ID 8169f68e9530e94b95d814acfe0c7b90ecf08266 # Parent a0381103324bb0e9daca9c62909ee08abdb96ecc Class._array_klass is not immutable diff -r a0381103324b -r 8169f68e9530 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java Tue Nov 11 12:45:26 2014 -0800 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java Tue Nov 11 14:30:55 2014 -0800 @@ -642,7 +642,7 @@ return config().klassOffset; } - public static final LocationIdentity CLASS_ARRAY_KLASS_LOCATION = NamedLocationIdentity.immutable("Class._array_klass"); + public static final LocationIdentity CLASS_ARRAY_KLASS_LOCATION = NamedLocationIdentity.mutable("Class._array_klass"); @Fold public static int arrayKlassOffset() {