log src/share/vm/graal/graalCompiler.cpp @ 20074:a7ee2e1f0d4e

age author description
Wed, 25 Mar 2015 11:47:49 -0700 Tom Rodriguez Support CTW in product for graal
Tue, 17 Mar 2015 19:21:57 -0700 Tom Rodriguez Experimentally disallow Graal compiling itself in tiered
Tue, 10 Mar 2015 20:32:04 -0700 twisti Bootstrap might exit early in debug JVM
Thu, 12 Feb 2015 16:54:12 +0100 Doug Simon only record method dependencies if JVMTI hotswapping or breakpointing is enabled
Thu, 04 Dec 2014 13:42:56 +0100 Doug Simon made initialization of the Graal class loader and well known Graal classes lazy
Mon, 27 Oct 2014 13:37:06 -0700 Tom Rodriguez Report code install timer in hosted mode
Tue, 21 Oct 2014 16:43:14 +0200 Bernhard Urban graalCompiler: remove unnecessary HandleMark.
Tue, 21 Oct 2014 10:17:06 +0200 Bernhard Urban hotspot/graal: simplify CTW logic. now, the following configurations are supported:
Fri, 17 Oct 2014 13:33:31 +0200 Bernhard Urban graal/hotspot: fix memleak
Fri, 17 Oct 2014 11:59:55 +0200 Bernhard Urban graalCompiler: fix bootstrap with CTW (regression caused by jdk8-8041959)
Wed, 15 Oct 2014 20:34:55 +0200 Gilles Duboscq Fix some format strings
Wed, 08 Oct 2014 11:44:00 -0700 Tom Rodriguez Track code installation time
Fri, 05 Sep 2014 11:50:52 +0200 Doug Simon enable CompileTheWorld in non-hosted mode
Tue, 08 Jul 2014 21:38:21 +0200 Doug Simon added CHECK macros in uses of SymbolTable::new_symbol; added CHECK_ABORT macros for TRAPS functions that must abort the VM if they throw an exception
Thu, 03 Jul 2014 23:28:35 +0200 Doug Simon removed (Java based) CompilationQueue