log

age author description
Mon, 25 Jul 2016 14:40:38 -0700 asaha Added tag jdk8u112-b04 for changeset c171546c49b5
Tue, 19 Jul 2016 15:39:34 -0700 asaha Added tag jdk8u112-b03 for changeset f2f59d888427 jdk8u112-b04
Thu, 14 Jul 2016 12:13:21 -0700 asaha Merge jdk8u112-b03
Tue, 05 Jul 2016 15:18:38 -0700 asaha Merge
Wed, 13 Jul 2016 00:47:40 -0700 kevinw Merge
Wed, 06 Jul 2016 17:06:08 +0300 avorobye 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
Tue, 12 Jul 2016 22:31:57 +0000 poonam 8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
Fri, 08 Jul 2016 13:59:32 +0100 robm Merge
Thu, 30 Jun 2016 17:28:39 +0300 vkempik 8158871: Long response times with G1 and StringDeduplication
Mon, 27 Jun 2016 11:27:57 +0000 shshahma 8156836: SIGSEGV: Test test/compiler/jsr292/VMAnonymousClasses.java fails with JTREG 4.2 b02
Mon, 27 Jun 2016 08:10:51 +0200 thartmann 8160122: Backport of JDK-8159244 used wrong version of the JDK 9 fix
Mon, 04 Jul 2016 14:29:23 -0700 asaha Added tag jdk8u112-b02 for changeset f22b5be95347
Sat, 25 Jun 2016 20:03:17 +0100 robm Merge jdk8u112-b02
Fri, 24 Jun 2016 22:09:08 +0300 bmoloden 8151722: TESTBUG: New test compiler/native/TestDirtyInt.sh should be modified
Tue, 14 Jun 2016 19:48:30 +0200 simonis 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
Wed, 22 Jun 2016 13:46:47 +0000 shshahma 8158373: SIGSEGV: Metadata::mark_on_stack
Tue, 26 Apr 2016 23:29:51 +0530 shshahma 8147026: Convert an assert in ClassLoaderData to a guarantee
Mon, 20 Jun 2016 08:04:04 +0200 thartmann 8159244: Partially initialized string object created by C2's string concat optimization may escape
Tue, 21 Jun 2016 10:13:54 -0700 asaha Added tag jdk8u112-b01 for changeset cf1faa9100dd
Tue, 10 Jun 2014 23:18:25 +0400 shshahma 8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments jdk8u112-b01
Fri, 10 Jun 2016 15:34:32 +0530 shshahma 8147451: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
Mon, 30 May 2016 15:24:37 +0530 csahu 8054326: Confusing message in "Current rem set statistics"
Wed, 01 Jun 2016 13:36:42 +0200 robilad 8154469: Update FSF address
Tue, 24 May 2016 17:49:06 +0530 csahu 8063086: Math.pow yields different results upon repeated calls
Wed, 18 May 2016 11:06:00 +0200 aeriksso 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
Tue, 24 May 2016 18:42:01 +0300 vlivanov 8154831: CastII/ConvI2L for a range check is prematurely eliminated
Mon, 25 Apr 2016 11:36:14 +0200 stefank 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
Thu, 23 Apr 2015 18:00:50 +0200 stuefe 8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux)
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.
Fri, 27 Jan 2017 11:29:16 +0100 Christian Haeubl Replaced Array.get(...) with manually inlined code.
Thu, 26 Jan 2017 13:02:37 +0100 Doug Simon removed HotSpotResolvedJavaFieldImpl.name field
Wed, 25 Jan 2017 16:39:01 +0100 Doug Simon remove assertion made invalid due to removal of field caching
Wed, 25 Jan 2017 03:21:56 +0100 Thomas Wuerthinger Fix footprint issue in HotSpotResolvedObjectTypeImpl by reducing use of java.util.HashMap.
Tue, 24 Jan 2017 13:03:27 +0100 Doug Simon add ResolvedJavaMethod.hasNeverInlineDirective (JDK-8172733)
Mon, 23 Jan 2017 15:50:05 -0800 Tom Rodriguez Restore extra level of weakness in the ResolvedJavaType cache
Mon, 23 Jan 2017 12:12:16 -0800 Tom Rodriguez 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
Fri, 30 Dec 2016 04:10:18 -0500 Stefan Anzinger Fix build for Linux/SPARC
Mon, 05 Dec 2016 16:30:33 +0100 Gilles Duboscq No need for ObjectMonitor::_succ, allow EmitSync=2|8 in combination with inline bias-locking
Mon, 05 Dec 2016 11:44:02 +0100 Doug Simon added HotSpotResolvedObjectType.getFingerprint
Fri, 02 Dec 2016 15:04:11 +0100 Gilles Duboscq Export more fields of ObjectMonitor in vmStructs
Fri, 02 Dec 2016 15:02:35 +0100 Gilles Duboscq Make sure slow_path_entry_count_addr stats are collected in all builds
Fri, 02 Dec 2016 12:53:58 +0100 Gilles Duboscq Update and fix JDK version checks
Tue, 22 Nov 2016 23:04:56 +0100 Doug Simon Added tag jvmci-0.23 for changeset 342cab081103
Tue, 22 Nov 2016 10:43:15 -0800 Tom Rodriguez Merge jvmci-0.23
Tue, 22 Nov 2016 10:42:55 -0800 Tom Rodriguez Add JVMCI vmStructs entries for new BigInteger intrinsics
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14