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.