log

age author description
Mon, 28 Feb 2011 16:01:59 -0500 kamg 7020118: Alter frame assignability to allow for exception handler coverage of invokespecial <init>
Mon, 28 Feb 2011 14:19:52 +0100 sla 7022037: Pause when exiting if debugger is attached on windows
Sat, 26 Feb 2011 13:33:23 -0500 kamg 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
Thu, 10 Mar 2011 17:10:55 -0800 cl Added tag jdk7-b133 for changeset 1b3a350709e4
Thu, 03 Mar 2011 15:13:18 -0800 trims Added tag hs21-b03 for changeset a8d643a4db47 jdk7-b133
Thu, 03 Mar 2011 14:12:59 -0800 katleman Added tag jdk7-b132 for changeset 0e531ab5ba04 hs21-b03
Fri, 22 Apr 2011 15:08:53 +0200 Thomas Wuerthinger Renaming c1x4hotspotsrc => graal and HotSpotVM => Runtime
Wed, 13 Apr 2011 14:40:13 +0200 Lukas Stadler cleanups and client/server fixes:
Tue, 12 Apr 2011 16:58:56 +0200 Lukas Stadler removed last instances of RiType.javaClass, small changes to InvocationSocket and ReplacingStreams to make remote compilation work
Mon, 11 Apr 2011 18:01:44 +0200 Thomas Wuerthinger Checkstyle fixes.
Mon, 11 Apr 2011 17:42:45 +0200 Thomas Wuerthinger Removed a reference to getRiType(Class c) and some checkstyle fixes.
Mon, 11 Apr 2011 17:12:01 +0200 Peter Hofer In CompilerImpl, instantiate C1XCompiler lazily (i.e. just before the first compilation) so that C1XOptions are already set during C1XCompiler's initialization
Mon, 11 Apr 2011 14:31:21 +0200 Lukas Stadler fix initialization order Compiler/VmIds (crashed when using -C1X)
Mon, 11 Apr 2011 12:15:32 +0200 Lukas Stadler fixed crash with PrintAssembly: RelocIterator limit outside of code area
Mon, 11 Apr 2011 11:25:06 +0200 Lukas Stadler merge