log graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaFieldImpl.java @ 21411:082417ac43e4

age author description
Mon, 18 May 2015 14:55:32 +0200 Doug Simon removed com.oracle.graal.hotspot.server and uses of Serializable it depended upon (JBS:GRAAL-53)
Thu, 14 May 2015 16:16:43 -0700 Christian Wimmer Allow subclasses of LocationIdentity to provide immuatability information
Thu, 09 Apr 2015 22:03:07 +0200 Doug Simon fixed race in HotSpotResolvedJavaFieldImpl.getType()
Wed, 08 Apr 2015 21:58:46 -0700 Christian Wimmer Cache the reflection Field in HotSpotResolvedFieldImpl, since it is accessed repeatedly when accessing the annotations of the field
Tue, 31 Mar 2015 15:15:33 +0200 Doug Simon removed/replaced references to non replay-serializable objects from replay-serializable objects
Mon, 16 Mar 2015 15:46:28 -0700 Tom Rodriguez Don't force resolution for unloaded field types
Sat, 14 Mar 2015 12:14:26 +0100 Thomas Wuerthinger Fix WriteBarrierAdditionTest.
Sat, 14 Mar 2015 01:28:20 +0100 Thomas Wuerthinger Create utilities LocationIdentity#isAny, LocationIdentity#isSingle, LocationIdentity#any, LocationIdentity#overlaps.
Sat, 14 Mar 2015 01:02:08 +0100 Thomas Wuerthinger Remove LocationIdentity interface from ResolvedJavaField and add ResolvedJavaField#getLocationIdentity method instead.
Thu, 29 Jan 2015 16:34:55 -0800 Christian Wimmer Bugfix: static and instance field with same offset are not equal
Wed, 28 Jan 2015 12:03:00 +0100 Thomas Wuerthinger Shorter comparison of HotSpotResolvedFieldImpl instances.
Wed, 14 Jan 2015 16:40:56 +0100 Doug Simon localized replay compilation marker interface to HotSpot specific code
Mon, 01 Dec 2014 10:43:01 +0100 Doug Simon replace usages of == with .equals()
Wed, 26 Nov 2014 13:20:14 +0100 Doug Simon moved application of Remote marker interface to implementation classes only
Tue, 25 Nov 2014 20:28:56 +0100 Andreas Woess Treat String.value as implicit stable field
Tue, 25 Nov 2014 20:26:59 +0100 Andreas Woess Constant fold elements of switch table and enum values() arrays
Wed, 19 Nov 2014 17:00:12 +0100 Andreas Woess Move ResolvedJavaField#read[Constant]Value and getMethodHandleAccess() to ConstantReflectionProvider
Thu, 13 Nov 2014 18:18:50 -0800 Tom Rodriguez trust final fields in constants with default values
Thu, 13 Nov 2014 14:40:12 -0800 Christian Wimmer Add default implementation for Kind accessors of Signature and JavaField
Tue, 11 Nov 2014 12:45:26 -0800 Tom Rodriguez More folding of constant classes and NodeClass references
Thu, 06 Nov 2014 20:44:09 +0100 Doug Simon fixed minor regressions after removing HotSpotObjectConstantImpl.asObject()
Thu, 06 Nov 2014 20:13:08 +0100 Doug Simon removed HotSpotObjectConstantImpl.asObject()
Wed, 05 Nov 2014 21:21:35 +0100 Doug Simon converted HotSpotResolvedJavaField to an interface base graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaField.java@770b6ce7cde1