log src/share/vm/compiler/compileBroker.cpp @ 4122:cc81b9c09bbb

age author description
Mon, 28 Nov 2011 15:46:31 -0800 kvn 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
Wed, 09 Nov 2011 07:25:51 -0800 kvn 7107042: assert(no_dead_loop) failed: dead loop detected
Wed, 26 Oct 2011 06:08:56 -0700 kvn 7097546: Optimize use of CMOVE instructions
Thu, 13 Oct 2011 09:35:42 -0700 dcubed 7098194: integrate macosx-port changes
Wed, 16 Nov 2011 23:35:03 +0100 Thomas Wuerthinger Support blocking compilation.
Wed, 16 Nov 2011 21:27:28 +0100 Thomas Wuerthinger Pass-by compilation broker.
Wed, 16 Nov 2011 15:46:39 +0100 Thomas Wuerthinger Ignore that task code field is not set.
Wed, 09 Nov 2011 11:27:38 +0100 Lukas Stadler support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
Wed, 24 Aug 2011 01:05:02 +0200 Thomas Wuerthinger Various hacks to be able to install machine code from a Java thread.
Wed, 03 Aug 2011 11:35:30 -0700 Thomas Wuerthinger Fixed bootstrap (lowered compilation threshold and register more methods for compilation)
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Thu, 02 Jun 2011 13:36:11 -0700 never 7050554: JSR 292 - need optimization for selectAlternative
Wed, 27 Apr 2011 14:40:41 -0700 johnc 7037756: Deadlock in compiler thread similiar to 6789220
Wed, 22 Jun 2011 21:51:26 +0200 Thomas Wuerthinger Make sure that the compiler is initialized at startup (and not on the first compiled method).
Wed, 08 Jun 2011 17:01:16 +0200 Thomas Wuerthinger Added time measurement for phases.
Wed, 08 Jun 2011 14:01:51 +0200 Thomas Wuerthinger Rebranded C++ part from C1X to Graal.
Fri, 22 Apr 2011 21:13:09 +0200 Thomas Wuerthinger Fixed an issue with alignment of double/long values in the code buffer. Can now run Scimark again.
Fri, 22 Apr 2011 15:30:53 +0200 Thomas Wuerthinger Merge with OpenJDK.
Thu, 14 Apr 2011 00:02:21 -0700 iveresov 7036236: VM crashes assert((!inside_attrs()) || is_error_reported()) failed ...
Mon, 04 Apr 2011 03:02:00 -0700 twisti 7032458: Zero and Shark fixes
Mon, 28 Mar 2011 03:58:07 -0700 twisti 7022998: JSR 292 recursive method handle calls inline themselves infinitely
Sun, 27 Mar 2011 00:00:14 -0700 never 7024475: loop doesn't terminate when compiled
Wed, 09 Mar 2011 09:15:16 -0800 kvn 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
Thu, 03 Mar 2011 19:25:53 +0100 Thomas Wuerthinger Merge with OpenJDK.
Mon, 14 Feb 2011 14:36:29 -0800 kvn Merge
Fri, 11 Feb 2011 03:17:53 -0800 twisti 7018673: Zero: 6953144, 6990754 and 7009756 made some changes which broke Zero
Mon, 21 Feb 2011 20:44:57 +0100 Thomas Wuerthinger More changes to make it compile and work on win64.
Mon, 21 Feb 2011 19:17:33 +0100 Thomas Wuerthinger Merge.
Tue, 01 Feb 2011 14:05:46 +0100 brutisso 6789220: CMS: intermittent timeout running nsk/regression/b4796926
Wed, 16 Feb 2011 13:47:20 +0100 Thomas Wuerthinger Merge.