log src/share/vm/graal/graalEnv.cpp @ 19595:b6beb2161e7a

age author description
Wed, 18 Feb 2015 21:55:31 +0100 Doug Simon moved creation of String for detailed dependency failure message outside of no safepoint region
Tue, 17 Feb 2015 14:49:05 +0100 Doug Simon provide more detail when Graal code installation fails due to a failed dependency check
Thu, 12 Feb 2015 16:54:12 +0100 Doug Simon only record method dependencies if JVMTI hotswapping or breakpointing is enabled
Fri, 23 Jan 2015 10:54:21 +0100 Doug Simon removed GPU code
Tue, 16 Dec 2014 10:20:43 -0800 Tom Rodriguez Only log dependencies if LogCompilation is on
Fri, 31 Oct 2014 12:20:56 -0700 Tom Rodriguez Record compilation dependencies with +LogCompilation
Wed, 16 Apr 2014 18:20:00 +0200 Thomas Wuerthinger Fix regression when accessing a Graal installed code object.
Thu, 13 Mar 2014 15:36:30 +0100 Doug Simon Made graph caching compilation local
Thu, 06 Mar 2014 17:11:39 -0800 Tom Rodriguez enable C1 + Graal tiered
Thu, 12 Dec 2013 15:13:02 +0100 Gilles Duboscq Add a speculation oop for uncommon trap deoptimization. Save it in the SpeculationLog during deoptimization.
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Sun, 10 Nov 2013 13:18:09 +0100 Doug Simon more HSAIL support in the C++ layer for executing HSAIL code on the simulator
Sat, 29 Jun 2013 21:29:34 -0400 Morris Meyer PTX kernel execution - no args or return value
Wed, 19 Jun 2013 15:37:32 +0200 Doug Simon merge fixes
Mon, 13 May 2013 18:19:43 +0200 Doug Simon added subclasses for HotSpotInstalledCode: HotSpotNmethod and HotSpotRuntimeStub