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 |
|
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
|
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 |
|
Xin Liu
|
0a92dc786d
|
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
|
2019-09-04 16:39:12 +02:00 |
|
Erik Österlund
|
ea436110f6
|
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
Reviewed-by: zgu, tschatzl, iklam
|
2019-09-04 15:05:03 +02:00 |
|
Martin Doerr
|
b0e727124f
|
8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
Reviewed-by: shade, lucy
|
2019-09-04 14:21:54 +02:00 |
|
Stefan Johansson
|
f7d0ece0a1
|
8209802: Garbage collectors should register JFR types themselves to avoid build errors
Reviewed-by: kbarrett, tschatzl
|
2019-09-04 09:47:55 +02:00 |
|
Stefan Johansson
|
bb63558420
|
8230431: Move G1 trace code from gcTrace* to G1 directory
Reviewed-by: kbarrett, lkorinth
|
2019-09-04 09:47:51 +02:00 |
|
David Holmes
|
99c17fbf33
|
6313903: Thread.sleep(3) might wake up immediately on windows
Reviewed-by: rehn, dcubed, rriggs
|
2019-09-03 23:42:06 -04:00 |
|
Vladimir Ivanov
|
4dc79c2e05
|
8227236: assert(singleton != __null && singleton != declared_interface) failed
Reviewed-by: dlong
|
2019-09-03 17:45:02 +03:00 |
|
Zhengyu Gu
|
fd89fedccf
|
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
Reviewed-by: shade
|
2019-09-03 13:55:41 -04:00 |
|
Tobias Hartmann
|
47e005582b
|
8230428: Cleanup dead CastIP node code in formssel.cpp
Removed dead code.
Reviewed-by: roland
|
2019-09-03 10:03:13 +02:00 |
|
Markus Grönlund
|
4e43486172
|
8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
Reviewed-by: egahlin
|
2019-09-02 15:04:43 +02:00 |
|
Markus Grönlund
|
8f9d63df41
|
8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
Reviewed-by: egahlin
|
2019-09-02 13:57:15 +02:00 |
|