log src/share/vm/c1x/c1x_VMEntries.cpp @ 2874:d90bf514d647

age author description
Wed, 08 Jun 2011 08:59:54 +0200 Thomas Wuerthinger Renamed packages.
Thu, 19 May 2011 17:24:23 +0200 Lukas Stadler first batch of GraphBuilder changes to remove dependencies on BlockBegin
Thu, 12 May 2011 10:26:55 +0200 Lukas Stadler small fix to recordBailout
Wed, 11 May 2011 16:59:18 -0700 Christian Wimmer added includes to build without precompiled headers
Wed, 11 May 2011 16:25:15 +0200 Thomas Wuerthinger Deoptimize on array store and array bounds exception.
Wed, 27 Apr 2011 15:49:27 +0200 Thomas Wuerthinger Removed anything OSR-related.
Tue, 26 Apr 2011 21:48:09 +0200 Thomas Wuerthinger Copyright rebranding. Update checkstyle file.
Tue, 26 Apr 2011 21:10:53 +0200 Thomas Wuerthinger Rebranding to com.oracle.graal
Tue, 26 Apr 2011 16:46:23 +0200 Thomas Wuerthinger Fixed an issue with RiType.superType (wrong cast in the C++ part).
Fri, 22 Apr 2011 19:00:07 +0200 Thomas Wuerthinger Fixed merge issues.
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 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
Mon, 21 Feb 2011 20:51:59 +0100 Thomas Wuerthinger Fixed a bug that truncated stub ids when compiling with vs.
Mon, 21 Feb 2011 20:44:57 +0100 Thomas Wuerthinger More changes to make it compile and work on win64.
Wed, 16 Feb 2011 14:21:52 +0100 Thomas Wuerthinger Made merge compile.
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.
Wed, 19 Jan 2011 15:48:15 +0100 Thomas Wuerthinger Add deoptimization blob support.
Tue, 18 Jan 2011 10:19:59 +0100 Thomas Wuerthinger Better support for array types.
Fri, 14 Jan 2011 16:29:42 +0100 Thomas Wuerthinger Treat C1XOptions fields as final.
Tue, 11 Jan 2011 11:55:19 +0100 Thomas Wuerthinger Two fixes for leaf type and leaf method assumptions.
Mon, 10 Jan 2011 16:59:48 +0100 Thomas Wuerthinger Added leaf method assumptions.
Mon, 10 Jan 2011 10:50:22 +0100 Thomas Wuerthinger Added unique concrete subtype assumption.
Fri, 07 Jan 2011 18:48:48 +0100 Thomas Wuerthinger Renamed file.
Fri, 07 Jan 2011 18:45:09 +0100 Thomas Wuerthinger Fix includes to match new hotspot mechanism.
Wed, 29 Dec 2010 20:06:41 +0100 Thomas Wuerthinger Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
Mon, 27 Dec 2010 20:33:00 +0100 Thomas Wuerthinger Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
Thu, 23 Dec 2010 18:13:28 +0100 Thomas Wuerthinger Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.