log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExits.java @ 1941:79d04223b8a5

age author description
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
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.
Tue, 09 Nov 2010 13:42:06 +0100 Thomas Wuerthinger Remove caching for constant pool entries (same index can be used to retrieve e.g. type and field). Fast fail on bailout in C1X.
Mon, 25 Oct 2010 16:47:52 +0200 Thomas Wuerthinger Enabled -C1X:OPTIONS when running HotSpot/C1X. Enabled checkstyle for the HotSpotVM Java project.
Tue, 31 Aug 2010 22:13:30 -0700 Lukas Stadler * -XX:TraceC1X=0...5 controls the native c1x tracing
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
Tue, 13 Jul 2010 11:47:55 -0700 Lukas Stadler reformatting similar to other maxine projects (tabs, etc.)
Wed, 23 Jun 2010 16:36:58 +0200 Thomas Wuerthinger Added HotSpotVM project Java source files.