log

age author description
Tue, 15 Mar 2016 17:39:56 -0700 poonam 8133023: ParallelGCThreads is not calculated correctly
Tue, 29 Mar 2016 13:25:38 -0700 asaha Added tag jdk8u102-b01 for changeset 516a64e6d7c2
Wed, 23 Mar 2016 15:16:55 -0700 asaha Merge jdk8u102-b01
Tue, 22 Mar 2016 12:00:06 -0700 asaha Merge
Wed, 23 Mar 2016 14:58:31 -0700 asaha Merge
Wed, 23 Mar 2016 12:20:19 -0700 asaha Added tag jdk8u102-b00 for changeset d6c92b9e192e
Wed, 09 Mar 2016 19:51:23 +0300 vkempik 8151522: Disable 8130150 and 8081778 intrinsics by default
Fri, 04 Mar 2016 16:15:48 +0300 vkempik 8130150: Implement BigInteger.montgomeryMultiply intrinsic
Fri, 04 Mar 2016 16:40:30 +0100 aeriksso 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
Tue, 01 Mar 2016 12:50:37 +0530 csahu 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Thu, 18 Feb 2016 16:15:28 +0100 aeriksso 8149743: JVM crash after debugger hotswap with lambdas
Fri, 22 Aug 2014 14:21:41 -0700 ctornqvi 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
Mon, 29 Feb 2016 16:08:11 +0100 roland 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Thu, 11 Feb 2016 12:42:12 +0100 roland 8149543: range check CastII nodes should not be split through Phi
Wed, 03 Feb 2016 10:58:50 +0100 roland 8147645: get_ctrl_no_update() code is wrong
Thu, 18 Feb 2016 20:30:45 +0000 dbuck 8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
Wed, 17 Feb 2016 13:42:03 +0000 poonam Merge
Tue, 16 Feb 2016 21:42:29 +0000 poonam 8072725: Provide more granular levels for GC verification
Wed, 17 Feb 2016 13:40:12 +0300 igerasim 8081778: Use Intel x64 CPU instructions for RSA acceleration
Tue, 16 Feb 2016 13:56:12 +0000 poonam Merge
Mon, 08 Feb 2016 15:46:25 +0530 kevinw 8144957: Remove PICL warning message
Tue, 16 Feb 2016 08:11:33 +0100 thartmann 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Fri, 18 Dec 2015 08:55:47 +0100 sgehwolf 6425769: Allow specifying an address to bind JMX remote connector
Fri, 12 Feb 2016 19:11:29 +0000 robm Merge
Fri, 12 Feb 2016 18:15:57 +0300 kshefov 8059661: Test SoftReference and OOM behavior
Fri, 05 Feb 2016 09:28:57 -0800 asaha Merge
Mon, 01 Feb 2016 16:28:45 -0800 asaha Merge
Fri, 05 Feb 2016 13:53:16 +0000 robm Merge
Wed, 03 Feb 2016 19:13:31 +0300 dfazunen 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
Tue, 02 Feb 2016 11:44:20 +0300 shade 8059677: Thread.getName() instantiates Strings
Mon, 01 Feb 2016 13:19:14 -0800 poonam 8145442: Add the facility to verify remembered sets for G1
Thu, 28 Jan 2016 09:41:33 +0000 csahu 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
Wed, 27 Jan 2016 09:02:51 +0100 thartmann 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
Mon, 25 Jan 2016 15:46:56 -0800 asaha Added tag jdk8u82-b00 for changeset d6c92b9e192e
Tue, 22 Nov 2016 09:03:39 -0800 Tom Rodriguez add missing from ttyLocker from JDK9
Tue, 22 Nov 2016 09:01:23 -0800 Tom Rodriguez [JVMCI] bootstrap shouldn't terminate before the first compile completes
Tue, 22 Nov 2016 12:15:30 +0100 Doug Simon Added tag jvmci-0.23 for changeset bf96b9e10583
Tue, 22 Nov 2016 11:40:31 +0100 Doug Simon sync with JDK9 changes
Tue, 22 Nov 2016 11:34:29 +0100 Doug Simon ResolvedJavaMethod.getParameterAnnotations cannot return null
Wed, 09 Nov 2016 14:41:57 -0800 Tom Rodriguez Remove duplicate StubRoutines from VMStructs
Wed, 09 Nov 2016 13:54:18 -0800 Tom Rodriguez Expose missing StubRoutines
Mon, 07 Nov 2016 17:15:18 +0100 Doug Simon incomplete API to MethodParameters attribute (JDK-8169331)
Fri, 04 Nov 2016 14:22:47 +0100 Doug Simon use MethodParameters attribute instead of depending on -g option for sanity checks (JDK-8168915)
Fri, 04 Nov 2016 14:18:01 +0100 Doug Simon Performance problem with System.identityHashCode in client compiler (JDK-6378526)
Wed, 19 Oct 2016 20:22:48 +0200 Doug Simon -XX:+JVMCIPrintProperties should exit after printing (JDK-8168295)
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