log

age author description
Tue, 17 May 2016 02:44:58 +0000 dbuck 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
Fri, 06 May 2016 13:49:45 +0100 robm Merge
Thu, 05 May 2016 13:28:49 +0100 robm 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
Tue, 26 Apr 2016 02:49:59 +0100 aph 8154210: Zero: Better byte behaviour
Mon, 25 Apr 2016 21:03:53 +0000 kevinw Merge
Thu, 21 Apr 2016 16:19:33 +0300 vkempik 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
Tue, 26 Apr 2016 13:28:35 -0700 asaha Added tag jdk8u112-b00 for changeset b09a69142dd3
Tue, 07 Feb 2017 17:58:13 +0100 Doug Simon sync with JDK9 changes
Sat, 04 Feb 2017 15:24:10 +0100 Doug Simon use raw method name symbol for isConstructor and isClassInitializer
Fri, 03 Feb 2017 21:08:05 +0100 Doug Simon 8173912: [JVMCI] fix memory overhead of JVMCI
Fri, 03 Feb 2017 08:17:35 +0100 thartmann 8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
Thu, 02 Feb 2017 23:58:25 +0100 Doug Simon [GR-2538] reduced memory overhead of HotSpotVMConfigStore
Tue, 31 Jan 2017 22:59:16 +0100 Doug Simon removed duplicate registration of StubRoutines::_multiplyToLen in vmstructs
Tue, 31 Jan 2017 16:44:20 +0100 Doug Simon lazily cache the name of a HotSpotResolvedJavaMethodImpl
Mon, 30 Jan 2017 09:59:50 +0100 Christian Haeubl Use direct memory access when checking for a leaf class.