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 |
|
Aleksey Shipilev
|
336b741b1c
|
8231201: hs_err should print coalesced safepoint operations in Events section
Reviewed-by: phh, dholmes
|
2019-09-19 09:50:11 +02:00 |
|
Daniel D. Daugherty
|
48946faf34
|
8231210: [BACKOUT] JDK-8207266 ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Reviewed-by: phh, dholmes
|
2019-09-18 20:49:13 -04:00 |
|
David Holmes
|
8a2c4975d5
|
8231162: JVMTI RawMonitorWait triggers assertion failure: Only JavaThreads can be interruptible
Reviewed-by: dcubed
|
2019-09-18 17:31:35 -04:00 |
|
Evgeny Mandrikov
|
14cc870429
|
8066774: Rename the annotations arrays names in ClassFileParser
Reviewed-by: shade, coleenp, dholmes
|
2019-09-18 21:20:13 +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 |
|
Paul Hohensee
|
aa318d070e
|
8207266: ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
|
2019-09-18 05:41:08 -07:00 |
|
Sergey Bylokhov
|
f8a875bfce
|
8231027: Correct typos
Reviewed-by: lancea, dholmes, erikj
|
2019-09-17 19:52:51 -07:00 |
|
David Holmes
|
5bca86f9f4
|
8230424: Use platform independent code for Thread.interrupt support
8231094: os::sleep in assert message should be changed to JavaThread::sleep
Reviewed-by: rehn, dcubed
|
2019-09-17 19:09:37 -04:00 |
|
Jie Fu
|
f94f7f2212
|
8231024: Improve the debug info when the output is truncated
Reviewed-by: iklam, dholmes
|
2019-09-17 09:20:59 -07: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 |
|
Jie Fu
|
4fb41f2617
|
8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
Reviewed-by: dholmes, thartmann
|
2019-09-17 20:38:23 +08: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 |
|
Tobias Hartmann
|
2df5ae8220
|
8230742: Make AggressiveUnboxing a diagnostic flag
AggressiveUnboxing is enabled by default. It should therefore be a diagnostic flag.
Reviewed-by: roland, shade
|
2019-09-16 13:53:41 +02:00 |
|
Markus Grönlund
|
dbc8df3b97
|
8231025: Incorrect method tag offset for big endian platform
Reviewed-by: egahlin
|
2019-09-14 18:45:24 +02:00 |
|
Markus Grönlund
|
0f2eb3ad85
|
8225797: OldObjectSample event creates unexpected amount of checkpoint data
Reviewed-by: egahlin
|
2019-09-14 14:40:09 +02:00 |
|
Daniel D. Daugherty
|
c0e1f9ee6c
|
8230938: Deprecate MonitorBound
Reviewed-by: dholmes
|
2019-09-13 18:54:43 -04: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
|
f3d8d57cd3
|
8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL
Reviewed-by: kbarrett, dholmes
|
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 |
|
Calvin Cheung
|
e8ee2800f5
|
8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages
Reviewed-by: stuefe, iklam, dholmes
|
2019-09-12 09:59:19 -07:00 |
|
Roland Westrelin
|
9b81fe37f2
|
8230470: Shenandoah doesn't need change from JDK-8212610 anymore
Reviewed-by: thartmann
|
2019-09-03 09:28:42 +02:00 |
|
Thomas Stuefe
|
88d59bc878
|
8230888: jfrVirtualMemory.cpp should include globals.hpp
Reviewed-by: dholmes, mgronlun
|
2019-09-12 12:51:31 +02:00 |
|
Christian Hagedorn
|
316985c85c
|
8220416: Comparison of klass pointers is not optimized any more
Enables dead klass pointer optimization (since JDK-6964458) again.
Reviewed-by: roland, thartmann
|
2019-09-12 12:23:25 +02:00 |
|
Roland Westrelin
|
ec5451c117
|
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
Reviewed-by: thartmann, kvn
|
2019-08-23 14:22:29 +02:00 |
|
Ioi Lam
|
988ac4fec0
|
8230586: Encapsulate fields in filemap.hpp
Reviewed-by: ccheung
|
2019-09-11 18:31:25 -07:00 |
|
David Holmes
|
99252bd9d6
|
8230423: Move os::sleep to JavaThread::sleep
Reviewed-by: rehn, dcubed
|
2019-09-11 22:09:05 -04:00 |
|
Leonid Mesnik
|
27cb341496
|
8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2019-09-11 16:25:12 -07:00 |
|
Ioi Lam
|
e90970b67b
|
8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
Reviewed-by: dholmes, jiangli
|
2019-09-11 13:28:09 -07: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 |
|
Matthias Baesken
|
36768f2a72
|
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
Reviewed-by: mdoerr
|
2019-09-06 16:15:11 +02:00 |
|
Christian Hagedorn
|
2c3973af9b
|
8225653: Provide more information when hitting SIGILL from HaltNode
Add information string for each HaltNode which is printed if hit at runtime.
Reviewed-by: vlivanov, thartmann
|
2019-09-10 08:43:33 +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 |
|
Brent Christian
|
a4613d4a8f
|
8212117: Class.forName may return a reference to a loaded but not linked Class
Reviewed-by: dholmes, mchung
|
2019-09-09 11:04:04 -07:00 |
|
Martin Doerr
|
032819ee9d
|
8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
Reviewed-by: phh, xliu
|
2019-09-09 15:42:16 +02:00 |
|
Stefan Karlsson
|
014535bd79
|
8230564: Remove os_ext.hpp
Reviewed-by: coleenp, dholmes
|
2019-09-04 13:07:15 +02:00 |
|
Stefan Karlsson
|
4db6ba1648
|
8230563: Remove arguments_ext.cpp
Reviewed-by: dholmes, coleenp
|
2019-09-04 13:06:44 +02:00 |
|