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
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
Mon, 04 Jul 2016 10:19:49 +0200 Doug Simon Added tag jvmci-0.17 for changeset 5595ab8ba8bd
Mon, 04 Jul 2016 10:19:42 +0200 Doug Simon documented DummyCompilerFactory jvmci-0.17
Sun, 03 Jul 2016 00:13:33 +0200 Doug Simon Added tag jvmci-0.17 for changeset 3db9e47b477a
Sun, 03 Jul 2016 00:13:22 +0200 Doug Simon simplified JVMCI compiler auto selection (JDK-8160730)
Sat, 02 Jul 2016 01:00:54 +0200 Doug Simon Added tag jvmci-0.17 for changeset c61554b3f6df
Sat, 02 Jul 2016 01:00:12 +0200 Doug Simon compiler selection should work without -Djvmci.Compiler (JDK-8160730)
Sat, 02 Jul 2016 00:48:02 +0200 Doug Simon update required mx version
Fri, 01 Jul 2016 21:21:42 +0200 Doug Simon fixed checkstyle issues
Thu, 30 Jun 2016 22:08:57 +0200 Doug Simon need to be able to copy internal arrays from LocalVariableTable and LineNumberTable (JDK-8160647)
Thu, 30 Jun 2016 22:07:57 +0200 Doug Simon removed jdk.vm.ci.hotspot.HotSpotMethodDataAccessor.Tag (JDK-8159613)
Fri, 01 Jul 2016 13:31:04 -0700 Tom Rodriguez Added tag jvmci-0.17 for changeset 3d3f2a5699e6
Fri, 01 Jul 2016 13:17:25 -0700 Tom Rodriguez Update Assembler::locate_operand from JDK9
Thu, 23 Jun 2016 09:18:05 -0700 Tom Rodriguez Add IllegalValueKind.toString
Thu, 23 Jun 2016 17:06:24 +0200 Roland Schatz Added tag jvmci-0.16 for changeset 66059526b021
Thu, 23 Jun 2016 16:49:32 +0200 Roland Schatz 8160177: [JVMCI] race condition in HotSpotMemoryAccessProviderImpl.verifyReadRawObject jvmci-0.16