log

age author description
Thu, 17 Mar 2011 14:32:47 -0700 schien Added tag jdk7-b134 for changeset 447e6faab4a8
Fri, 11 Mar 2011 11:18:56 -0800 trims Merge jdk7-b134
Fri, 04 Mar 2011 14:06:22 -0800 trims 7024814: Bump the HS21 build number to 04 hs21-b04
Fri, 04 Mar 2011 14:06:16 -0800 trims Merge
Thu, 03 Mar 2011 23:31:45 -0800 kvn Merge
Tue, 01 Mar 2011 14:56:48 -0800 iveresov 6627983: G1: Bad oop deference during marking
Tue, 01 Mar 2011 10:27:15 -0800 never 6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized"
Mon, 28 Feb 2011 17:12:42 -0800 never 7023229: extraneous include of precompiled.hpp in hsdis.c
Mon, 28 Feb 2011 06:07:12 -0800 twisti 7012914: JSR 292 MethodHandlesTest C1: frame::verify_return_pc(return_address) failed: must be a return pc
Sat, 26 Feb 2011 12:10:54 -0800 kvn 6942326: x86 code in string_indexof() could read beyond reserved heap space
Thu, 24 Feb 2011 14:49:34 -0800 never Merge
Thu, 24 Feb 2011 11:09:16 -0800 never 7021603: crash in fill_sync_handler with ExtendedDTrace probes
Thu, 24 Feb 2011 10:28:20 -0800 kvn 6812217: Base memory of MergeMem node violates assert during killing expanded AllocateArray node
Wed, 23 Feb 2011 19:09:16 -0800 never 7012072: CompileTheWorld causes incorrect class initialization
Wed, 23 Feb 2011 12:28:23 -0800 kvn Merge
Tue, 22 Feb 2011 18:13:03 -0800 iveresov Merge
Tue, 22 Feb 2011 15:25:02 -0800 iveresov 7020521: arraycopy stubs place prebarriers incorrectly
Thu, 03 Mar 2011 21:02:56 -0800 jcoomes Merge
Mon, 28 Feb 2011 09:10:52 -0800 johnc 7022200: G1: optimized build broken
Thu, 03 Mar 2011 09:31:46 -0800 dcubed Merge
Wed, 02 Mar 2011 16:21:47 -0800 zgu Merge
Wed, 02 Mar 2011 09:16:18 -0500 zgu 7017110: Add /SAFESEH to links on windows 32bit to verify safe exceptions
Wed, 02 Mar 2011 08:18:35 -0500 kamg 6878713: Verifier heap corruption, relating to backward jsrs
Wed, 02 Mar 2011 09:41:26 +0100 sla 7023323: Build failure on VS2003: IsDebuggerPresent not found
Mon, 28 Feb 2011 22:35:01 -0800 rottenha Merge
Mon, 28 Feb 2011 15:35:45 -0800 rottenha Merge
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
Mon, 11 Apr 2011 10:37:24 +0200 Lukas Stadler client/server: new interface Remote marks classes that should not be serialized, but called remotely
Fri, 08 Apr 2011 13:47:56 +0200 Lukas Stadler suppress Xusage.txt build errors, fix INSTALL (yes/no option, uses ALT_BOOTDIR)
Fri, 08 Apr 2011 13:44:50 +0200 Lukas Stadler fix eclipse project: redundant builds and multiple links to source dir
Fri, 08 Apr 2011 13:43:05 +0200 Lukas Stadler turn Compiler and HotSpotTypeResolved into interfaces
Thu, 07 Apr 2011 15:32:25 +0200 Lukas Stadler non-static VMEntries and VMExits, CompilationServer simplifications
Mon, 11 Apr 2011 10:22:05 +0200 Thomas Wuerthinger Keeping up-to-date with Maxine/CRI changes.
Mon, 04 Apr 2011 21:02:45 +0200 Thomas Wuerthinger Added support for non-null oop values in scope objects (allocating global handle).
Mon, 04 Apr 2011 20:00:55 +0200 Thomas Wuerthinger Merge.
Mon, 04 Apr 2011 18:47:04 +0200 Lukas Stadler CiDebugInfo_Frame changed to CiFrame, pointer fix
Mon, 04 Apr 2011 10:56:12 +0200 Lukas Stadler domake script creates client dirs
Wed, 09 Mar 2011 21:52:39 +0100 Doug Simon Up-to-date with CRI changes.
Tue, 08 Mar 2011 13:28:05 +0100 doug.simon Added symlink to top level hotspot src directory to simplify browsing/searching *all* hotspot sources, not just those relevant to Graal.
Tue, 08 Mar 2011 10:26:25 +0100 Doug Simon Up-to-date with CRI changes.
Thu, 03 Mar 2011 19:54:57 +0100 Thomas Wuerthinger Changed "java -version" to include "Graal VM".
Thu, 03 Mar 2011 19:30:55 +0100 Thomas Wuerthinger Up-to-date with CRI changes.
Thu, 03 Mar 2011 19:25:53 +0100 Thomas Wuerthinger Merge with OpenJDK.
Tue, 01 Mar 2011 11:53:36 -0800 trims Merge jdk7-b132
Fri, 25 Feb 2011 12:46:49 -0800 trims 7022570: Bump the HS21 build number to 03
Fri, 25 Feb 2011 12:46:46 -0800 trims Merge