log

age author description
Fri, 16 Dec 2011 16:33:42 +0100 Doug Simon Unified the way a specific build of the VM is chosen for any mx command that runs the GraalVM.
Fri, 16 Dec 2011 15:17:17 +0100 Doug Simon Automated creation of debug, fastdebug and optimized subdirectories of the JDK.
Fri, 16 Dec 2011 14:24:37 +0100 Doug Simon Removed pytools - replaced by mxtool.
Fri, 16 Dec 2011 13:37:14 +0100 Doug Simon Removed mx/env from revision control.
Fri, 16 Dec 2011 11:03:14 +0100 Doug Simon Added mx configuration.
Tue, 13 Dec 2011 21:40:26 -0800 Christian Wimmer Fix build error for Windows builds
Tue, 13 Dec 2011 21:30:53 -0800 Christian Wimmer Fix build error for debug builds
Tue, 13 Dec 2011 21:18:25 -0800 Christian Wimmer Merge
Tue, 13 Dec 2011 21:17:46 -0800 Christian Wimmer Change Graal monitor enter and exit from BasicObjectLock to BasicLock
Tue, 13 Dec 2011 21:16:50 -0800 Christian Wimmer Add all DaCapo benchmarks, allow batch execution of all DaCapo benchmarks, add -d flag to start HotSpot under the debugger
Mon, 12 Dec 2011 15:57:56 +0100 Gilles Duboscq Make GraalEdgeColorFilter more robust
Fri, 09 Dec 2011 13:50:23 +0100 Gilles Duboscq Add a CFG filter to the default filter collection
Mon, 05 Dec 2011 18:15:25 -0800 Christian Wimmer use alignment for constants specified in DataPatch.alignment
Mon, 05 Dec 2011 20:00:57 +0100 Peter Hofer IdealGraphVisualizer: add filter for Graal Call Analysis graphs
Fri, 02 Dec 2011 17:46:54 +0100 Thomas Wuerthinger Remove recordBailout method. Remove GraalBailoutIsFatal flag.
Fri, 02 Dec 2011 16:59:53 +0100 Lukas Stadler fix for escape analyzed arrays in debug mode
Fri, 02 Dec 2011 13:31:00 +0100 Lukas Stadler hide HotSpotMethodResolvedImpl.javaMirror field in debuggers
Thu, 01 Dec 2011 15:04:28 +0100 Lukas Stadler CiGenericCallback handling: removed (buggy) native exception handling code, changed to callbackInternal
Tue, 29 Nov 2011 16:04:18 +0100 Doug Simon Made C++ changes to reflect changes to CiAssumptions.ConcreteMethod.
Mon, 28 Nov 2011 18:20:46 -0800 Christian Wimmer Add newlines at the end of files, otherwise my version of gcc complains
Mon, 28 Nov 2011 19:07:47 +0100 Gilles Duboscq Do not color edges labeled with #NDF as data flow
Fri, 25 Nov 2011 23:09:07 +0100 Thomas Wuerthinger Return a RiResolvedField array when looking up the fields of a class.
Thu, 24 Nov 2011 17:45:38 +0100 Thomas Wuerthinger Merge.
Thu, 24 Nov 2011 17:45:19 +0100 Thomas Wuerthinger Set catch all to true if the caught class is java.lang.Throwable.
Thu, 24 Nov 2011 17:27:17 +0100 Gilles Duboscq Merge
Thu, 24 Nov 2011 17:25:39 +0100 Gilles Duboscq fix componentType for the primitive array case
Thu, 24 Nov 2011 17:24:43 +0100 Gilles Duboscq Make NMethodSweeper work on any JavaThread
Thu, 24 Nov 2011 16:14:33 +0100 Thomas Wuerthinger Merge.
Thu, 24 Nov 2011 16:14:21 +0100 Thomas Wuerthinger Don't call startCompiler if the VM is run with -Xint
Thu, 24 Nov 2011 14:09:18 +0100 Doug Simon Improved interface to the examples in the gl script.