log

age author description
Mon, 25 Apr 2011 16:25:58 -0700 never 7030715: JSR 292 JRuby test/test_super_call_site_caching.rb asserts with +DoEscapeAnalysis
Thu, 21 Apr 2011 00:25:40 -0700 twisti 6993078: JSR 292 too many pushes: Lesp points into register window
Wed, 20 Apr 2011 18:29:35 -0700 kvn 7026700: regression in 6u24-rev-b23: Crash in C2 compiler in PhaseIdealLoop::build_loop_late_post
Wed, 20 Apr 2011 09:29:00 -0700 never 7009346: java/dyn/InvokeDynamicPrintArgs.java fails with NPE on solaris-sparc with -Xcomp
Tue, 19 Apr 2011 09:30:17 -0700 kvn 7037812: few more defaults changes for new AMD processors
Mon, 18 Apr 2011 06:50:57 -0700 twisti 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
Mon, 18 Apr 2011 01:33:28 -0700 twisti 7018355: JSR 292: VM crash in DefNewGeneration::copy_to_survivor_space
Wed, 27 Apr 2011 17:25:45 -0700 coleenp Merge
Tue, 26 Apr 2011 14:04:43 -0400 coleenp 7009923: JSR 292: VM crash in JavaThread::last_frame
Sat, 23 Apr 2011 00:33:38 -0400 vladidan Merge
Thu, 21 Apr 2011 10:12:42 -0400 vladidan Merge
Wed, 20 Apr 2011 14:07:57 -0400 vladidan 7035861: linux-armsflt: assert(ni->data() == (int)(x + o)) failed: instructions must match
Tue, 03 May 2011 16:00:35 -0700 trims Added tag hs21-b10 for changeset d283b8296671
Mon, 02 May 2011 09:36:24 -0700 schien Merge
Thu, 28 Apr 2011 17:44:24 -0700 schien Added tag jdk7-b140 for changeset d283b8296671
Wed, 27 Apr 2011 19:20:31 -0700 cl Merge
Tue, 26 Apr 2011 16:20:22 -0700 ohair 6631003: Add hg tip changeset to build image
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