Roland Westrelin
703760bbec
8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
...
Reviewed-by: vlivanov, thartmann
2019-10-02 17:32:08 +02:00
Per Lidén
0009f8a51f
8231825: ZGC: Remove ZMaxHeapSize and ZMaxHeapSizeShift
...
Reviewed-by: tschatzl, eosterlund
2019-10-07 07:53:38 +02:00
Leo Korinth
85a62dcc5c
8231671: Fix copyright headers in hotspot (missing comma after year)
...
Reviewed-by: tschatzl, dholmes
2019-10-02 16:08:02 +02:00
Aleksey Shipilev
808a435d79
8231667: Shenandoah: Full GC should take empty regions into slices for compaction
...
Reviewed-by: rkennke
2019-10-01 15:38:27 +02:00
Roman Kennke
aa251e0762
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
...
Reviewed-by: shade, roland
2019-09-30 17:00:16 +02:00
Coleen Phillimore
59dcb50e96
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
...
Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
2019-09-27 07:56:02 -04:00
Roland Westrelin
e4314c158d
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
...
Reviewed-by: shade, rkennke
2019-09-26 17:49:44 +02:00
Erik Österlund
c1865c4ad3
8219724: ZGC: Make inline cache cleaning more robust
...
Reviewed-by: pliden
2019-09-26 10:00:07 +00:00
Aleksey Shipilev
c49aa4ffa5
8231410: Shenandoah: clone barrier should use base pointer
...
Reviewed-by: rkennke
2019-09-25 12:21:10 +02:00
Roman Kennke
b8715b4004
8231447: Shenandoah: Compilation-time regression after JDK-8231086
...
Reviewed-by: shade
2019-09-25 12:33:05 +02:00
Per Lidén
f740058c3d
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:19 +02:00
Per Lidén
68f811cd61
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Per Lidén
07144b3299
8231251: ZGC: Fix ZHeap includes
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Coleen Phillimore
e49e9292d3
8213150: Add verification for locking by VMThread
...
Extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread.
Reviewed-by: rehn, dholmes
2019-09-24 10:12:56 -04:00
Erik Österlund
13d0bac294
8224820: ZGC: Support discontiguous heap reservations
...
Reviewed-by: pliden, stefank
2019-09-24 10:04:13 +00:00
Aleksey Shipilev
23ae4b93c8
8231395: Backout JDK-8231249
...
Reviewed-by: tschatzl
2019-09-24 09:38:14 +02:00
Lois Foltan
0c507f3180
8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
...
Consistently use is_reference_type when comparing type for T_OBJECT or T_ARRAY.
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dlong, coleenp, hseigel
2019-09-23 14:49:04 -04:00
Aleksey Shipilev
e965dca90e
8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
...
Reviewed-by: rkennke
2019-09-23 16:24:32 +02:00
Zhengyu Gu
470168868f
8231293: Shenandoah: Traversal should not revive dead weak roots
...
Reviewed-by: shade
2019-09-23 07:45:12 -04:00
Thomas Schatzl
f92526e6fd
8231189: Rename worker_i parameters to worker_id
...
Reviewed-by: kbarrett, sjohanss
2019-09-23 11:37:08 +02:00
Thomas Schatzl
03e769bd64
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
...
The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
2019-09-23 11:37:02 +02:00
Thomas Schatzl
9ccc00d1dd
8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
...
Reviewed-by: kbarrett, sjohanss
2019-09-23 11:36:53 +02:00
Jia Huang
2fc6c6459d
8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions
...
Reviewed-by: tschatzl, jiangli
2019-09-20 11:33:30 +08:00
Stefan Karlsson
2f67784a45
8230759: ZGC: Fix integer types
...
Reviewed-by: pliden
2019-09-11 09:47:42 +02:00
Stefan Karlsson
557f13e994
8230758: ZGC: Add missing precompiled include and fix friend declaration
...
Reviewed-by: tschatzl, pliden
2019-09-10 17:07:02 +02:00
Stefan Karlsson
3c93f5cf18
8230756: ZGC: Remove redundant memset in ZStatValue
...
Reviewed-by: tschatzl, pliden
2019-09-10 17:07:02 +02:00
Aleksey Shipilev
7a02f30492
8231244: Shenandoah: all-roots heap walking misses some weak roots
...
Reviewed-by: zgu, rkennke
2019-09-19 20:26:53 +02:00
Aleksey Shipilev
289c30bdbc
8231198: Shenandoah: heap walking should visit all roots most of the time
...
Reviewed-by: zgu, rkennke
2019-09-19 20:26:52 +02:00
Aleksey Shipilev
f925696a0c
8231197: Shenandoah: JVMTI heap walking cleanup crashes with NULL forwardee
...
Reviewed-by: zgu, rkennke
2019-09-19 20:26:51 +02:00
Per Lidén
b053f09769
8231113: Remove CollectedHeap::check_oop_location()
...
Reviewed-by: stefank, eosterlund, tschatzl
2019-09-19 16:05:47 +02:00
Robbin Ehn
35a9f6864a
8226705: [REDO] Deoptimize with handshakes
...
Reviewed-by: eosterlund, dcubed, dlong, pchilanomate
2019-09-19 10:52:22 +02:00
Roman Kennke
9516e6d2fd
8231087: Shenandoah: Self-fixing load reference barriers for C1/C2
...
Reviewed-by: shade
2019-09-18 20:56:20 +02:00
Roman Kennke
9510e7fe5d
8231086: Shenandoah: Stronger invariant for object-arraycopy
...
Reviewed-by: shade
2019-09-18 20:56:19 +02:00
Roman Kennke
5eb643144b
8231085: C2/GC: Better GC-interface for expanding clone
...
Reviewed-by: eosterlund
2019-09-18 20:56:18 +02:00
Zhengyu Gu
f88c32f6f6
8230350: Shenandoah: Assertion failed when GC is cancelled by a worker thread
...
Reviewed-by: rkennke
2019-09-17 08:22:14 -04:00
Per Lidén
89b0250e4a
8231051: Remove check_obj_alignment() and replace with is_object_aligned()
...
Reviewed-by: tschatzl, shade
2019-09-17 09:51:02 +02:00
Per Lidén
2d6874b861
8230841: Remove oopDesc::equals()
...
Reviewed-by: rkennke, tschatzl
2019-09-17 09:51:02 +02:00
Per Lidén
cb50d3b4f3
8230808: Remove Access::equals()
...
Reviewed-by: tschatzl, shade
2019-09-17 09:51:02 +02:00
Per Lidén
0848c76a66
8230796: Remove BarrierSet::oop_equals_operator_allowed()
...
Reviewed-by: tschatzl, shade
2019-09-17 09:51:02 +02:00
Per Lidén
17abb078fc
8230878: ZGC: Use THREAD_LOCAL instead of __thread
...
Reviewed-by: kbarrett
2019-09-13 08:40:09 +02:00
Per Lidén
39fd81e4a7
8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
...
Reviewed-by: stefank
2019-09-13 08:40:09 +02:00
Per Lidén
334c609caf
8230845: ZGC: Implement ZLock using os::PlatformMutex
...
Reviewed-by: stefank
2019-09-13 08:40:09 +02:00
David Holmes
99252bd9d6
8230423: Move os::sleep to JavaThread::sleep
...
Reviewed-by: rehn, dcubed
2019-09-11 22:09:05 -04:00
Leo Korinth
4b6f9ed07f
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY
...
Reviewed-by: dholmes, kbarrett, tschatzl
2019-09-11 14:16:30 +02:00
Leo Korinth
eafb888c18
8227168: Cleanup usage of NEW_C_HEAP_ARRAY
...
Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
2019-09-11 14:16:27 +02:00
Thomas Schatzl
a73f96ef60
8230794: Improve assert to get more information about the JDK-8227695 failure
...
Reviewed-by: kbarrett, sjohanss
2019-09-11 10:19:09 +02:00
Per Lidén
24ed3d4eef
8230566: ZGC: Don't substitute klass pointer during array clearing
...
Reviewed-by: stefank, eosterlund
2019-09-10 11:11:31 +02:00
Evgeny Mandrikov
51b0eab330
8207800: always_do_update_barrier is unused
...
Reviewed-by: shade, tschatzl
2019-09-10 07:42:04 +02:00
Kim Barrett
8b67b75f50
8221361: Eliminate two-phase initialization for PtrQueueSet classes
...
Move allocator and CBL monitor init to constructor.
Reviewed-by: tschatzl, shade
2019-09-09 16:54:48 -04:00
Stefan Karlsson
57514a065a
8230562: Remove g1HeapSizingPolicy_ext.cpp
...
Reviewed-by: dholmes, sjohanss
2019-09-04 13:06:04 +02:00