log

age author description
Sun, 03 Feb 2013 22:43:57 +0100 ewendeli Merge
Mon, 05 Nov 2012 17:03:33 -0500 kamg 8001307: Modify ACC_SUPER behavior
Fri, 26 Oct 2012 09:27:25 -0700 asaha Merge
Thu, 14 Mar 2013 15:00:19 -0700 katleman Added tag jdk8-b81 for changeset 65b797426a3b
Fri, 08 Mar 2013 08:10:01 -0800 amurillo Added tag hs25-b22 for changeset dd6350b4abc4 jdk8-b81
Fri, 08 Mar 2013 08:10:00 -0800 amurillo Merge hs25-b22
Thu, 07 Mar 2013 18:03:26 -0800 morris Merge
Thu, 07 Mar 2013 14:46:20 -0800 morris Merge
Wed, 06 Mar 2013 12:25:57 -0800 kvn 8009472: Print additional information for 8004640 failure
Wed, 06 Mar 2013 10:28:38 +0100 roland 8009460: C2compiler crash in machnode::in_regmask(unsigned int)
Tue, 05 Mar 2013 18:03:36 -0800 morris 8008750: [partfait] Null pointer deference in hotspot/src/share/vm/oops/instanceKlass.hpp
Tue, 05 Mar 2013 08:17:18 -0800 vlivanov Merge
Tue, 05 Mar 2013 04:24:50 -0800 shade 8009120: Fuzz instruction scheduling in HotSpot compilers
Tue, 05 Mar 2013 04:24:33 -0800 morris 8008574: [parfait] Null pointer deference in hotspot/src/share/vm/runtime/frame.cpp
Mon, 04 Mar 2013 13:15:01 -0800 morris 8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
Fri, 01 Mar 2013 14:26:34 -0800 morris 8008327: [parfait] Unitialized variable in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
Thu, 07 Mar 2013 10:39:15 -0800 jiangli Merge
Thu, 07 Mar 2013 10:46:14 -0500 jprovino Merge
Fri, 01 Mar 2013 14:06:47 -0500 bpittore Merge
Wed, 27 Feb 2013 20:36:14 -0800 collins 7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Thu, 07 Mar 2013 14:29:02 +0100 stefank Merge
Mon, 04 Mar 2013 22:39:00 -0800 erikj 8008451: Make mac builds on 10.8 work on 10.7
Mon, 04 Mar 2013 12:42:14 -0800 johnc 8007036: G1: Too many old regions added to last mixed GC
Mon, 04 Mar 2013 13:01:24 +0100 ehelin 8004172: Update jstat counter names to reflect metaspace changes
Fri, 01 Feb 2013 17:02:36 -0800 jmasa 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Fri, 01 Mar 2013 15:59:10 -0800 dcubed Merge
Thu, 28 Feb 2013 18:37:41 -0500 coleenp Merge
Wed, 27 Feb 2013 07:35:32 -0500 coleenp Merge
Wed, 27 Feb 2013 09:40:30 +0100 simonis 8008959: Fix non-PCH build on Linux, Windows and MacOS X
Thu, 28 Feb 2013 05:55:18 -0800 dcubed Merge
Wed, 27 Feb 2013 15:00:30 -0800 dcubed 8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
Wed, 27 Feb 2013 22:40:14 +0000 kevinw 7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
Wed, 27 Feb 2013 16:40:30 +0000 kevinw Merge
Wed, 27 Feb 2013 14:02:26 +0000 kevinw 8008807: SA: jstack crash when target has mismatched bitness (Linux)
Wed, 27 Feb 2013 04:58:45 -0500 dholmes Merge
Tue, 26 Feb 2013 08:54:03 -0800 mikael 8008081: Print outs do not have matching arguments
Thu, 21 Feb 2013 17:22:15 +0100 stefank 8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
Fri, 01 Mar 2013 04:58:31 -0800 amurillo 8009226: new hotspot build - hs25-b22
Thu, 07 Mar 2013 11:17:36 -0800 katleman Added tag jdk8-b80 for changeset 4a198b201f3c
Sun, 07 Apr 2013 12:45:27 +0200 Christian Humer Merge.
Sat, 06 Apr 2013 16:30:23 +0200 Christian Humer Fixed rootNode should not get replaced if an error occured otherwise no errors were outputted.
Sat, 06 Apr 2013 16:26:19 +0200 Christian Humer Fixed user generic signature must not match generated generic signature.
Sat, 06 Apr 2013 14:33:39 +0200 Christian Humer Fixed when specializing nodes must always call the full generic case.
Fri, 05 Apr 2013 18:53:57 +0200 Doug Simon fixed discrepancy between a method's name and its semantics
Fri, 05 Apr 2013 17:51:55 +0200 Doug Simon incorporated null-seen information into JavaTypeProfile
Fri, 05 Apr 2013 17:37:27 +0200 Doug Simon removed unused and unnecessary getCustomStackAreaSize() from CodeCacheProvider
Fri, 05 Apr 2013 16:23:01 +0200 Bernhard Urban pipeline: include PushNodesThroughPi
Fri, 05 Apr 2013 15:54:57 +0200 Bernhard Urban PushNodesThroughPi: add metric for pushed nodes
Fri, 05 Apr 2013 15:24:22 +0200 Bernhard Urban PiPushable: implementation for IsNullNode
Thu, 04 Apr 2013 16:03:08 +0200 Bernhard Urban new phase: PushNodesThroughPi
Thu, 04 Apr 2013 15:04:59 +0200 Bernhard Urban PiPushable: implementation for ReadNode
Fri, 05 Apr 2013 16:43:13 +0200 Bernhard Urban PiPushable: new interface for nodes that are able to be pushed through a PiNode
Thu, 04 Apr 2013 13:48:37 +0200 Bernhard Urban PiNode: add markerinterface IterableNodeType for fast iteration
Fri, 05 Apr 2013 16:54:55 +0200 Bernhard Urban UnsafeCastNode: make it an subclass of PiNode
Thu, 04 Apr 2013 10:50:39 +0200 Bernhard Urban PiNode: use existing dependencies array for anchor
Thu, 04 Apr 2013 13:25:15 +0200 Bernhard Urban .hgignore: temporary file generated by mx
Fri, 05 Apr 2013 15:34:45 +0200 Gilles Duboscq A server0 "build" needs to create a jdk copy if it does not exist yet
Fri, 05 Apr 2013 14:24:02 +0200 Gilles Duboscq Allow building using a jdk that does not contain man
Fri, 05 Apr 2013 11:56:21 +0200 Doug Simon moved ReplacementsProvider to com.oracle.graal.nodes.spi
Fri, 05 Apr 2013 11:03:21 +0200 Christian Humer Fixed NodeParser error synchronization was done too late.