log

age author description
Fri, 03 Dec 2010 09:44:09 -0800 trims Added tag hs20-b03 for changeset 5484e7c53fa7
Thu, 16 Dec 2010 18:17:52 -0800 cl Added tag jdk7-b122 for changeset 3a548dc9cb45
Thu, 09 Dec 2010 21:25:25 -0800 katleman Added tag jdk7-b121 for changeset 3f3653ab7af8 jdk7-b122
Fri, 03 Dec 2010 19:44:29 -0800 ohair Merge jdk7-b121
Mon, 22 Nov 2010 14:57:11 -0800 cl Added tag jdk7-b119 for changeset 5484e7c53fa7
Thu, 02 Dec 2010 19:04:00 -0800 cl Added tag jdk7-b120 for changeset f5603a6e5042
Wed, 29 Dec 2010 20:06:41 +0100 Thomas Wuerthinger Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
Mon, 27 Dec 2010 20:35:47 +0100 Thomas Wuerthinger Removed HotSpotTest project. Graal uses jtt tests anyway.
Mon, 27 Dec 2010 20:33:00 +0100 Thomas Wuerthinger Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
Mon, 27 Dec 2010 14:22:55 +0100 Thomas Wuerthinger Support for custom stack area (needed for deoptimization).
Thu, 23 Dec 2010 22:14:31 +0100 Thomas Wuerthinger More deoptmization tracing.
Thu, 23 Dec 2010 18:13:28 +0100 Thomas Wuerthinger Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
Wed, 22 Dec 2010 19:47:39 +0100 Thomas Wuerthinger Important fix for exception unwind method entry offset (regression introduced during update to latest OpenJDK).
Tue, 21 Dec 2010 17:40:10 +0100 Thomas Wuerthinger Small fix to make Graal snippets work with bounds check elimination.