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

age author description
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
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.
Mon, 25 Oct 2010 16:47:52 +0200 Thomas Wuerthinger Enabled -C1X:OPTIONS when running HotSpot/C1X. Enabled checkstyle for the HotSpotVM Java project.
Fri, 22 Oct 2010 17:31:38 +0200 Thomas Wuerthinger Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
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.)
Wed, 23 Jun 2010 16:36:58 +0200 Thomas Wuerthinger Added HotSpotVM project Java source files.