log

age author description
Thu, 06 Sep 2012 18:07:15 +0200 Thomas Wuerthinger Clean up ControlFlowOptimizer.
Thu, 06 Sep 2012 17:58:39 +0200 Gilles Duboscq Merge
Thu, 06 Sep 2012 16:51:47 +0200 Gilles Duboscq Gate : do not run tradesoap in fastdebug mode, do not run sunflow in product mode
Thu, 06 Sep 2012 16:42:45 +0200 Gilles Duboscq Factor out code that kills loop exits
Thu, 06 Sep 2012 16:31:33 +0200 Thomas Wuerthinger Clean up ComputeLinearScanOrder. Rename to ComputeBlockOrder.
Thu, 06 Sep 2012 15:32:08 +0200 Thomas Wuerthinger Temporarily remove experimental register allocators.
Thu, 06 Sep 2012 13:40:04 +0200 Thomas Wuerthinger Merge.
Tue, 04 Sep 2012 17:50:06 +0200 Thomas Wuerthinger Fix compiler warning.
Tue, 04 Sep 2012 17:10:42 +0200 Gilles Duboscq Add inferStamp for a number of ConvertNode's operations
Tue, 04 Sep 2012 17:09:46 +0200 Gilles Duboscq IGV : Add idx to binary graphs to help visualizing nodes during comparison
Mon, 03 Sep 2012 15:20:39 +0200 Gilles Duboscq Remove bogus assertion
Mon, 03 Sep 2012 15:13:28 +0200 Gilles Duboscq IGV : avoid collisions between node's properties and some reserved properties of the IGV
Mon, 03 Sep 2012 15:12:28 +0200 Gilles Duboscq Add a maximum number of unswitching per loop
Mon, 03 Sep 2012 12:52:41 +0200 Gilles Duboscq Merge
Mon, 03 Sep 2012 12:52:22 +0200 Gilles Duboscq Create ValueProxy nodes where necessary during ReadElimination
Thu, 30 Aug 2012 15:33:08 +0200 Gilles Duboscq Warnings for windows build if there is no SDK
Fri, 31 Aug 2012 22:56:29 +0200 Doug Simon added more tests to InstanceOfTest for testing against types with a deep hierarchy
Fri, 31 Aug 2012 22:55:34 +0200 Doug Simon removed unnecessary snippets for lowering an instanceof whose test type is not a compile time constant
Fri, 31 Aug 2012 22:20:13 +0200 Doug Simon enabled InstanceOfSnippets for general lowering of InstanceOfNodes
Fri, 31 Aug 2012 17:57:30 +0200 Doug Simon added InstanceOfSnippets which passes InstanceOfTest but is not yet enabled for general lowering
Wed, 29 Aug 2012 13:05:43 +0200 Gilles Duboscq Fix for sameSign check and javadoc
Tue, 28 Aug 2012 14:58:55 +0200 Gilles Duboscq Merge
Tue, 28 Aug 2012 14:04:55 +0200 Gilles Duboscq Add helper methods to IntegerStamp for sign, use them
Tue, 28 Aug 2012 12:22:19 +0200 Gilles Duboscq Merge
Tue, 28 Aug 2012 12:22:06 +0200 Gilles Duboscq Re-enable HP_series : add a tolerance to the double compare
Mon, 27 Aug 2012 14:50:03 +0200 Gilles Duboscq Update SPECjvm2008 bench regex
Tue, 28 Aug 2012 14:17:22 +0200 Doug Simon Merge.
Tue, 28 Aug 2012 13:55:11 +0200 Doug Simon exclude TestPrograms from JaCoCo processing
Tue, 28 Aug 2012 13:54:35 +0200 Doug Simon an empty array is now returned by ResolvedJavaType.declaredFields() for array and primitive types
Tue, 28 Aug 2012 11:43:06 +0200 Doug Simon disabled failing BigBangTests: helloWorldTest, formattedOutputTest, arrayListTestWithCalls
Tue, 28 Aug 2012 11:09:14 +0200 Doug Simon consolidated jtt command into unittest command and removed need for explicit 'testHarness' property in 'projects' file
Tue, 28 Aug 2012 12:15:10 +0200 Lukas Stadler canonicalize reads and writes on null objects to deopts
Tue, 28 Aug 2012 11:27:39 +0200 Lukas Stadler create PiNodes with exact types during inlining
Tue, 28 Aug 2012 11:26:22 +0200 Lukas Stadler fix to new escape analysis infrastructure
Tue, 28 Aug 2012 10:56:35 +0200 Lukas Stadler Merge
Fri, 24 Aug 2012 11:45:30 +0200 Lukas Stadler infrastructure changes in preparation of partial escape analysis
Mon, 27 Aug 2012 18:02:22 +0200 Doug Simon made LoweringPhase use a schedule so that floating and fixed nodes are lowered iteratively together
Thu, 23 Aug 2012 15:43:40 +0200 Doug Simon made mx help command accept abbreviations
Wed, 22 Aug 2012 16:21:14 +0200 Doug Simon Merge.
Sat, 04 Aug 2012 01:36:14 +0200 Doug Simon issue message about -G:+PrintFlags when an unrecognized -G options is passed to the VM
Sat, 04 Aug 2012 01:35:01 +0200 Doug Simon added info message suggesting use of -G:-PrintCFG in conjuction with -G:+PrintBinaryGraphs
Wed, 22 Aug 2012 15:26:56 +0200 Doug Simon disabled HP_series JTT until failure under 7u6 is fixed/understood
Wed, 22 Aug 2012 11:25:44 +0200 Doug Simon Merge.
Wed, 22 Aug 2012 11:20:04 +0200 Doug Simon removed dependence on private java.lang.String internals in HexCodeFile
Wed, 22 Aug 2012 11:00:31 +0200 Doug Simon removed klass::is_leaf_class() and replaced it's usage in Graal (the only usage) with an explicit test to ignore interface classes
Tue, 21 Aug 2012 11:53:04 +0200 Doug Simon disabled zipping of lib*.debuginfo files to simplify debugging with gdb
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Fri, 10 Aug 2012 23:07:38 -0700 amurillo Added tag hs24-b20 for changeset 4c8f2a12e757 jdk8-b52
Fri, 10 Aug 2012 17:50:24 -0700 twisti Merge hs24-b20
Fri, 10 Aug 2012 15:50:49 -0700 twisti Merge
Tue, 07 Aug 2012 14:32:08 -0700 twisti 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
Wed, 01 Aug 2012 14:44:26 -0700 twisti 7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
Wed, 01 Aug 2012 14:10:32 -0700 kvn 7188227: VM should recognize M-series SPARC
Mon, 30 Jul 2012 09:49:25 -0700 kvn 7187454: stack overflow in C2 compiler thread on Solaris x86
Fri, 27 Jul 2012 16:14:15 -0700 twisti 7187290: nightly failures after JSR 292 lazy method handle update
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Fri, 03 Aug 2012 13:24:02 -0700 amurillo 7189086: new hotspot build - hs24-b20
Thu, 09 Aug 2012 18:00:58 -0700 katleman Added tag jdk8-b51 for changeset 663fc23da8d5
Fri, 03 Aug 2012 13:13:43 -0700 amurillo Added tag hs24-b19 for changeset 3b3ad1642970 jdk8-b51
Fri, 03 Aug 2012 13:13:42 -0700 amurillo Merge hs24-b19