Zhengyu Gu
3b0b6adc3d
8275226: Shenandoah: Relax memory constraint for worker claiming tasks/ranges
...
Reviewed-by: shade
2021-10-14 12:52:12 +00:00
Nick Gasson
333c4692d8
8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE
...
Reviewed-by: dholmes, tschatzl
2021-10-14 09:35:48 +00:00
TatWai Chong
8b1b6f9fb3
8269559: AArch64: Implement string_compare intrinsic in SVE
...
Reviewed-by: ngasson, aph
2021-10-14 05:27:12 +00:00
Thomas Schatzl
c3b75c6cdf
8274516: [REDO] JDK-8271880: Tighten condition for excluding regions from collecting cards with cross-references
...
Reviewed-by: sjohanss, ayang
2021-10-13 08:10:55 +00:00
Niklas Radomski
337b73a459
8274851: [PPC64] Port zgc to linux on ppc64le
...
Reviewed-by: ihse, pliden, mdoerr, eosterlund
2021-10-13 07:36:52 +00:00
Martin Doerr
cf828673a9
8275049: [ZGC] missing null check in ZNMethod::log_register
...
Reviewed-by: nradomski, eosterlund, pliden
2021-10-13 07:12:52 +00:00
Daniel D. Daugherty
8657f77608
8271514: support JFR use of new ThreadsList::Iterator
...
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Reviewed-by: sspitsyn, mgronlun
2021-10-12 17:05:47 +00:00
Roman Kennke
e393c5ea9d
8275074: Cleanup unused code in JFR LeakProfiler
...
Reviewed-by: mgronlun
2021-10-12 13:16:20 +00:00
Martin Doerr
e16b93ad52
8274770: [PPC64] resolve_jobject needs a generic implementation to support load barriers
...
Reviewed-by: goetz, nradomski
2021-10-12 12:18:49 +00:00
Zhengyu Gu
1ab64143c0
8275051: Shenandoah: Correct ordering of requested gc cause and gc request flag
...
Reviewed-by: shade
2021-10-12 11:58:35 +00:00
Doug Simon
33050f8013
8274986: max code printed in hs-err logs should be configurable
...
Reviewed-by: never, dholmes
2021-10-12 09:49:50 +00:00
Kim Barrett
8de26361f7
8274615: Support relaxed atomic add for linux-aarch64
...
Reviewed-by: aph, dholmes
2021-10-12 09:40:35 +00:00
Aleksey Shipilev
a5f09d1088
8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
...
Reviewed-by: dholmes, dnsimon
2021-10-12 06:22:13 +00:00
Hamlin Li
1e3069593e
8274466: G1: use field directly rather than method in G1CollectorState::in_mixed_phase
...
Reviewed-by: ayang, sjohanss
2021-10-12 01:25:00 +00:00
Zhengyu Gu
75f5145e21
8274925: Shenandoah: shenandoah/TestAllocHumongousFragment.java test failed on lock rank check
...
Reviewed-by: shade
2021-10-11 16:58:53 +00:00
Zhengyu Gu
3f07337722
8273614: Shenandoah: intermittent timeout with ConcurrentGCBreakpoint tests
...
Reviewed-by: shade
2021-10-11 15:10:57 +00:00
Patricio Chilano Mateo
0d80f6cf82
8274379: Allow process of unsafe access errors in check_special_condition_for_native_trans
...
Reviewed-by: rehn, dholmes
2021-10-11 13:34:42 +00:00
Coleen Phillimore
110e38ded8
8274753: ZGC: SEGV in MetaspaceShared::link_shared_classes
...
8274935: dumptime_table has stale entry
Reviewed-by: eosterlund, iklam
2021-10-11 12:11:11 +00:00
Thomas Schatzl
b7af890574
8274430: Remove some debug error printing code added in JDK-8017163
...
Reviewed-by: sjohanss, ayang
2021-10-11 11:48:50 +00:00
Thomas Schatzl
aaf2401bc7
8274927: Remove unnecessary G1ArchiveAllocator code
...
Reviewed-by: kbarrett, ayang
2021-10-11 11:46:46 +00:00
Roman Kennke
3edee1e1fe
8272723: Don't use Access API to access primitive fields
...
Reviewed-by: stefank, eosterlund
2021-10-11 10:37:54 +00:00
Fei Gao
c032186b42
8272968: AArch64: Remove redundant matching rules for commutative ops
...
Reviewed-by: ngasson
2021-10-11 06:59:37 +00:00
Jie Fu
2ff3977a66
8275004: CDS build failure with gcc11
...
Reviewed-by: shade
2021-10-10 14:00:58 +00:00
Wang Huang
6d1d4d5292
8268231: Aarch64: Use ldp in intrinsics for String.compareTo
...
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Sun Jianye <sunjianye@huawei.com>
Co-authored-by: Wu Yan <wuyan@openjdk.org>
Reviewed-by: ngasson, aph
2021-10-09 08:19:17 +00:00
Coleen Phillimore
3cb9724ed9
8274934: Attempting to acquire lock JNICritical_lock/41 out of order with lock MultiArray_lock/41
...
Reviewed-by: dcubed, iklam
2021-10-08 21:10:42 +00:00
Christian Hagedorn
36b89a1893
8274785: ciReplay: Potential crash due to uninitialized Compile::_ilt variable
...
Reviewed-by: neliasso, kvn
2021-10-08 14:51:18 +00:00
Roland Westrelin
2aacd4220a
8274145: C2: condition incorrectly made redundant with dominating main loop exit condition
...
Reviewed-by: kvn, neliasso
2021-10-08 14:48:35 +00:00
Coleen Phillimore
6364719cd1
8274004: Change 'nonleaf' rank name
...
8273956: Add checking for rank values
Reviewed-by: dholmes, pchilanomate
2021-10-08 12:23:19 +00:00
Doug Simon
b60837a7d5
8272586: emit abstract machine code in hs-err logs
...
Reviewed-by: kvn, dholmes
2021-10-08 08:06:53 +00:00
Matthias Baesken
97ea9dd2f2
8274840: Update OS detection code to recognize Windows 11
...
Co-authored-by: Arno Zeller <arno.zeller@sap.com>
Reviewed-by: clanger, dholmes
2021-10-08 06:40:18 +00:00
Yumin Qi
8de77634c4
8273152: Refactor CDS FileMapHeader loading code
...
Reviewed-by: ccheung, iklam
2021-10-07 21:33:32 +00:00
Coleen Phillimore
4ab274ac1a
8274858: Remove unused dictionary_classes_do functions
...
Reviewed-by: dholmes, hseigel
2021-10-07 15:24:00 +00:00
Yude Lin
8319836152
8274546: Shenandoah: Remove unused ShenandoahUpdateRootsTask copy
...
Reviewed-by: zgu, tschatzl
2021-10-07 11:28:49 +00:00
Jie Fu
c833b4d130
8274329: Fix non-portable HotSpot code in MethodMatcher::parse_method_pattern
...
Reviewed-by: iklam, ihse, kvn
2021-10-06 23:22:04 +00:00
Coleen Phillimore
b8af6a9bfb
8273917: Remove 'leaf' ranking for Mutex
...
Reviewed-by: eosterlund, dholmes
2021-10-06 12:14:33 +00:00
Andrew Haley
c74726dbd0
8274730: AArch64: AES/GCM acceleration is broken by the fix for JDK-8273297
...
Reviewed-by: adinn, roland, kvn
2021-10-06 08:18:10 +00:00
Per Liden
2faced09ce
8274738: ZGC: Use relaxed atomic load when reading bits in the live map
...
Reviewed-by: stefank, eosterlund
2021-10-06 07:44:47 +00:00
Igor Veresov
83b2219220
8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp
...
Reviewed-by: kvn, neliasso
2021-10-05 19:44:17 +00:00
Coleen Phillimore
90a5ae802e
8274282: Clarify special wait assert
...
Reviewed-by: dholmes, pchilanomate
2021-10-05 15:13:54 +00:00
Albert Mingkun Yang
bb0bab57a1
8274286: Skip null for make_referent_alive in referenceProcessor
...
Reviewed-by: kbarrett, tschatzl
2021-10-05 14:31:17 +00:00
Harold Seigel
8609ea55ac
8273342: Null pointer dereference in classFileParser.cpp:2817
...
Reviewed-by: coleenp, dholmes
2021-10-05 12:39:56 +00:00
Kim Barrett
a914ee7216
8274632: Possible pointer overflow in PretouchTask chunk claiming
...
Reviewed-by: tschatzl, ayang
2021-10-05 08:07:02 +00:00
Matthias Baesken
8f7a37c92f
8274434: move os::get_default_process_handle and os::dll_lookup to os_posix for POSIX platforms
...
Reviewed-by: dholmes, lucy
2021-10-05 07:25:00 +00:00
Christian Hagedorn
3953e0774c
8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity
...
Reviewed-by: roland, thartmann, neliasso
2021-10-05 07:02:06 +00:00
Robbin Ehn
7957994273
8273695: Safepoint deadlock on VMOperation_lock
...
Reviewed-by: dcubed, pchilanomate, eosterlund
2021-10-04 06:47:27 +00:00
Ekaterina Vergizova
c05dc268ac
8274435: EXCEPTION_ACCESS_VIOLATION in BFSClosure::closure_impl
...
Reviewed-by: stefank
2021-10-01 12:53:08 +00:00
Martin Doerr
5e4b514e6e
8274550: c2i entry barriers read int as long on PPC
...
Reviewed-by: eosterlund, shade
2021-10-01 08:20:51 +00:00
Kim Barrett
2e690ba8bd
8274322: Problems with oopDesc construction
...
Reviewed-by: dholmes, stefank
2021-10-01 00:25:35 +00:00
Jie Fu
a8edd1b360
8274527: Minimal VM build fails after JDK-8273459
...
Reviewed-by: kvn
2021-09-30 23:11:56 +00:00
Erik Österlund
f08180f35f
8274501: c2i entry barriers read int as long on AArch64
...
Reviewed-by: shade, kbarrett, aph
2021-09-30 15:52:36 +00:00