log

age author description
Fri, 23 Dec 2011 15:24:43 -0800 amurillo Merge hs23-b09
Thu, 22 Dec 2011 19:00:20 -0800 cl Added tag jdk8-b18 for changeset 61165f53f165
Thu, 22 Dec 2011 12:01:46 -0500 vladidan Merge
Wed, 21 Dec 2011 18:22:14 -0800 coleenp Merge
Wed, 21 Dec 2011 16:41:15 -0500 coleenp 7064927: retransformClasses() does not pass in LocalVariableTable of a method
Wed, 21 Dec 2011 15:48:16 -0500 phh 7091417: recvfrom's 6th input should be of type socklen_t
Mon, 19 Dec 2011 21:38:51 -0800 phh Merge
Mon, 19 Dec 2011 15:50:47 -0500 phh 7122880: Extend vendor-specific command interface to include manageable switches
Mon, 19 Dec 2011 15:34:09 -0500 coleenp 7122939: TraceBytecodes broken with UseCompressedOops
Tue, 20 Dec 2011 12:27:31 -0800 jmasa Merge
Mon, 19 Dec 2011 10:02:05 -0800 johnc 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
Fri, 16 Dec 2011 11:40:00 -0800 johnc 7120038: G1: ParallelGCThreads==0 is broken
Fri, 16 Dec 2011 02:14:27 -0500 tonyp 7113012: G1: rename not-fully-young GCs as "mixed"
Wed, 14 Dec 2011 17:43:55 -0800 johnc 7119908: G1: Cache CSet start region for each worker for subsequent reuse
Wed, 14 Dec 2011 12:15:26 +0100 stefank 7121373: Clean up CollectedHeap::is_in
Fri, 16 Dec 2011 12:46:17 -0800 amurillo 7122001: new hotspot build - hs23-b09
Mon, 27 Feb 2012 19:41:14 +0100 Lukas Stadler additional LoopFrequencyPropagationPolicy versions
Mon, 27 Feb 2012 14:50:10 +0100 Lukas Stadler fix "integer overflow when computing constant displacement"
Mon, 27 Feb 2012 14:45:10 +0100 Lukas Stadler use mx tool instead of domake for the hotspot eclipse C++ project, remove domake and clean
Fri, 24 Feb 2012 18:30:42 -0800 Christian Haeubl reenable polymorphic calls
Fri, 24 Feb 2012 18:30:25 -0800 Christian Haeubl disable polymorphic calls
Fri, 24 Feb 2012 18:30:00 -0800 Christian Haeubl reduce maximum desired size
Fri, 24 Feb 2012 18:29:34 -0800 Christian Haeubl increase small compiled code size
Fri, 24 Feb 2012 18:29:00 -0800 Christian Haeubl adjust inlining policy's maximum trivial size
Fri, 24 Feb 2012 18:23:41 -0800 Christian Haeubl reduce inlining policy's maximum size
Sat, 25 Feb 2012 01:03:28 +0100 Thomas Wuerthinger Removed exception handle stub declaration.
Sat, 25 Feb 2012 00:56:42 +0100 Thomas Wuerthinger DCE on CiRuntimeCall enum values.
Sat, 25 Feb 2012 00:52:58 +0100 Thomas Wuerthinger Removed HandleException runtime call and associated C++ code (unused).
Sat, 25 Feb 2012 00:49:04 +0100 Thomas Wuerthinger Simplified and improved the speed of compiled exception handler lookup based on the Graal exception handler model.
Sat, 25 Feb 2012 00:40:34 +0100 Thomas Wuerthinger Simplify exception debug information and exception handler table creation based on Graal's simplified model of exception handler information (i.e. the dispatch is done in compiled code).