log

age author description
Tue, 18 Oct 2016 14:30:55 +0200 Doug Simon Added tag jvmci-0.22 for changeset 5cf445d2acf6
Tue, 11 Oct 2016 22:13:23 +0200 Doug Simon Exported elements referring to inaccessible types in jdk.vm.ci (JDK-8167180) jvmci-0.22
Fri, 07 Oct 2016 16:18:19 +0200 Doug Simon JVMCI re-initialization check is in the wrong location (JDK-8167353)
Wed, 05 Oct 2016 22:07:45 +0200 Doug Simon renamed JVMCIPrintSystemProperties to JVMCIPrintProperties
Wed, 05 Oct 2016 11:38:45 -0700 Tom Rodriguez Sync with JDK9 MDO changes
Wed, 05 Oct 2016 17:30:21 +0200 Doug Simon recast "JVMCI flags" language to "JVMCI system properties"
Wed, 05 Oct 2016 16:28:05 +0200 Doug Simon removed redundancy in header of JVMCI system property listing
Wed, 05 Oct 2016 13:58:15 +0200 Doug Simon renamed JVMCIPrintFlags to JVMCIPrintSystemProperties
Wed, 05 Oct 2016 10:19:36 +0200 Doug Simon do not exit on -XX:+JVMCIPrintFlags or -Djvmci.PrintConfig
Tue, 04 Oct 2016 22:14:32 +0200 Doug Simon added -XX:+JVMCIPrintFlags to support printing of JVMCI flags without having to know how to trigger JVMCI initialization
Tue, 04 Oct 2016 22:02:07 +0200 Doug Simon use VM.getSavedProperty instead of System.getProperty for "java.home"
Tue, 04 Oct 2016 21:58:49 +0200 Doug Simon move MethodProfileWidth to jvmci_globals.hpp (JDK-8163864)
Mon, 03 Oct 2016 17:54:28 +0000 rschatz 8166781: fix wrong comment in ReceiverTypeData
Fri, 30 Sep 2016 12:22:05 +0200 Gilles Duboscq Fix allocation of trap history (was lost in a merge)
Thu, 29 Sep 2016 09:56:48 -0700 Tom Rodriguez Synchronize with JDK9 printing differences in jvmciCodeInstaller
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
Tue, 23 Aug 2016 22:58:50 +0200 Doug Simon include VarHandle in signature polymorphic method test (JDK-8164214)
Tue, 23 Aug 2016 22:46:08 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers (JDK-8164358)
Fri, 12 Aug 2016 11:12:12 +0200 Roland Schatz Added tag jvmci-0.19 for changeset 1140503536ae
Fri, 12 Aug 2016 11:07:39 +0200 Roland Schatz Backport style fixes and comments from jdk9. jvmci-0.19
Thu, 11 Aug 2016 15:30:10 +0200 Roland Schatz Add missing AMD64 feature flags from jdk9.
Thu, 11 Aug 2016 15:53:05 +0200 Roland Schatz Backport method renames from jdk9.
Thu, 04 Aug 2016 18:08:19 +0200 Doug Simon Added tag jvmci-0.18 for changeset 2e17c65dddd7
Thu, 04 Aug 2016 18:07:20 +0200 Doug Simon 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) jvmci-0.18
Tue, 02 Aug 2016 17:25:40 -0700 Tom Rodriguez Fix exception when printing BytecodeFrame in test
Tue, 02 Aug 2016 17:12:16 -0700 never 8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
Tue, 02 Aug 2016 17:18:09 -0700 Tom Rodriguez Add a vframe_id to jvmtiDeferredLocalVariable to properly track vframe identity
Fri, 29 Jul 2016 08:47:59 -0700 Tom Rodriguez CompilerToVM::Data should be declared in vmstructs
Mon, 25 Jul 2016 09:30:56 -0700 Tom Rodriguez 8161292: [JVMCI] missing test files from 8159368 (incorrect native calling convention for windows)
Fri, 15 Jul 2016 09:38:27 -0700 Tom Rodriguez Fixed vtable size computation in HotSpotVMConfig and add test
Mon, 11 Jul 2016 12:11:36 +0000 Stefan Anzinger Added tag jvmci-0.18 for changeset 4a61c3e64ab4