Per Lidén
83911960d4
8237884: ZGC: Use clamp() instead of MIN2(MAX2())
...
Reviewed-by: kbarrett, smonteith
2020-01-30 12:41:59 +01:00
Per Lidén
0f06a9a5cd
8237825: ZGC: Replace -XX:ZPath with -XX:AllocateHeapAt
...
Reviewed-by: eosterlund
2020-01-30 12:41:56 +01:00
Per Lidén
24691f248c
8237758: ZGC: Move get_mempolicy() syscall wrapper to ZSyscall
...
Reviewed-by: eosterlund
2020-01-30 12:41:47 +01:00
Per Lidén
91d58b8f96
8237649: ZGC: Improved NUMA support when using small pages
...
Reviewed-by: eosterlund, smonteith
2020-01-30 12:41:26 +01:00
David Holmes
c4b708b255
8237857: LogDecorations::uptimenanos is implemented incorrectly
...
Reviewed-by: dcubed, kbarrett
2020-01-29 23:53:16 -05:00
Vladimir Ivanov
5b5a5353e7
7175279: Don't use x87 FPU on x86-64
...
Reviewed-by: kvn, roland
2020-01-30 00:46:43 +03:00
Erik Gahlin
a2bbf933d9
8222001: JFR event for heap dumps written
...
Reviewed-by: mgronlun
2020-01-29 22:37:17 +01:00
Kim Barrett
f262092fd9
8233822: VM_G1CollectForAllocation should always check for upgrade to full
...
Move upgrade check into do_collection_pause_at_safepoint.
Reviewed-by: tschatzl, sangheki
2020-01-29 15:48:22 -05:00
Andrew Haley
0dd3aaf0ed
8230392: Define AArch64 as MULTI_COPY_ATOMIC
...
Reviewed-by: adinn, dholmes
2020-01-23 11:44:04 -05:00
Aleksey Shipilev
3eb71de759
8238153: CTW: C2 (Shenandoah) compilation fails with "Unknown node in get_load_addr: CreateEx"
...
Reviewed-by: roland, rkennke
2020-01-29 14:34:40 +01:00
Ivan Walulya
41f962d784
8232689: Remove ParCompactionManager::Action enum
...
Reviewed-by: lkorinth, kbarrett, tschatzl
2020-01-29 09:29:22 +01:00
Erik Gahlin
5c3d9a7d04
8237887: CDSandJFR: assert(instance_klass->is_initialized()
...
Reviewed-by: mgronlun
2020-01-28 22:37:38 +01:00
Zhengyu Gu
69f1538631
8237963: Shenandoah: Heap iteration should use concurrent version of string dedup roots
...
Reviewed-by: shade
2020-01-28 15:47:39 -05:00
Zhengyu Gu
99b9939318
8237874: Shenandoah: Backout JDK-8234399
...
Reviewed-by: shade
2020-01-27 09:58:27 -05:00
Erik Gahlin
3884792cda
8227610: Remove allocation when getting EventHandle
...
Reviewed-by: mgronlun
2020-01-27 14:30:57 +01:00
Aleksey Shipilev
7cae6c3564
8237847: Zero builds fail after JDK-8237637 (Remove dubious type conversions from oop)
...
Reviewed-by: dcubed
2020-01-26 17:08:40 +01:00
Aleksey Shipilev
7cd21cfdec
8237821: Shenandoah: build broken after JDK-8237637 (Remove dubious type conversions from oop)
...
Reviewed-by: rkennke
2020-01-24 21:11:31 +01:00
Stefan Karlsson
46423b0f70
8237637: Remove dubious type conversions from oop
...
Reviewed-by: kbarrett, dholmes, mdoerr
2020-01-24 09:27:07 +01:00
Stefan Karlsson
b223907794
8237645: Remove OopsInGenClosure::par_do_barrier
...
Reviewed-by: sjohanss
2020-01-24 09:24:46 +01:00
Stefan Karlsson
17106c9e9d
8236778: Add Atomic::fetch_and_add
...
Reviewed-by: kbarrett, dholmes
2020-01-24 09:15:08 +01:00
David Holmes
5013cf6e0c
8235966: Process obsolete flags less aggressively
...
Reviewed-by: dcubed, iignatyev
2020-01-23 21:14:16 -05:00
Jesper Wilhelmsson
c6c828fa6e
Merge
2020-01-23 22:59:49 +01:00
Patricio Chilano Mateo
5e9d3fdc9c
8237756: Backout: JDK-8230594: Allow direct handshakes without VMThread intervention
...
Backout JDK-8230594
Reviewed-by: coleenp, dcubed
2020-01-23 17:26:52 +00:00
Tom Rodriguez
2f2594d5d0
8231515: [Graal] Crash during exception throwing in InterpreterRuntime::resolve_invoke
...
Reviewed-by: kvn, dlong, iveresov
2020-01-23 08:43:22 -08:00
Per Lidén
4eacb6361b
8234440: ZGC: Print relocation information on info level
...
Reviewed-by: stefank, eosterlund
2020-01-23 15:13:32 +01:00
Martin Doerr
da7cebabb2
8237375: SimpleThresholdPolicy misses CounterDecay timestamp initialization
...
Reviewed-by: simonis, dholmes
2020-01-23 13:55:10 +01:00
Jie Fu
a0882bf4cc
8237752: Minimal VM build fails after JDK-8236236
...
Reviewed-by: dholmes
2020-01-23 13:51:23 +08:00
Patricio Chilano Mateo
6c4e2e70be
8237753: 32-bit builds are broken after JDK-823059
...
Changed _pending_threads to be 32 bits instead of 64
Reviewed-by: dholmes
2020-01-23 04:54:15 +00:00
Zhengyu Gu
b1d5bee8ca
8234399: Shenandoah: Cleanup native load barrier
...
Reviewed-by: rkennke
2020-01-22 20:07:49 -05:00
David Holmes
245b61c506
8237747: Build broken on macOS by JDK-8235741 - wrong format specifier
...
Reviewed-by: mikael
2020-01-22 18:24:10 -05:00
Zhengyu Gu
9d4f3b2c2c
8237396: JvmtiTagMap::weak_oops_do() should not trigger barriers
...
Reviewed-by: stefank, rkennke
2020-01-22 07:40:11 -05:00
Thomas Schatzl
e3c7f43298
8235305: Corrupted oops embedded in nmethods due to parallel modification during optional evacuation
...
During optional evacuation it is possible that G1 modifies oops embedded in nmethods in parallel. One source are oop* gathered by a previous evacuation phase in the optional roots, the other the region's strong code roots list. Since these oops may be unaligned on x64, this can result in them being corrupted. The fix is to not gather embedded oops in the optional roots list as the strong code roots list contains them already.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Johansson <stefan.johansson@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: sjohanss, stefank
2020-01-22 10:00:13 +01:00
David Holmes
7c27f9f5dd
8235741: Inappropriate uses of os::javaTimeMillis()
...
Reviewed-by: rehn, kbarrett, egahlin, shade
2020-01-17 00:52:10 -05:00
Jesper Wilhelmsson
b7cdc097e3
Merge
2020-01-22 21:02:16 +01:00
Ioi Lam
d5bdb76e84
8236236: Eliminate CDS md region and consolidate c++ vtable patching code
...
Reviewed-by: ccheung
2020-01-22 11:52:27 -08:00
Zhengyu Gu
ac7f36ce25
8236880: Shenandoah: Move string dedup cleanup into concurrent phase
...
Reviewed-by: rkennke, shade
2020-01-22 14:27:13 -05:00
Patricio Chilano Mateo
b25bb17b41
8230594: Allow direct handshakes without VMThread intervention
...
Introduce direct handshakes and enable it for biased locking revocations.
Reviewed-by: dholmes, dcubed, coleenp, rehn
2020-01-22 16:46:46 +00:00
Aleksey Shipilev
d9df6feabe
8237586: Shenandoah: provide option to disable periodic GC
...
Reviewed-by: zgu
2020-01-21 20:58:48 +01:00
Zhengyu Gu
f7165c322a
8237392: Shenandoah: Remove unreliable assertion
...
Reviewed-by: shade
2020-01-16 16:30:20 -05:00
Sangheon Kim
c26aa638a1
8234173: assert(loader != __null && oopDesc::is_oop(loader)) failed: loader must be oop
...
Reviewed-by: kbarrett, egahlin, tschatzl
2020-01-16 13:19:55 -08:00
Zhengyu Gu
85255c54da
8237369: Shenandoah: failed vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TestDescription.java test
...
Reviewed-by: rkennke
2020-01-16 14:22:35 -05:00
Aleksey Shipilev
72a4aa8c11
8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
...
Reviewed-by: rkennke
2020-01-21 13:40:10 +01:00
Claes Redestad
c639682887
8236075: Minor bootstrap improvements
...
Reviewed-by: mchung, alanb
2020-01-21 13:28:15 +01:00
Kim Barrett
f779e49590
8237261: Concurrent refinement activation threshold not updated for card counts
...
Fix special-case threshold calculation for primary refinement thread
Reviewed-by: tschatzl, sjohanss
2020-01-20 14:31:20 -05:00
Jesper Wilhelmsson
b936939454
Merge
2020-01-20 18:05:07 +01:00
Roman Kennke
330100ddce
8237543: Shenandoah: More asserts around code roots
...
Reviewed-by: zgu
2020-01-20 18:03:31 +01:00
Thomas Schatzl
4aab3078a2
8235860: Obsolete the UseParallelOldGC option
...
Obsolete the UseParallelOldGC option by removing code and other mentions.
Reviewed-by: kbarrett, lkorinth
2020-01-20 11:15:45 +01:00
Robbin Ehn
39992dea38
8236766: Remove un-used oops do and drain list in VM thread
...
Reviewed-by: dholmes, coleenp
2020-01-17 16:17:22 +01:00
Roland Westrelin
995fae6d4b
8235584: UseProfiledLoopPredicate fails with assert(_phase->get_loop(c) == loop) failed: have to be in the same loop
...
Reviewed-by: thartmann, neliasso
2020-01-10 17:50:51 +01:00
Fei Yang
e3eb6dbd1f
8235762: JVM crash in SWPointer during C2 compilation
...
Reviewed-by: thartmann, chagedorn, neliasso
2020-01-09 19:12:16 +08:00