log

age author description
Mon, 31 Oct 2011 16:25:57 +0100 Peter Hofer IdealGraphVisualizer: replace settings icon
Mon, 31 Oct 2011 15:55:13 +0100 Peter Hofer IdealGraphVisualizer: work around a Swing/NetBeans tree UI problem that occurs when mouse events are handled while the tree model is changing, e.g. when using IGV while it still receives graphs from a compiler. BasicTreeUI attempts to get the boundaries for the node associated with the location on screen, but fails and tries to access a null Rectangle, causing a user-visible NullPointerException. By implementing equals() for GraphNode, nodes for graphs that are already in the tree are not removed and re-added when updating groups, and the exception can no longer be reproduced. This potentially also resolves some redraw issues.
Mon, 31 Oct 2011 12:24:43 +0100 Peter Hofer IdealGraphVisualizer: hide irrelevant NetBeans menu entries and options
Mon, 31 Oct 2011 12:23:11 +0100 Peter Hofer IdealGraphVisualizer: Make Web Start distribution build with NetBeans 7, although it won't work because of some issue when resolving resources; add missing run-time dependencies for TextEditor
Tue, 25 Oct 2011 14:44:32 +0200 Lukas Stadler better error messages for missing MAXINE env var and exceptions thrown by the compiler
Thu, 20 Oct 2011 17:25:50 +0200 Thomas Wuerthinger Merge.
Thu, 20 Oct 2011 17:25:37 +0200 Thomas Wuerthinger Added tag test for changeset af1319bc4fd5
Wed, 19 Oct 2011 17:49:28 +0200 Peter Hofer IdealGraphVisualizer: Try to resolve UI concurrency issues by introducing locking for the list of graphs in Group and adding graphs to their group only after they have been fully read in.
Wed, 19 Oct 2011 15:11:33 +0200 Peter Hofer IdealGraphVisualizer: implement validation of graph documents against an XML schema. For now, validation errors are only printed to the console as warnings.
Mon, 17 Oct 2011 16:30:41 +0200 Peter Hofer For the entries of the Window menu, uniformly use the window title
Mon, 17 Oct 2011 16:29:11 +0200 Peter Hofer IdealGraphVisualizer: in the server compiler scheduler, detect and handle any cycles in predecessor relations between nodes.
Tue, 18 Oct 2011 20:07:52 +0200 Thomas Wuerthinger Fixed wrong type char check.
Tue, 18 Oct 2011 20:00:54 +0200 Thomas Wuerthinger Removed tags.
Tue, 18 Oct 2011 19:26:53 +0200 Thomas Wuerthinger Fixed long signature char.
Mon, 17 Oct 2011 22:41:00 +0200 Thomas Wuerthinger Adjust after RiResolvedType changes.
Mon, 17 Oct 2011 20:41:50 +0200 Thomas Wuerthinger React to changes related to the RiResolvedMethod introduction.
Mon, 17 Oct 2011 14:08:47 +0200 Gilles Duboscq Merge
Mon, 17 Oct 2011 14:07:33 +0200 Gilles Duboscq Make IGV ids consistant with compiler's node ids when possible (which should be always in Graal)
Fri, 14 Oct 2011 15:39:40 +0200 Thomas Wuerthinger Only return declared fields on fields() call.
Fri, 07 Oct 2011 16:49:07 +0200 Gilles Duboscq rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
Thu, 06 Oct 2011 17:14:21 +0200 Gilles Duboscq Merge
Thu, 06 Oct 2011 17:11:04 +0200 Gilles Duboscq Remove GRAAL env var requirement; Add ResourceMarks in code installer to avoid leaks
Mon, 03 Oct 2011 23:37:10 +0200 Doug Simon Fixed runexamples.sh
Tue, 27 Sep 2011 15:24:23 +0200 Josef Haider Added tag test for changeset 1961a84f2b78
Mon, 26 Sep 2011 17:09:13 +0200 Josef Haider Removed tag test
Thu, 22 Sep 2011 14:34:22 +0200 Josef Haider Added tag test for changeset 5a4295ccaaea
Wed, 14 Sep 2011 12:08:29 +0200 Thomas Wuerthinger Added criutils to Graal bootstrap path.
Tue, 13 Sep 2011 20:34:37 +0200 Thomas Wuerthinger Merge.
Tue, 13 Sep 2011 19:59:10 +0200 Thomas Wuerthinger Added new method that loads and initializes a class that is referenced by a cp entry.
Mon, 12 Sep 2011 21:20:33 +0200 Thomas Wuerthinger Only shut down the compiler if it was initialized.
Tue, 13 Sep 2011 09:24:14 +0200 Doug Simon Added criutils project to bootstrap classpath.
Mon, 12 Sep 2011 18:19:20 +0200 Thomas Wuerthinger Added snippets project to bootstrap classpath.
Wed, 07 Sep 2011 16:45:01 +0200 Lukas Stadler disabled gamma test for linux builds
Tue, 06 Sep 2011 11:18:53 +0200 Peter Hofer Factor out runtime call target address determination to avoid redundancy between CodeInstaller::site_Call() and VMEntries.getMaxCallTargetOffset()
Sat, 03 Sep 2011 22:08:00 +0200 Thomas Wuerthinger Add two VM configs for intrinsifications.
Fri, 02 Sep 2011 18:29:16 +0200 Thomas Wuerthinger Merge.
Fri, 02 Sep 2011 18:28:45 +0200 Thomas Wuerthinger New runtime parameter: runtimeCallStackSize (size on the stack that must be left empty in case of runtime calls)
Thu, 01 Sep 2011 15:28:24 +0200 Lukas Stadler re-lock objects whose lock was removed by escape analysis, enable stack walking compilation policy (-XX:CompilationPolicyChoice=1)
Thu, 01 Sep 2011 09:52:58 +0200 Lukas Stadler Merge
Thu, 01 Sep 2011 09:43:10 +0200 Lukas Stadler more work on ci removal
Wed, 31 Aug 2011 09:58:35 +0200 Lukas Stadler remove some ci-dependencies
Thu, 01 Sep 2011 09:38:36 +0200 Lukas Stadler let hotspot recognize graal's way of doing safepoints (mov instead of test)
Wed, 31 Aug 2011 14:55:40 +0200 Peter Hofer Support runtime calls to targets that don't fit in a 32-bit immediate: allow to query the maximum offset of a CiRuntimeCall target to determine the required immediate size and patch call sites with a mov/call instruction pair for indirect calls
Tue, 30 Aug 2011 11:08:56 +0200 Peter Hofer IdealGraphVisualizer: Fix Graal edge coloring filter after node changes
Thu, 25 Aug 2011 16:58:25 +0200 Doug Simon Changes to JavaAccess as a result of CRI changes.
Wed, 24 Aug 2011 18:17:03 +0200 Peter Hofer Implement ArithmeticSin(), ArithmeticCos() and ArithmeticTan() runtime calls
Wed, 24 Aug 2011 17:46:51 +0200 Lukas Stadler remove some dependencies on ci interface
Wed, 24 Aug 2011 17:40:12 +0200 Lukas Stadler added runtime call to supply info upon deoptimization
Wed, 24 Aug 2011 14:22:34 +0200 Thomas Wuerthinger Merge.
Tue, 23 Aug 2011 12:05:26 +0200 Josef Haider removed pause command from create64.cmd
Wed, 24 Aug 2011 01:05:02 +0200 Thomas Wuerthinger Various hacks to be able to install machine code from a Java thread.
Mon, 22 Aug 2011 19:55:06 +0200 Thomas Wuerthinger Added jdk tests to the runtest.sh script.
Mon, 22 Aug 2011 14:51:23 +0200 Thomas Wuerthinger Merge.
Mon, 22 Aug 2011 14:40:08 +0200 Thomas Wuerthinger better error message of field not found
Mon, 22 Aug 2011 12:19:03 +0200 Thomas Wuerthinger Made default for GraalBailoutIsFatal "false".
Mon, 22 Aug 2011 14:39:05 +0200 Gilles Duboscq Use 2 different marks for NEAR/FAR polling : fixes wrong polling addresse problem after relocation
Fri, 19 Aug 2011 17:28:37 +0200 Gilles Duboscq Add support for polling mark in code installer
Wed, 17 Aug 2011 13:40:36 +0200 Peter Hofer Update domake script to check for -graal and create graal lib subdirectories
Wed, 17 Aug 2011 11:58:19 +0200 Gilles Duboscq Update linux makefiles to create a graal VM, make a few run* +x
Sun, 14 Aug 2011 00:55:28 +0200 Thomas Wuerthinger Separate compiler bootstrappath from application bootstrappath.