log

age author description
Thu, 15 Aug 2013 11:59:19 -0700 bharadwaj 8022441: Bad code generated for certain interpreted CRC intrinsics, 2 cases
Tue, 20 Aug 2013 13:47:40 -0700 dcubed 8023287: HOTSPOT_BUILD_COMPILER needs to support "Sun Studio 12u3"
Tue, 20 Aug 2013 00:48:55 -0700 jiangli Merge
Mon, 19 Aug 2013 14:59:54 -0400 jiangli 8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes.
Mon, 19 Aug 2013 22:28:52 -0700 kevinw Merge
Mon, 19 Aug 2013 14:28:58 +0100 kevinw 8022655: ClassDump ignored jarStream setting
Mon, 19 Aug 2013 17:29:41 -0700 ehelin Merge
Wed, 07 Aug 2013 16:47:32 +0200 ehelin 8014659: NPG: performance counters for compressed klass space
Mon, 19 Aug 2013 09:16:35 -0700 minqi 8023188: Unsafe volatile double store on bsd is broken
Fri, 16 Aug 2013 10:06:58 -0700 dcubed Merge
Fri, 16 Aug 2013 04:24:07 -0700 amurillo 8023152: new hotspot build - hs25-b47
Thu, 22 Aug 2013 09:10:01 -0700 cl Added tag jdk8-b104 for changeset 104743074675
Thu, 10 Oct 2013 18:26:22 +0200 Gilles Duboscq Adapt compressed pointers implementation for last HotSpot changes
Thu, 10 Oct 2013 17:22:25 +0200 Gilles Duboscq Merge
Thu, 15 Aug 2013 20:04:10 -0400 hseigel 8003424: Enable Class Data Sharing for CompressedOops
Wed, 14 Aug 2013 15:12:00 -0700 rdurbin 8005073: [TESTBUG] remove crufty '_g' support from HS tests
Fri, 11 Oct 2013 16:11:21 +0200 Doug Simon grouped provider values/parameters into a Providers object (GRAAL-511)
Fri, 11 Oct 2013 12:20:09 +0200 Doug Simon Merge.
Fri, 11 Oct 2013 12:19:09 +0200 Doug Simon refactored constantEquals(), lookupArrayLength() and readUnsafeConstant() out of MetaAccessProvider into ConstantReflectionProvider (GRAAL-511)
Thu, 10 Oct 2013 23:20:04 +0200 Doug Simon rename: lookupRegisterConfig -> getRegisterConfig (part 2)
Thu, 10 Oct 2013 23:08:06 +0200 Doug Simon rename: lookupRegisterConfig -> getRegisterConfig
Thu, 10 Oct 2013 22:58:07 +0200 Doug Simon rename: metaAccessProvider -> metaAccess
Thu, 10 Oct 2013 22:46:13 +0200 Doug Simon removed unnecessary delegating classes
Fri, 11 Oct 2013 00:18:41 +0200 Bernhard Urban NodeClassIterator: seperate implementation for modCount check
Thu, 10 Oct 2013 22:29:47 +0200 Bernhard Urban NodeClassIterator: specialize instance for each type of iterator (inputs/successors) in order to share directCount/offsets directly with NodeClass
Thu, 10 Oct 2013 20:50:54 +0200 Doug Simon made GraalCodeCacheProvider independent of CodeCacheProvider and renamed the former to LoweringProvider (GRAAL-511)
Thu, 10 Oct 2013 18:26:09 +0200 Doug Simon Merge.
Thu, 10 Oct 2013 18:12:30 +0200 Doug Simon removed API for storing a Graph with an InstalledCode
Thu, 10 Oct 2013 18:07:20 +0200 Doug Simon added ability to suppress duplicate lines on an output stream and used it to filter the GC verification log messages in the gate
Thu, 10 Oct 2013 17:07:11 +0200 Gilles Duboscq Merge