log

age author description
Wed, 21 Mar 2012 18:05:41 +0100 Thomas Wuerthinger Fix C++ code to allow successful build on Windows.
Wed, 21 Mar 2012 14:57:06 +0100 Thomas Wuerthinger Fix constructor of DeoptimizeNode (to match intrinsic definition).
Wed, 21 Mar 2012 14:39:11 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 14:32:47 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 13:57:30 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 13:49:34 +0100 Thomas Wuerthinger Added new decorate methods to the Debug class.
Wed, 21 Mar 2012 13:13:47 +0100 Thomas Wuerthinger Move compilation task logic to separate class.
Wed, 21 Mar 2012 12:12:22 +0100 Thomas Wuerthinger Use CiKind.ordinal() as it directly reflects HotSpot's basic type value.
Wed, 21 Mar 2012 12:07:41 +0100 Thomas Wuerthinger Refactoring of the debug framework. Move compiler thread implementation to its own file.
Wed, 21 Mar 2012 12:11:51 +0100 Andreas Woess Fixed DeoptimizeNode.deopt intrinsic.
Wed, 21 Mar 2012 13:05:57 +0100 Lukas Stadler another fix for non-graal builds
Wed, 21 Mar 2012 11:57:57 +0100 Lukas Stadler fix for non-graal builds
Wed, 21 Mar 2012 11:28:22 +0100 Lukas Stadler Merge
Wed, 21 Mar 2012 10:47:02 +0100 Lukas Stadler Support for recording a leaf graph id for each deoptimization point in the debug info.
Fri, 16 Mar 2012 11:03:54 +0100 Lukas Stadler better MethodFilter (allows filtering by class, method name and parameter types)
Tue, 20 Mar 2012 17:56:41 -0700 Christian Haeubl better inlining debug output
Tue, 20 Mar 2012 16:15:27 -0700 Christian Haeubl added better debug output when an optimistic deoptimization is disabled
Tue, 20 Mar 2012 12:16:14 -0700 Christian Haeubl fixed C2 compilation error
Tue, 20 Mar 2012 11:45:21 -0700 Christian Haeubl C1 bugfix, fixed C1 compilation errors
Tue, 20 Mar 2012 10:33:39 -0700 Christian Haeubl Merge
Tue, 20 Mar 2012 10:32:34 -0700 Christian Haeubl fixed failing testcases
Tue, 20 Mar 2012 08:34:54 -0700 Christian Haeubl fixed fastdebug C++ issue
Tue, 20 Mar 2012 08:24:04 -0700 Christian Haeubl Merge
Mon, 19 Mar 2012 16:22:57 -0700 Christian Haeubl minor cleanups after merge
Mon, 19 Mar 2012 15:51:49 -0700 Christian Haeubl Merge
Mon, 19 Mar 2012 15:47:35 -0700 Christian Haeubl minor changes
Mon, 19 Mar 2012 15:08:07 -0700 Christian Haeubl added output when optimistic optimizations are disabled
Mon, 19 Mar 2012 14:54:46 -0700 Christian Haeubl bugfix
Mon, 19 Mar 2012 14:43:15 -0700 Christian Haeubl finished first implementation of disabling runtime feedback selectively based on deoptimization history
Thu, 15 Mar 2012 17:01:44 -0700 Christian Haeubl removed EndlessRecompilationTest