log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotXirGenerator.java @ 2285:762de4b26788

age author description
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, 21 Feb 2011 21:16:29 +0100 Thomas Wuerthinger Fixed an issue where parameter registers were hard coded to Linux values.
Wed, 16 Feb 2011 15:13:34 +0100 Thomas Wuerthinger Added parameter to array store exception runtime call (new in HotSpot).
Wed, 16 Feb 2011 13:38:33 +0100 Thomas Wuerthinger Fixed bug in getClass() XIR snippet
Sat, 22 Jan 2011 14:37:43 +0100 Thomas Wuerthinger Implemented fast inline array allocation.
Wed, 19 Jan 2011 16:13:13 +0100 Thomas Wuerthinger Added getClass intrinsic implementation.