log src/share/vm/graal/graalCompilerToVM.cpp @ 21119:294ed4ce1fa0

age author description
Fri, 24 Apr 2015 17:27:32 +0200 Gilles Duboscq PrintStreamOption: also forward flushes to the VM
Sat, 11 Apr 2015 00:15:55 -0700 Christian Wimmer Consistently use JNIHandles::make_local with THREAD parameter
Wed, 08 Apr 2015 11:07:01 +0200 Gilles Duboscq Fix merge
Tue, 07 Apr 2015 12:21:08 +0200 Doug Simon rename CompilerToVM.readUnsafeOop to readUncompressedOop and only use it for reading oops in VM data structures since Unsafe.getObject() can be used for other cases
Tue, 17 Feb 2015 17:05:04 +0100 Thomas Wuerthinger Another fix in the cpp part.
Tue, 17 Feb 2015 16:51:36 +0100 Thomas Wuerthinger Fix cpp code.
Tue, 17 Feb 2015 16:32:47 +0100 Thomas Wuerthinger Do not eagerly resolve types in lookupType.
Fri, 23 Jan 2015 10:54:21 +0100 Doug Simon removed GPU code
Thu, 18 Dec 2014 15:31:12 +0100 Roland Schatz Generalize object reading in HotSpotMemoryAccessProvider.
Mon, 03 Nov 2014 16:08:06 +0100 Doug Simon converted HotSpotResolvedJavaMethod to an interface
Fri, 24 Oct 2014 12:45:27 -0700 Tom Rodriguez Use arrayOop subclasses in graalJavaAccess
Tue, 21 Oct 2014 10:28:43 +0200 Gilles Duboscq MethodData::initialize: remove unused argument
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, 11 Jul 2014 13:47:47 +0200 Doug Simon made type resolution require an accessing class context