log

age author description
Thu, 29 Sep 2016 18:31:34 +0200 Aleksandar Prokopec Fix printing of nested method classes in MetaUtil, and ensure they do not throw.
Thu, 29 Sep 2016 12:04:27 +0200 Doug Simon improved documentation of BytecodePosition API
Thu, 29 Sep 2016 10:01:23 +0200 Doug Simon Added tag jvmci-0.21 for changeset be0d95e99204
Thu, 29 Sep 2016 09:57:56 +0200 Doug Simon illegal bci in BytecodePosition causes IllegalArgumentException jvmci-0.21
Wed, 28 Sep 2016 16:39:44 -0700 Tom Rodriguez Record metadata_Relocations for metadata references
Wed, 28 Sep 2016 19:27:23 +0200 Doug Simon Added tag jvmci-0.21 for changeset c64c9fac1ab9
Wed, 28 Sep 2016 09:22:23 -0700 Tom Rodriguez Expose decompile counts in MDO
Wed, 28 Sep 2016 14:01:41 +0200 Doug Simon Added tag jvmci-0.21 for changeset bf2d00fc162b
Wed, 28 Sep 2016 12:37:43 +0200 David Leopoldseder jvmci_globals: comment flag
Mon, 26 Sep 2016 13:54:28 -0700 Tom Rodriguez Reduce the size of the deopt entry points in the interpreter
Fri, 23 Sep 2016 17:54:00 +0200 David Leopoldseder jvmci_globals: add missing argument
Fri, 23 Sep 2016 16:33:12 +0200 David Leopoldseder move jvmci flag handling to JVMCIGlobals
Thu, 22 Sep 2016 13:15:59 -0700 Tom Rodriguez C1 profiling of statically bindable method should mimic the interpreter
Wed, 21 Sep 2016 20:15:14 -0700 Tom Rodriguez Try to load the MDO on return from frequency_counter_overflow
Wed, 21 Sep 2016 20:14:12 -0700 Tom Rodriguez Fix logic for printing HotSpotMethodData
Wed, 21 Sep 2016 20:08:53 -0700 Tom Rodriguez Disallow too large bci in BytecodePosition
Wed, 21 Sep 2016 19:37:02 -0700 Tom Rodriguez Bring over missing null check from JDK9
Mon, 19 Sep 2016 15:47:00 +0200 Doug Simon Added tag jvmci-0.21 for changeset f6de9aff9991
Wed, 14 Sep 2016 17:39:25 +0200 David Leopoldseder set default options for jvmci
Thu, 08 Sep 2016 15:13:28 +0200 Doug Simon convert HotSpotModifiers from interface to class
Thu, 08 Sep 2016 15:06:36 +0200 Doug Simon replace use of vm_abort with vm_exit
Wed, 07 Sep 2016 16:45:44 +0200 Doug Simon restore API - backward compatibilty support for Graal
Wed, 07 Sep 2016 15:17:13 +0200 Doug Simon remove uses of setAccessible (JDK-8165434)
Wed, 07 Sep 2016 11:22:05 +0200 Roland Schatz Build flags for gcc 6 compatibility.
Thu, 23 Jun 2016 16:46:41 -0400 kbarrett 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
Fri, 26 Aug 2016 13:37:53 -0700 gdub 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
Fri, 26 Aug 2016 17:49:18 +0200 Doug Simon backport of JDK-8164480
Wed, 24 Aug 2016 22:31:34 +0200 Doug Simon Added tag jvmci-0.20 for changeset a67f4d28935f
Wed, 24 Aug 2016 14:35:44 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers - part 2 (JDK-8164358) jvmci-0.20
Tue, 23 Aug 2016 23:42:00 +0200 Doug Simon fixed findbugs issue