log

age author description
Fri, 22 Apr 2011 18:52:28 -0700 trims 7039044: Bump the HS21 build number to 10 hs21-b10 jdk7-b140
Fri, 22 Apr 2011 18:52:22 -0700 trims Merge
Wed, 20 Apr 2011 20:32:45 -0700 jmasa Merge
Mon, 18 Apr 2011 16:27:16 -0700 johnc 7036706: G1: Use LIR_OprDesc::as_pointer_register in code changes for 7035117
Sun, 17 Apr 2011 01:24:54 -0700 jmasa 6946385: G1: jstat does not support G1 GC
Fri, 15 Apr 2011 10:10:50 -0700 johnc 7036021: G1: build failure on win64 and linux with hs21 in jdk6 build environment
Thu, 14 Apr 2011 13:49:29 -0700 johnc Merge
Thu, 14 Apr 2011 12:10:15 -0700 ysr 7036482: clear argument is redundant and unused in cardtable methods
Thu, 14 Apr 2011 13:45:41 -0700 johnc Merge
Wed, 13 Apr 2011 17:56:43 -0700 johnc 7035117: G1: nsk/stress/jni/jnistress002 fails with assertion failure
Fri, 08 Apr 2011 14:53:16 -0700 jmasa Merge
Fri, 08 Apr 2011 14:19:50 -0700 jmasa Merge
Thu, 07 Apr 2011 17:16:20 -0700 jcoomes 6841742: par compact - remove unused/unsupported options
Thu, 07 Apr 2011 16:52:15 -0700 jcoomes 7034133: cleanup obsolete option handling
Thu, 07 Apr 2011 09:53:20 -0700 johnc 7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error
Tue, 05 Apr 2011 19:14:03 -0700 never 7032963: StoreCM shouldn't participate in store elimination
Tue, 19 Apr 2011 20:40:20 -0700 coleenp Merge
Sat, 16 Apr 2011 11:59:54 +0200 thurka 7007254: NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars
Fri, 15 Apr 2011 09:36:28 -0400 coleenp 7032407: Crash in LinkResolver::runtime_resolve_virtual_method()
Thu, 14 Apr 2011 23:06:33 -0400 vladidan Merge
Thu, 14 Apr 2011 11:02:05 -0400 vladidan Merge
Tue, 12 Apr 2011 10:32:42 -0400 vladidan Merge
Mon, 11 Apr 2011 23:02:37 -0400 vladidan 7005865: Crash when running with PrintIRWithLIR
Thu, 14 Apr 2011 11:50:36 -0400 zgu 7033100: CreateMinidumpOnCrash does not work for failed asserts
Wed, 27 Jul 2011 17:24:11 -0700 Thomas Wuerthinger Fixed compiler warnings.
Wed, 27 Jul 2011 14:17:00 -0700 Thomas Wuerthinger Fixed a () type bug in the negate canonicalizer.
Wed, 27 Jul 2011 14:16:38 -0700 Thomas Wuerthinger Fixed a bug in which the valueEquals method was misused. The method does only check the equality of the node data and not full GVN equality by taking inputs and successors into account.
Wed, 27 Jul 2011 14:15:26 -0700 Thomas Wuerthinger Relaxed create.bat to enable building with VS2010 Express
Wed, 27 Jul 2011 14:14:53 -0700 Thomas Wuerthinger Changed benchmarktool to python script instead of shell script
Wed, 27 Jul 2011 14:14:14 -0700 Thomas Wuerthinger Updated hgignore
Wed, 27 Jul 2011 11:53:37 +0200 Gilles Duboscq Canonicalize Negate(Negate(x)) for int/long remove incorrect canonicalization of FloatSub(0.0, x) to Negate(x)
Wed, 27 Jul 2011 10:33:03 +0200 Gilles Duboscq Add utility functions to create add & multiply integer nodes, removed wrong comment
Mon, 25 Jul 2011 12:12:10 +0200 Peter Hofer IdealGraphVisualizer: since the Graal gradient color filter and unconnected slot filter are generally applicable, make them "standard filters" and add helper functions to use them from JavaScript
Thu, 21 Jul 2011 14:58:08 +0200 Gilles Duboscq Apply rematerializtion only to GVNed Nodes
Thu, 21 Jul 2011 11:32:22 +0200 Gilles Duboscq Fix for usages that are phi in rematerialization
Wed, 20 Jul 2011 18:50:39 +0200 Gilles Duboscq Merge
Wed, 20 Jul 2011 18:49:19 +0200 Gilles Duboscq Added Verify option to be able to diable graph verification, ideal graph printing now also print string value for colors, removed redundant DCE/Canon phases
Wed, 20 Jul 2011 10:52:00 +0200 Peter Hofer IdealGraphVisualizer: new splash screen that says Ideal Graph Visualizer and sponsored by Oracle
Tue, 19 Jul 2011 13:48:43 +0200 Gilles Duboscq Canonicalize Compare if x valueEquals y, make EndNode return an empty list for cfgSux if it has no merge instead of retruning a list conatining null, make runjython executable, add a ProblemsIdeas.txt file
Mon, 18 Jul 2011 13:30:37 +0200 Peter Hofer IdealGraphVisualizer: show a warning and ask the user whether to proceed before viewing a graph while the graph or its group is still being loaded. Opening such a graph can cause numerous problems and typically results in a NullPointerException or ConcurrentModificationException.
Mon, 18 Jul 2011 11:35:16 +0200 Peter Hofer IdealGraphVisualizer: replace some single-threaded usages of StringBuffer with StringBuilder
Mon, 18 Jul 2011 11:56:49 +0200 Gilles Duboscq Merge
Thu, 14 Jul 2011 22:22:44 +0200 Gilles Duboscq Draft rematerialization after eager GVN, only canonicalize new nodes after loop optimisations
Thu, 14 Jul 2011 15:42:23 +0200 Lukas Stadler merge
Thu, 14 Jul 2011 15:41:13 +0200 Lukas Stadler more comments on examples, extended deopt example
Thu, 14 Jul 2011 10:33:35 +0200 Lukas Stadler cleanup, new shell scripts for examples
Wed, 13 Jul 2011 17:20:53 +0200 Peter Hofer IdealGraphVisualizer: modify RemoveFilter to optionally remove all nodes that became orphans as result of the remove and add a JavaScript removeIncludeOrphans() filter function
Wed, 13 Jul 2011 15:09:54 +0200 Peter Hofer IdealGraphVisualizer: introduce GraalGradientColorFilter that colors nodes using a customizable color gradient, based on how a numeric property is located in a specified interval. Includes an examples filter that applies the filter to the probability property.
Wed, 13 Jul 2011 15:08:49 +0200 Gilles Duboscq Fix for loop inversion now runs tests, fop, lusearch, eclipse, avrora and scimark
Wed, 13 Jul 2011 15:05:04 +0200 Gilles Duboscq Canonicalize Compare with same inputs
Tue, 12 Jul 2011 18:14:45 +0200 Gilles Duboscq Merge
Tue, 12 Jul 2011 17:54:32 +0200 Gilles Duboscq Fix broken code in exemples, Fix regression and bug in peeling/inverting
Tue, 12 Jul 2011 17:00:25 +0200 Lukas Stadler global absolute probability analysis:
Tue, 12 Jul 2011 13:10:33 +0200 Gilles Duboscq Finish implementation of loop inversion
Tue, 12 Jul 2011 13:10:11 +0200 Gilles Duboscq Fix for NormalizeCompare->Compare canonicalization : care must be taken for the unordered case
Mon, 11 Jul 2011 17:55:55 +0200 Peter Hofer IdealGraphVisualizer: put HTML tooltip texts between <HTML> and </HTML> to ensure they are not displayed as plain text
Mon, 11 Jul 2011 17:52:58 +0200 Peter Hofer Replace Compare with NormalizeComparison and constant 0 as inputs with a single Compare; correct/remove encountered wrong comments
Mon, 11 Jul 2011 13:41:33 +0200 Peter Hofer IdealGraphVisualizer: provide upscaled icons for branding
Mon, 11 Jul 2011 13:31:51 +0200 Peter Hofer IdealGraphVisualizer: select blocks in the control flow graph by double-clicking them, thus allowing to move blocks without selecting them and changing the selecting in the node graph
Sun, 10 Jul 2011 11:21:37 +0200 Gilles Duboscq Fix for vector tree in splitting