log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java @ 2058:8f033d37798a

age author description
Tue, 18 Jan 2011 10:19:59 +0100 Thomas Wuerthinger Better support for array types.
Mon, 10 Jan 2011 10:50:22 +0100 Thomas Wuerthinger Added unique concrete subtype assumption.
Mon, 27 Dec 2010 14:22:55 +0100 Thomas Wuerthinger Support for custom stack area (needed for deoptimization).
Sun, 05 Dec 2010 22:01:07 +0100 Doug Simon Sync with CRI/C1X changes.
Tue, 30 Nov 2010 15:13:57 +0100 Doug Simon Sync with CRI/C1X changes.
Tue, 23 Nov 2010 15:45:45 +0100 Thomas Wuerthinger Fixes to get running again after C1X changes to pointer maps and register configuration.
Thu, 18 Nov 2010 17:27:43 +0100 Thomas Wuerthinger Inlining of static final field values. Java mirror instead of VmID. Support for PrintMetrics option.
Sat, 13 Nov 2010 07:54:30 +0100 Doug Simon Small renaming.
Fri, 12 Nov 2010 16:17:55 +0100 Doug Simon Merge.
Fri, 12 Nov 2010 16:11:41 +0100 Doug Simon Syncing changes with C1X.
Thu, 11 Nov 2010 14:09:37 +0100 Thomas Wuerthinger Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
Fri, 29 Oct 2010 18:14:17 +0200 Doug Simon Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'.
Mon, 25 Oct 2010 16:47:52 +0200 Thomas Wuerthinger Enabled -C1X:OPTIONS when running HotSpot/C1X. Enabled checkstyle for the HotSpotVM Java project.
Thu, 30 Sep 2010 17:19:48 -0700 Lukas Stadler * enabled all jtt tests
Thu, 16 Sep 2010 19:42:20 -0700 Lukas Stadler various fixes and enhancements
Mon, 16 Aug 2010 18:59:36 -0700 Lukas Stadler * rewrite of the code installation
Mon, 02 Aug 2010 15:44:38 -0700 Lukas Stadler * using reflected objects instead of oops
Fri, 23 Jul 2010 15:53:02 -0700 Lukas Stadler changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
Tue, 13 Jul 2010 11:47:55 -0700 Lukas Stadler reformatting similar to other maxine projects (tabs, etc.)
Mon, 12 Jul 2010 15:05:17 -0700 Lukas Stadler implement recent safepoint & exceptionobject ci changes, HotSpotVMConfig
Wed, 23 Jun 2010 17:20:40 +0200 Thomas Wuerthinger Small adaptations
Wed, 23 Jun 2010 16:36:58 +0200 Thomas Wuerthinger Added HotSpotVM project Java source files.