log

age author description
Fri, 09 Mar 2012 13:08:18 -0800 amurillo Merge hs24-b03
Fri, 09 Mar 2012 08:34:36 -0800 never Merge
Tue, 06 Mar 2012 16:32:23 -0800 never 7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
Mon, 05 Mar 2012 18:10:31 -0800 never 6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline.
Fri, 02 Mar 2012 13:13:25 -0800 never Merge
Fri, 02 Mar 2012 16:04:24 +0100 roland 6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
Fri, 09 Mar 2012 00:28:20 -0500 acorn Merge
Mon, 05 Mar 2012 14:19:00 -0500 coleenp 7150046: SIGILL on sparcv9 fastdebug
Thu, 01 Mar 2012 12:41:13 +0400 dsamersoff 7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
Thu, 08 Mar 2012 06:33:26 -0800 dcubed 7152206: anti-delta the fix for 7152031
Wed, 07 Mar 2012 14:58:17 -0800 dcubed 7152031: Hotspot needs updated xawt path [macosx]
Mon, 05 Mar 2012 22:34:18 +0100 brutisso Merge
Sat, 03 Mar 2012 12:45:10 -0800 jcoomes 7150899: remove unused build.targets lines from jprt.properties
Sat, 03 Mar 2012 12:36:35 -0800 jcoomes 7150454: add release jdk7u4 to jprt.properties
Fri, 02 Mar 2012 10:36:16 -0800 johnc 7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
Thu, 23 Feb 2012 14:58:35 +0100 mgerdin 7148152: Add whitebox testing API to HotSpot
Fri, 02 Mar 2012 16:56:19 -0800 amurillo 7150327: new hotspot build - hs24-b03
Thu, 08 Mar 2012 20:34:29 -0800 katleman Added tag jdk8-b29 for changeset b45b5c564098 jdk8-b30
Fri, 02 Mar 2012 16:27:09 -0800 amurillo Added tag hs24-b02 for changeset 030b5306d60f jdk8-b29
Fri, 02 Mar 2012 16:27:09 -0800 amurillo Merge hs24-b02
Fri, 02 Mar 2012 14:34:55 -0500 bpittore Merge
Wed, 29 Feb 2012 12:58:49 -0500 dlong 7142641: -Xshared:on fails on ARM
Fri, 02 Mar 2012 09:13:13 -0800 never Merge
Thu, 01 Mar 2012 15:31:33 -0800 never 7150051: incorrect oopmap in critical native
Tue, 28 Feb 2012 09:13:58 +0100 roland 6910461: Register allocator may insert spill code at wrong insertion index
Tue, 28 Feb 2012 10:04:01 -0800 never 7145024: Crashes in ucrypto related to C2
Mon, 27 Feb 2012 11:42:30 +0100 roland 7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
Mon, 27 Feb 2012 09:17:44 +0100 roland 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
Fri, 24 Feb 2012 12:33:31 -0800 kvn 7147416: LogCompilation tool does not work with post parse inlining
Tue, 21 Feb 2012 11:55:05 -0800 kvn 7146442: assert(false) failed: bad AD file
Mon, 20 Feb 2012 13:11:08 -0800 kvn 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
Tue, 28 Feb 2012 07:58:43 -0800 fparain Merge
Sat, 25 Feb 2012 01:49:34 -0500 dholmes 7148126: ConstantPoolCacheEntry::print prints to wrong stream
Wed, 22 Feb 2012 09:24:35 +0100 erikj 7141244: build-infra merge: Include $(SPEC) in makefiles and make variables overridable
Wed, 22 Feb 2012 10:32:29 -0800 dsamersoff Merge
Wed, 22 Feb 2012 19:43:22 +0400 dsamersoff 7110104: It should be possible to stop and start JMX Agent at runtime
Fri, 24 Feb 2012 18:14:00 -0800 amurillo 7148664: new hotspot build - hs24-b02
Thu, 01 Mar 2012 12:23:13 -0800 katleman Added tag jdk8-b28 for changeset b183b0863611
Mon, 20 Aug 2012 15:26:49 +0200 Lukas Stadler canonicalize after escape analysis
Mon, 20 Aug 2012 15:21:31 +0200 Lukas Stadler removed artifacts of defunct type system
Mon, 20 Aug 2012 15:11:15 +0200 Lukas Stadler added Stamp.join, used by PiNodes
Mon, 20 Aug 2012 14:20:30 +0200 Lukas Stadler improve PiNode stamp exactness
Mon, 20 Aug 2012 12:21:56 +0200 Lukas Stadler remove PhiStampPhase
Fri, 17 Aug 2012 16:11:34 +0200 Lukas Stadler fix to FullUnroll changes
Fri, 17 Aug 2012 15:33:25 +0200 Lukas Stadler fix bug in handling of ValueProxyNodes in EscapeAnalysisPhase
Fri, 17 Aug 2012 14:12:39 +0200 Lukas Stadler allow array length canonicalization on InitializeArrayNode
Fri, 17 Aug 2012 14:12:00 +0200 Lukas Stadler increase full unrolling budget for fixed-size loops
Fri, 17 Aug 2012 14:11:18 +0200 Lukas Stadler handle ValueProxyNode in EscapeAnalysisPhase
Fri, 17 Aug 2012 14:10:18 +0200 Lukas Stadler canonicalize after FullUnroll
Tue, 07 Aug 2012 21:44:53 -0700 Gilles Duboscq better JaCoCo : only include com.oracle.graal.* and com.oracle.max.*, exclude com.oracle.graal.jtt.*
Tue, 07 Aug 2012 11:13:17 -0700 Gilles Duboscq The targetAdress should be moved to a fixed register for indirect call. Fix from Christian Wimmer
Mon, 30 Jul 2012 08:37:04 -0700 Gilles Duboscq Change one more GraalCodeCacheProvider to MetaAccessProvider
Thu, 26 Jul 2012 17:47:09 +0200 Gilles Duboscq Apply jacoco coverage to all gate tests
Thu, 26 Jul 2012 17:08:54 +0200 Gilles Duboscq Add SPECjbb2005 to the benchmarks
Thu, 26 Jul 2012 14:51:13 +0200 Gilles Duboscq Annotation Processor support in mx : use annotationProcessorClasses property on projects that contain annotation processors and annotationProcessors on projects that require annotation processing
Wed, 25 Jul 2012 13:06:52 +0200 Gilles Duboscq Add an option to launch the vm from a debugger in mx's commands
Tue, 24 Jul 2012 17:32:42 +0200 Gilles Duboscq Add intrinsics for (Long|Integer).(reverseBytes|numberOf(Trail|Lead)ingZeros)
Mon, 23 Jul 2012 16:50:10 +0200 Gilles Duboscq Update api.code and api.meta overview.html
Mon, 23 Jul 2012 16:00:02 +0200 Lukas Stadler fix package name for InvalidatedException in vmSymbols.hpp
Fri, 20 Jul 2012 14:40:37 +0200 Gilles Duboscq Merge