log

age author description
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)