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 |
|
Christian Hagedorn
|
9c145fa1cd
|
8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
Always call fatal from debug32/64 to also crash in product build as a follow-up to JDK-8225653.
Reviewed-by: roland, thartmann
|
2019-09-12 12:12:26 +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 |
|
Bob Vandette
|
591c4f80f1
|
8229202: Docker reporting causes secondary crashes in error handling
Reviewed-by: coleenp, hseigel, mseledtsov
|
2019-09-11 17:30:30 +00: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 |
|
John Paul Adrian Glaubitz
|
5f29e88563
|
8230708: Hotspot fails to build on linux-sparc with gcc-9
Reviewed-by: dholmes, phh
|
2019-09-09 15:14: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 |
|
Stefan Karlsson
|
57514a065a
|
8230562: Remove g1HeapSizingPolicy_ext.cpp
Reviewed-by: dholmes, sjohanss
|
2019-09-04 13:06:04 +02:00 |
|
Stefan Karlsson
|
539a59fa4f
|
8230561: Remove logTag_ext.hpp
Reviewed-by: dholmes, coleenp
|
2019-09-04 11:38:54 +02:00 |
|
Stefan Karlsson
|
7384f6cdcf
|
8224599: Remove globals_ext.hpp
Reviewed-by: coleenp, kvn, gziemski, ehelin
|
2019-09-04 11:05:20 +02:00 |
|
Robbin Ehn
|
ffa889731a
|
8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
Reviewed-by: coleenp, dcubed, dholmes
|
2019-09-09 09:05:30 +02:00 |
|
David Holmes
|
394d6ac55b
|
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
Reviewed-by: kbarrett, dcubed, shade
|
2019-09-07 18:48:57 -04:00 |
|
Zhengyu Gu
|
ecf83c94b8
|
8230730: UseCompressedOops test crash with assertion failure
Reviewed-by: stefank, eosterlund
|
2019-09-07 10:04:07 -04:00 |
|
Kim Barrett
|
40565a845c
|
8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
Separate concurrent refinement from STW refinement.
Reviewed-by: sjohanss, tschatzl
|
2019-09-06 13:38:55 -04:00 |
|
Richard Reingruber
|
d7ca08a5cc
|
8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
Reviewed-by: thartmann, mdoerr
|
2019-08-30 09:24:54 +02:00 |
|
Aleksey Shipilev
|
c417c473a4
|
8230671: x86_32 build failures after JDK-8229496
Reviewed-by: thartmann
|
2019-09-06 09:26:23 +02:00 |
|
Aleksey Shipilev
|
675eecaacf
|
8230646: Epsilon does not extend TLABs to max size
Reviewed-by: tschatzl, zgu
|
2019-09-05 19:24:53 +02:00 |
|
Tobias Hartmann
|
a4b46ccc23
|
8229496: SIGFPE (division by zero) in C2 OSR compiled method
Adding a CastNode to keep the dependency between the div/mod operation and the zero check.
Reviewed-by: roland, mdoerr
|
2019-09-05 13:56:17 +02:00 |
|
Thomas Stuefe
|
4b65e2b3db
|
8230642: 8224815 broke Shenandoah build
Reviewed-by: shade
|
2019-09-05 11:09:12 +02:00 |
|
Erik Österlund
|
f869706f5f
|
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Reviewed-by: stefank, coleenp
|
2019-09-05 08:26:49 +02:00 |
|
Erik Österlund
|
d19e6eae9e
|
8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps
Reviewed-by: mgronlun, egahlin
|
2019-09-05 08:26:44 +02:00 |
|