Aleksey Shipilev
745c0b9140
8261493: Shenandoah: reconsider bitmap access memory ordering
...
Reviewed-by: rkennke, zgu
2021-02-15 08:43:05 +00:00
Aleksey Shipilev
4642730b05
8261496: Shenandoah: reconsider pacing updates memory ordering
...
Reviewed-by: zgu
2021-02-15 08:42:28 +00:00
Aleksey Shipilev
7c93159169
8261503: Shenandoah: reconsider verifier memory ordering
...
Reviewed-by: zgu
2021-02-15 08:41:28 +00:00
Ioi Lam
d9744f6536
8261608: Move common CDS archive building code to archiveBuilder.cpp
...
Reviewed-by: coleenp, ccheung
2021-02-15 06:37:39 +00:00
Ioi Lam
235da6aa04
8261672: Reduce inclusion of classLoaderData.hpp
...
Reviewed-by: lfoltan, coleenp
2021-02-13 07:13:22 +00:00
Hui Shi
95d73129ce
8261585: Restore HandleArea used in Deoptimization::uncommon_trap
...
Reviewed-by: coleenp, jiefu
2021-02-13 02:47:33 +00:00
Coleen Phillimore
06170b7cbf
8261662: Rename compute_loader_lock_object
...
Reviewed-by: dcubed, stuefe
2021-02-12 17:45:47 +00:00
Andrew Haley
a305743cfa
8261660: AArch64: Race condition in stub code generation for LSE Atomics
...
Reviewed-by: dcubed, adinn
2021-02-12 17:34:29 +00:00
Vladimir Kempik
28163a9e98
8261652: Remove some dead comments from os_bsd_x86
...
Reviewed-by: dcubed
2021-02-12 17:10:21 +00:00
Daniel D. Daugherty
33fcd325f6
8261659: JDK-8261027 causes a Tier1 validate-source failure
...
Reviewed-by: iignatyev, bpb
2021-02-12 16:17:16 +00:00
Martin Doerr
6475d4774f
8261655: [PPC64] Build broken after JDK-8260941
...
Reviewed-by: shade, clanger
2021-02-12 15:46:37 +00:00
Anton Kozlov
b670efd896
8261072: AArch64: Fix MacroAssembler::get_thread convention
...
Reviewed-by: burban, aph
2021-02-12 15:11:21 +00:00
Stefan Johansson
9f81ca8175
8261230: GC tracing of page sizes are wrong in a few places
...
Reviewed-by: ayang, stuefe
2021-02-12 14:56:25 +00:00
Andrew Haley
40ae9937a0
8261027: AArch64: Support for LSE atomics C++ HotSpot code
...
Reviewed-by: adinn, simonis
2021-02-12 13:12:02 +00:00
Anton Kozlov
682e78e89b
8261071: AArch64: Refactor interpreter native wrappers
...
Reviewed-by: aph
2021-02-12 10:27:47 +00:00
Thomas Schatzl
9c0ec8d848
8260941: Remove the conc_scan parameter for CardTable
...
Reviewed-by: ayang, kbarrett
2021-02-12 08:41:33 +00:00
Kim Barrett
6a84ec68c3
8260044: Parallel GC: Concurrent allocation after heap expansion may cause unnecessary full gc
...
8260045: Parallel GC: Waiting on ExpandHeap_lock may cause "expansion storm"
Loop to retry allocation if expand succeeds. Treat space available after obtaining expand lock as expand success.
Reviewed-by: tschatzl, iwalulya, sjohanss
2021-02-12 08:19:08 +00:00
Matthias Baesken
92ff891877
8261593: Do not use NULL pointer as write buffer parameter in jfrEmergencyDump.cpp write_repository_files
...
Reviewed-by: stuefe, mgronlun
2021-02-12 07:50:28 +00:00
Thomas Stuefe
1740de2a0d
8261297: NMT: Final report should use scale 1
...
Reviewed-by: zgu
2021-02-11 14:58:57 +00:00
Zhengyu Gu
4a72cea019
8261509: Move per-thread StackWatermark from Thread to JavaThread class
...
Reviewed-by: eosterlund
2021-02-11 14:02:24 +00:00
Stefan Johansson
eef86a80f8
8261029: Code heap page sizes not traced correctly using os::trace_page_sizes
...
Reviewed-by: kvn, stuefe, thartmann
2021-02-11 13:10:37 +00:00
Christian Hagedorn
0a89987a96
8240281: Remove failing assertion code when selecting first memory state in SuperWord::co_locate_pack
...
Reviewed-by: roland, kvn, thartmann
2021-02-11 13:00:10 +00:00
Vladimir Ivanov
a9c36805c4
8261250: Dependencies: Remove unused dependency types
...
Reviewed-by: kvn, thartmann
2021-02-11 10:16:37 +00:00
Vladimir Ivanov
3ede231dec
8259430: C2: assert(in_vt->length() == out_vt->length()) failed: mismatch on number of elements
...
Reviewed-by: kvn, thartmann
2021-02-11 10:16:09 +00:00
Aleksey Shipilev
49cf13d2fb
8261449: Micro-optimize JVM_LatestUserDefinedLoader
...
Reviewed-by: dholmes, stuefe, alanb
2021-02-11 08:53:21 +00:00
Ioi Lam
adca84cc29
8260341: CDS dump VM init code does not check exceptions
...
Reviewed-by: coleenp, hseigel
2021-02-11 05:11:48 +00:00
Coleen Phillimore
52fc01b3ee
8261268: LOAD_INSTANCE placeholders unneeded for parallelCapable class loaders
...
Reviewed-by: dholmes, iklam
2021-02-10 12:33:47 +00:00
Thomas Stuefe
a3d6e37153
8261302: NMT: Improve malloc site table hashing
...
Reviewed-by: zgu, lucy
2021-02-10 07:46:17 +00:00
Albert Mingkun Yang
a00b13055a
8261356: Clean up enum G1Mark
...
Reviewed-by: sjohanss, tschatzl
2021-02-09 17:38:59 +00:00
Markus Grönlund
f0bd9db5c7
8257569: Failure observed with JfrVirtualMemory::initialize
...
Reviewed-by: egahlin, poonam
2021-02-09 15:16:44 +00:00
Quaffel
906facabad
8260372: [PPC64] Add support for JDK-8210498 and JDK-8222841
...
Reviewed-by: mdoerr, goetz
2021-02-09 14:24:44 +00:00
Nick Gasson
5183d8ae1e
8260355: AArch64: deoptimization stub should save vector registers
...
Reviewed-by: vlivanov, aph
2021-02-09 01:49:52 +00:00
David Holmes
f03e839e48
8261127: Cleanup THREAD/TRAPS/CHECK usage in CDS code
...
Reviewed-by: iklam, coleenp
2021-02-08 23:16:47 +00:00
Coleen Phillimore
ace8f94616
8195744: Avoid calling ClassLoader.checkPackageAccess if security manager is not installed
...
Reviewed-by: dholmes, iklam
2021-02-08 21:31:25 +00:00
Thomas Stuefe
20d7713c57
8261334: NMT: tuning statistic shows incorrect hash distribution
...
Reviewed-by: zgu, shade
2021-02-08 18:46:18 +00:00
Igor Veresov
29a428f5ea
8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
...
Reviewed-by: thartmann
2021-02-08 17:08:36 +00:00
Roman Kennke
deb0544ff3
8261251: Shenandoah: Use object size for full GC humongous compaction
...
Reviewed-by: aph, shade
2021-02-08 08:01:35 +00:00
Aleksey Shipilev
d45343ea51
8260899: ARM32: SyncOnValueBasedClassTest fails with assert(is_valid()) failed: invalid register
...
Reviewed-by: dsamersoff
2021-02-08 07:29:40 +00:00
Dong Bo
aa5bc6edb3
8258953: AArch64: move NEON instructions to aarch64_neon.ad
...
Reviewed-by: njian, aph
2021-02-08 02:12:29 +00:00
Ioi Lam
c5ff454481
8250989: Consolidate buffer allocation code for CDS static/dynamic dumping
...
Reviewed-by: ccheung, coleenp
2021-02-07 07:10:38 +00:00
Pengfei Li
7a2db858e0
8261022: Fix incorrect result of Math.abs() with char type
...
Reviewed-by: thartmann, neliasso
2021-02-07 01:15:24 +00:00
Coleen Phillimore
2c3a86f96e
8261280: Remove THREAD argument from compute_loader_lock_object
...
Reviewed-by: dcubed
2021-02-06 16:35:30 +00:00
Jesper Wilhelmsson
d7acfae3d2
Merge
2021-02-06 00:29:45 +00:00
Zhengyu Gu
7a6c176845
8260736: Shenandoah: Cleanup includes in ShenandoahGC and families
...
Reviewed-by: shade, rkennke
2021-02-05 19:30:14 +00:00
Coleen Phillimore
f9df366255
8242300: SystemDictionary::resolve_super_or_fail() should look for the super class first
...
Reviewed-by: iklam, ccheung
2021-02-05 15:49:49 +00:00
Matthias Baesken
43ae0cf878
8261167: print_process_memory_info add a close call after fopen
...
Reviewed-by: stuefe, dholmes
2021-02-05 13:37:44 +00:00
Martin Doerr
48f5220c80
8260369: [PPC64] Add support for JDK-8200555
...
Reviewed-by: lucy
2021-02-05 12:58:23 +00:00
Kim Barrett
224c166c30
8261213: [BACKOUT] MutableSpace's end should be atomic
...
Reviewed-by: tschatzl, ayang
2021-02-05 10:18:51 +00:00
Roland Westrelin
3495febf51
8260296: SA's dumpreplaydata fails
...
Reviewed-by: kvn, cjplummer, iignatyev
2021-02-05 09:33:54 +00:00
Thomas Schatzl
78b0d32742
8234534: Simplify CardTable code after CMS removal
...
Reviewed-by: ayang, kbarrett
2021-02-05 08:33:32 +00:00