Tue, 17 Apr 2018 15:25:13 +0200 Merge
jwilhelm [Tue, 17 Apr 2018 15:25:13 +0200] rev 49762
Merge
Fri, 13 Apr 2018 14:06:39 +0200 Merge
jwilhelm [Fri, 13 Apr 2018 14:06:39 +0200] rev 49761
Merge
Thu, 12 Apr 2018 23:10:19 +0200 8201442: objArrayOopDesc::atomic_compare_exchange_oop() must use obj+offset in HeapAccess call
rkennke [Thu, 12 Apr 2018 23:10:19 +0200] rev 49760
8201442: objArrayOopDesc::atomic_compare_exchange_oop() must use obj+offset in HeapAccess call Reviewed-by: shade, eosterlund
Thu, 12 Apr 2018 15:50:03 -0400 8201450: Provide access to LogHandle tagset
kbarrett [Thu, 12 Apr 2018 15:50:03 -0400] rev 49759
8201450: Provide access to LogHandle tagset Summary: Added LogHandle::tagset function. Reviewed-by: stefank
Thu, 12 Apr 2018 14:56:27 -0400 8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
aharlap [Thu, 12 Apr 2018 14:56:27 -0400] rev 49758
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList Summary: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList until JDK-8081652 is resolved Reviewed-by: tschatzl
Wed, 11 Apr 2018 14:49:06 +0200 8201430: [TESTBUG] Remove script from runtime/6626217
goetz [Wed, 11 Apr 2018 14:49:06 +0200] rev 49757
8201430: [TESTBUG] Remove script from runtime/6626217 Reviewed-by: dholmes, mdoerr
Thu, 12 Apr 2018 09:03:46 -0400 8200374: Add ThreadsSMRSupport::verify_hazard_pointer_scanned() to verify threads_do().
dcubed [Thu, 12 Apr 2018 09:03:46 -0400] rev 49756
8200374: Add ThreadsSMRSupport::verify_hazard_pointer_scanned() to verify threads_do(). Summary: Add verification for the threads_do() part of the Thread-SMR protocol. Reviewed-by: eosterlund, dholmes, rehn
Thu, 12 Apr 2018 14:27:23 +0200 8201480: ISA/CPU feature detection code crashes on linux-sparc
glaubitz [Thu, 12 Apr 2018 14:27:23 +0200] rev 49755
8201480: ISA/CPU feature detection code crashes on linux-sparc Reviewed-by: dholmes, shade, stuefe
Thu, 12 Apr 2018 11:22:24 +0200 8201362: Remove CollectedHeap::barrier_set()
pliden [Thu, 12 Apr 2018 11:22:24 +0200] rev 49754
8201362: Remove CollectedHeap::barrier_set() Reviewed-by: shade, rkennke
Thu, 12 Apr 2018 11:05:42 +0200 8201475: 8199417 breaks AIX and non-pch on s390 (and presumably aarch64)
stuefe [Thu, 12 Apr 2018 11:05:42 +0200] rev 49753
8201475: 8199417 breaks AIX and non-pch on s390 (and presumably aarch64) Reviewed-by: eosterlund, shade, mdoerr
Thu, 12 Apr 2018 08:25:56 +0200 8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
pliden [Thu, 12 Apr 2018 08:25:56 +0200] rev 49752
8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread Reviewed-by: shade, rehn
Thu, 12 Apr 2018 08:25:30 +0200 8201316: Move G1-related static members from JavaThread to G1BarrierSet
pliden [Thu, 12 Apr 2018 08:25:30 +0200] rev 49751
8201316: Move G1-related static members from JavaThread to G1BarrierSet Reviewed-by: stefank, shade
Wed, 28 Mar 2018 22:03:57 +0200 8200384: jcmd help output should be sorted
stuefe [Wed, 28 Mar 2018 22:03:57 +0200] rev 49750
8200384: jcmd help output should be sorted Reviewed-by: sspitsyn, clanger
Wed, 11 Apr 2018 20:56:56 +0300 8189101: AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
dpochepk [Wed, 11 Apr 2018 20:56:56 +0300] rev 49749
8189101: AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally Reviewed-by: shade, dholmes Contributed-by: boris.ulasevich@bell-sw.com
Wed, 11 Apr 2018 16:07:42 +0200 8199417: Modularize interpreter GC barriers
eosterlund [Wed, 11 Apr 2018 16:07:42 +0200] rev 49748
8199417: Modularize interpreter GC barriers Reviewed-by: coleenp, rkennke
Wed, 11 Apr 2018 10:05:02 -0400 8201265: Native memory leak in ClassLoader::add_to_exploded_build_list
hseigel [Wed, 11 Apr 2018 10:05:02 -0400] rev 49747
8201265: Native memory leak in ClassLoader::add_to_exploded_build_list Summary: Allocate from temporary thread local memory instead of C heap memory. Reviewed-by: coleenp, dholmes, lfoltan
Wed, 11 Apr 2018 13:52:23 +0200 8201427: Fix Minimal VM builds on Linux x64
stefank [Wed, 11 Apr 2018 13:52:23 +0200] rev 49746
8201427: Fix Minimal VM builds on Linux x64 Reviewed-by: shade
Wed, 11 Apr 2018 13:51:33 +0200 8201370: GC specific data is referred from common precompiled headers and defNewGeneration.cpp
stefank [Wed, 11 Apr 2018 13:51:33 +0200] rev 49745
8201370: GC specific data is referred from common precompiled headers and defNewGeneration.cpp Reviewed-by: stefank, shade, dholmes Contributed-by: boris.ulasevich@bell-sw.com
Wed, 11 Apr 2018 11:41:30 +0200 8200233: Simple G1 evacuation path performance enhancements
tschatzl [Wed, 11 Apr 2018 11:41:30 +0200] rev 49744
8200233: Simple G1 evacuation path performance enhancements Summary: Implement some minor performance optimizations in the evacuation path including changing some stores to be OOP_NOT_NULL, specializing the compressed/uncompressed oops path and delay some load of the current heapregion until absolutely necessary. Reviewed-by: kbarrett, sjohanss
Wed, 11 Apr 2018 11:37:19 +0200 8201365: Remove G1Policy::should_process_references()
tschatzl [Wed, 11 Apr 2018 11:37:19 +0200] rev 49743
8201365: Remove G1Policy::should_process_references() Reviewed-by: shade
Wed, 11 Apr 2018 09:47:41 +0200 8201247: Various cleanups in the attach framework
clanger [Wed, 11 Apr 2018 09:47:41 +0200] rev 49742
8201247: Various cleanups in the attach framework Reviewed-by: goetz, cjplummer
Wed, 11 Apr 2018 08:18:13 +0200 8200228: Change default value of HeapSizePerGCThread
sjohanss [Wed, 11 Apr 2018 08:18:13 +0200] rev 49741
8200228: Change default value of HeapSizePerGCThread Reviewed-by: tschatzl, shade, jwilhelm
Tue, 10 Apr 2018 15:33:11 -0700 8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state"
amenkov [Tue, 10 Apr 2018 15:33:11 -0700] rev 49740
8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state" Reviewed-by: sspitsyn, cjplummer
Tue, 10 Apr 2018 11:43:40 -0700 8194812: Extend class-data sharing to support the module path
ccheung [Tue, 10 Apr 2018 11:43:40 -0700] rev 49739
8194812: Extend class-data sharing to support the module path 8199360: Rework the support for the 'ignored' module options in CDS Reviewed-by: jiangli, lfoltan, iklam, mseledtsov
Tue, 10 Apr 2018 10:06:42 -0400 8198313: Wrap holder object for ClassLoaderData in a WeakHandle
coleenp [Tue, 10 Apr 2018 10:06:42 -0400] rev 49738
8198313: Wrap holder object for ClassLoaderData in a WeakHandle Summary: Use WeakHandle for ClassLoaderData::_holder so that is_alive closure is not needed Reviewed-by: rehn, kbarrett
Tue, 10 Apr 2018 08:15:40 -0400 8201321: NMT: Unnecessary re-recording thread stack and size when attaching listener to JavaThread
zgu [Tue, 10 Apr 2018 08:15:40 -0400] rev 49737
8201321: NMT: Unnecessary re-recording thread stack and size when attaching listener to JavaThread Summary: Replaced recoding thread stack and size with assertion Reviewed-by: dholmes, coleenp
Tue, 10 Apr 2018 08:13:06 -0400 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
ctornqvi [Tue, 10 Apr 2018 08:13:06 -0400] rev 49736
8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime Reviewed-by: lfoltan, mseledtsov, mikael
Tue, 10 Apr 2018 12:21:58 +0200 8201217: Split specialized_oop_closures.hpp into GC specific files
stefank [Tue, 10 Apr 2018 12:21:58 +0200] rev 49735
8201217: Split specialized_oop_closures.hpp into GC specific files Reviewed-by: sjohanss, eosterlund
Tue, 10 Apr 2018 12:21:05 +0200 8201244: Clean out unnecessary includes of heap headers
stefank [Tue, 10 Apr 2018 12:21:05 +0200] rev 49734
8201244: Clean out unnecessary includes of heap headers Reviewed-by: coleenp, shade
Tue, 10 Apr 2018 12:20:00 +0200 8201209: Separate out CMS specific functions into CMSCardTable
stefank [Tue, 10 Apr 2018 12:20:00 +0200] rev 49733
8201209: Separate out CMS specific functions into CMSCardTable Reviewed-by: eosterlund, sjohanss
Tue, 10 Apr 2018 12:18:42 +0200 8201175: Move FilteringClosure::do_oop to genOopClosures
stefank [Tue, 10 Apr 2018 12:18:42 +0200] rev 49732
8201175: Move FilteringClosure::do_oop to genOopClosures Reviewed-by: tschatzl, sjohanss
Tue, 10 Apr 2018 12:17:16 +0200 8201168: Move GC command line constraint functions to GC specific files
stefank [Tue, 10 Apr 2018 12:17:16 +0200] rev 49731
8201168: Move GC command line constraint functions to GC specific files Reviewed-by: gziemski, sjohanss
Tue, 10 Apr 2018 12:15:07 +0200 8200759: Move GC entries in vmStructs.cpp to GC specific files
stefank [Tue, 10 Apr 2018 12:15:07 +0200] rev 49730
8200759: Move GC entries in vmStructs.cpp to GC specific files Reviewed-by: sjohanss, shade
Tue, 10 Apr 2018 12:12:43 +0200 8201359: Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers)
shade [Tue, 10 Apr 2018 12:12:43 +0200] rev 49729
8201359: Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers) Reviewed-by: stefank, dholmes
Thu, 05 Apr 2018 20:09:33 -0400 8201218: PPC64: Avoid use of yield instruction on spinlock
gromero [Thu, 05 Apr 2018 20:09:33 -0400] rev 49728
8201218: PPC64: Avoid use of yield instruction on spinlock Reviewed-by: mdoerr, goetz
Tue, 10 Apr 2018 09:12:23 +0200 8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
tschatzl [Tue, 10 Apr 2018 09:12:23 +0200] rev 49727
8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap Summary: Also clear marks on prev bitmap on eager reclaim Reviewed-by: sangheki, sjohanss
Mon, 09 Apr 2018 10:09:38 +0200 8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
rwestberg [Mon, 09 Apr 2018 10:09:38 +0200] rev 49726
8199736: Define WIN32_LEAN_AND_MEAN before including windows.h Reviewed-by: erikj, ihse, kbarrett, dholmes
Mon, 09 Apr 2018 20:36:04 -0400 8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
kbarrett [Mon, 09 Apr 2018 20:36:04 -0400] rev 49725
8200550: Xcode 9.3 produce warning -Wexpansion-to-defined Summary: Removed problem macros. Reviewed-by: tschatzl, dholmes, coleenp
Mon, 09 Apr 2018 18:43:40 +0300 8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays
dpochepk [Mon, 09 Apr 2018 18:43:40 +0300] rev 49724
8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays Reviewed-by: dsamersoff
Mon, 09 Apr 2018 18:40:20 +0300 8201185: AARCH64: bfm instruction encoding hits assert on zero register
dpochepk [Mon, 09 Apr 2018 18:40:20 +0300] rev 49723
8201185: AARCH64: bfm instruction encoding hits assert on zero register Reviewed-by: dsamersoff
Thu, 05 Apr 2018 10:54:53 +0200 8199735: Mark word updates need to use Access API
rkennke [Thu, 05 Apr 2018 10:54:53 +0200] rev 49722
8199735: Mark word updates need to use Access API Reviewed-by: shade, eosterlund
Mon, 09 Apr 2018 08:19:26 -0400 8201242: Include source file/line number when reporting native call stack on supported platforms
zgu [Mon, 09 Apr 2018 08:19:26 -0400] rev 49721
8201242: Include source file/line number when reporting native call stack on supported platforms Summary: Added source file/line number to native call stack reporting on supported platforms Reviewed-by: adinn, stuefe, dcubed
Mon, 09 Apr 2018 13:38:45 +0200 8201167: Remove MacroAssembler::cmp_heap_oop on x86
eosterlund [Mon, 09 Apr 2018 13:38:45 +0200] rev 49720
8201167: Remove MacroAssembler::cmp_heap_oop on x86 Reviewed-by: kvn, tschatzl
Thu, 05 Apr 2018 14:25:53 +0200 8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
lkorinth [Thu, 05 Apr 2018 14:25:53 +0200] rev 49719
8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case Reviewed-by: sjohanss, tschatzl
Mon, 09 Apr 2018 01:22:37 -0400 8200697: Add utility for spin wait with fallback to yield/sleep
kbarrett [Mon, 09 Apr 2018 01:22:37 -0400] rev 49718
8200697: Add utility for spin wait with fallback to yield/sleep Summary: Added SpinYield utility class. Reviewed-by: dcubed, coleenp, dholmes Contributed-by: kim.barrett@oracle.com, robbin.ehn@oracle.com
Fri, 06 Apr 2018 19:16:33 +0200 Merge
jwilhelm [Fri, 06 Apr 2018 19:16:33 +0200] rev 49717
Merge
Fri, 06 Apr 2018 09:59:48 -0400 8198908: Add JVM support for preview features
hseigel [Fri, 06 Apr 2018 09:59:48 -0400] rev 49716
8198908: Add JVM support for preview features Summary: Add new major and minor version checks Reviewed-by: dholmes, lfoltan
Fri, 06 Apr 2018 13:55:25 +0200 8201136: Move GC flags from globals.hpp to GC specific files
stefank [Fri, 06 Apr 2018 13:55:25 +0200] rev 49715
8201136: Move GC flags from globals.hpp to GC specific files Reviewed-by: sjohanss, shade, rehn
Fri, 06 Apr 2018 13:54:54 +0200 8201227: Add ALL_GCS_ONLY
stefank [Fri, 06 Apr 2018 13:54:54 +0200] rev 49714
8201227: Add ALL_GCS_ONLY Reviewed-by: sjohanss, shade, rehn
Fri, 06 Apr 2018 11:41:21 +0200 8200169: Flatten G1Allocator class hierarchy
sjohanss [Fri, 06 Apr 2018 11:41:21 +0200] rev 49713
8200169: Flatten G1Allocator class hierarchy Reviewed-by: tschatzl, sangheki
Fri, 06 Apr 2018 11:37:34 +0200 8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers
stefank [Fri, 06 Apr 2018 11:37:34 +0200] rev 49712
8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers Reviewed-by: kbarrett
Fri, 06 Apr 2018 11:37:33 +0200 8201212: Remove INCLUDE_ALL_GCS from OopStorage files
stefank [Fri, 06 Apr 2018 11:37:33 +0200] rev 49711
8201212: Remove INCLUDE_ALL_GCS from OopStorage files Reviewed-by: kbarrett
Fri, 06 Apr 2018 11:37:31 +0200 8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
stefank [Fri, 06 Apr 2018 11:37:31 +0200] rev 49710
8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments Reviewed-by: sjohanss, pliden
Fri, 06 Apr 2018 11:37:28 +0200 8200736: Move CMSGCStats to the cms directory
stefank [Fri, 06 Apr 2018 11:37:28 +0200] rev 49709
8200736: Move CMSGCStats to the cms directory Reviewed-by: sjohanss, tschatzl
Fri, 06 Apr 2018 11:37:26 +0200 8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
stefank [Fri, 06 Apr 2018 11:37:26 +0200] rev 49708
8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files Reviewed-by: shade, adinn
Tue, 17 Apr 2018 15:39:20 +0200 8201591: JVM features with "-" in name is not correctly handled
ihse [Tue, 17 Apr 2018 15:39:20 +0200] rev 49707
8201591: JVM features with "-" in name is not correctly handled Reviewed-by: erikj
Mon, 16 Apr 2018 12:20:36 +0200 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
sgehwolf [Mon, 16 Apr 2018 12:20:36 +0200] rev 49706
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390 Reviewed-by: ihse, aph, simonis
Mon, 16 Apr 2018 11:08:07 +0200 8201584: Fix configure on SLES 11 after 8201483
goetz [Mon, 16 Apr 2018 11:08:07 +0200] rev 49705
8201584: Fix configure on SLES 11 after 8201483 Reviewed-by: ihse, simonis
Mon, 16 Apr 2018 11:11:52 +0200 8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
clanger [Mon, 16 Apr 2018 11:11:52 +0200] rev 49704
8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address Reviewed-by: clanger, chegar Contributed-by: joelpelaez@gmail.com
Mon, 16 Apr 2018 09:36:01 +0100 8194734: Handle to jimage file inherited into child processes (win)
alanb [Mon, 16 Apr 2018 09:36:01 +0100] rev 49703
8194734: Handle to jimage file inherited into child processes (win) Reviewed-by: alanb Contributed-by: alexandr.miloslavskiy@gmail.com
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip