log

age author description
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
Thu, 15 Mar 2012 17:01:03 -0700 Christian Haeubl added EndlessRecompilationTest
Thu, 15 Mar 2012 16:34:31 -0700 Christian Haeubl fixed two cases where DeoptAction was invalid
Thu, 15 Mar 2012 15:31:34 -0700 Christian Haeubl more preparations for disabling runtime feedback selectively based on deoptimization history
Tue, 13 Mar 2012 18:53:33 -0700 Christian Haeubl more preparations for disabling runtime feedback selectively based on deoptimization history
Tue, 13 Mar 2012 12:01:24 -0700 Christian Haeubl fixed case when exception probability should not be used
Tue, 13 Mar 2012 10:41:13 -0700 Christian Haeubl bugfix
Mon, 12 Mar 2012 18:40:51 -0700 Christian Haeubl removed unnecessary file
Mon, 12 Mar 2012 18:40:05 -0700 Christian Haeubl preparations to avoid endless recompilations because of not updated profiling information
Tue, 20 Mar 2012 17:13:57 +0100 Andreas Woess Allow ints to be put into a virtual long array.
Tue, 20 Mar 2012 14:43:09 +0100 Doug Simon Added jdkhome command to mx.
Mon, 19 Mar 2012 13:33:49 +0100 Andreas Woess Relax an assertion that would incorrectly fail for boxed virtual objects.
Mon, 19 Mar 2012 12:01:20 +0100 Gilles Duboscq Consitency in killCFG : kill the loop before deleteing the loopbegin when removing a dead loop
Mon, 19 Mar 2012 11:58:43 +0100 Gilles Duboscq getClass's intrinsic ReadNode floats, use a FloatingReadNode
Mon, 19 Mar 2012 11:57:33 +0100 Gilles Duboscq Run the canonicalizer early
Mon, 19 Mar 2012 11:57:10 +0100 Gilles Duboscq inputs in a NodeInputList can be null, allow adding null values to NodeInputList (consistent with NodeSuccessorList)
Mon, 19 Mar 2012 11:55:20 +0100 Gilles Duboscq Canonicalize some filter usages. Fix for graph printer's escape (escape invalid control chars). Small comment fixes
Fri, 16 Mar 2012 19:30:11 +0100 Andreas Woess Fix intrinsification of an invoke with exception with a deoptimize node.
Fri, 16 Mar 2012 19:23:43 +0100 Andreas Woess Fix possible endless recursion in ConvertDeoptimizeToGuardPhase.
Fri, 16 Mar 2012 20:23:29 +0100 Doug Simon added mechanism for disabling automatic native builds from the IDE (set IDE_BUILD_TARGET="" in mx/env)
Fri, 16 Mar 2012 20:03:11 +0100 Doug Simon compiler.class.path should not include system class path