Magnus Ihse Bursie
03c2b73e21
8275128: Build hsdis using normal build system
...
Reviewed-by: erikj
2021-10-12 23:28:53 +00:00
Sergey Tsypanov
124f82377b
8268764: Use Long.hashCode() instead of int-cast where applicable
...
Reviewed-by: kevinw, prr, kizune, serb
2021-10-12 19:13:17 +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
Evgeny Astigeevich
b8bd259bb8
8271737: Only normalize the cached user.dir property once
...
Reviewed-by: phh
2021-10-12 16:56:06 +00:00
Dmitry Batrak
89999f70e0
8275131: Exceptions after a touchpad gesture on macOS
...
Reviewed-by: dmarkov, prr
2021-10-12 15:36:41 +00:00
Brian Burkhalter
07b1f1c282
8274548: (fc) FileChannel gathering write fails with IOException "Invalid argument" on macOS 11.6
...
Reviewed-by: alanb
2021-10-12 15:25:53 +00:00
Christian Hagedorn
f623460668
8274911: testlibrary_tests/ir_framework/tests/TestIRMatching.java fails with "java.lang.RuntimeException: Should have thrown exception"
...
Reviewed-by: kvn, thartmann
2021-10-12 13:21:35 +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
kabutz
b460d6ddaf
8275091: /src/jdk.management.jfr/share/classes/module-info.java has non-canonical order
...
Reviewed-by: mgronlun
2021-10-12 11:38:21 +00:00
Andrey Turbanov
d04d4ee2c1
8274894: Use Optional.empty() instead of ofNullable(null) in HttpResponse.BodySubscribers.discarding
...
Reviewed-by: dfuchs
2021-10-12 11:14:31 +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
Andrey Turbanov
7d2633f795
8275002: Remove unused AbstractStringBuilder.MAX_ARRAY_SIZE
...
Reviewed-by: prappo, jlaskey, martin
2021-10-12 09:37:54 +00:00
Aleksey Shipilev
cfe7471f17
8177814: jdk/editpad is not in jdk TEST.groups
...
Reviewed-by: serb
2021-10-12 07:24:15 +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
Aleksey Shipilev
ef0922e885
8274560: JFR: Add test for OldObjectSample event when using Shenandoah
...
Reviewed-by: mgronlun
2021-10-12 05:56:15 +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
Sergey Bylokhov
dd93c6e27b
8272167: AbsPathsInImage.java should skip *.dSYM directories
...
Reviewed-by: ihse, erikj
2021-10-12 00:14:00 +00:00
Andrey Turbanov
829dea45c9
8274945
: Cleanup unnecessary calls to Throwable.initCause() in java.desktop
...
Reviewed-by: jdv, serb, pbansal
2021-10-11 19:19:39 +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
Thomas Stuefe
83c3771929
8273881: Metaspace: test repeated deallocations
...
Reviewed-by: dholmes, shade
2021-10-11 15:48:10 +00:00
Lin Zang
3f01d03a10
8275021: Test serviceability/sa/TestJmapCore.java fails with: java.io.IOException: Stack frame 0x4 not found
...
Reviewed-by: dholmes, dcubed
2021-10-11 15:27:28 +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
Jan Lahoda
b870468bdc
8274347: Passing a *nested* switch expression as a parameter causes an NPE during compile
...
Reviewed-by: vromero
2021-10-11 12:38:08 +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
Jie Fu
c55dd365e3
8275008: gtest build failure due to stringop-overflow warning with gcc11
...
Reviewed-by: dholmes, ihse
2021-10-11 10:51:39 +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
Martin Doerr
49f8ce6e9c
8274773: [TESTBUG] UnsafeIntrinsicsTest intermittently fails on weak memory model platform
...
Reviewed-by: eosterlund, goetz
2021-10-11 10:31: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
Ao Qi
a05873a225
8274952: jdk/jfr/api/consumer/TestRecordedFrameType.java failed when c1 disabled
...
Reviewed-by: egahlin, jiefu
2021-10-11 02:17:56 +00:00
Lin Zang
5ecc99bbf5
8274620: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java is timing out
...
Reviewed-by: cjplummer, dholmes
2021-10-11 01:56:34 +00:00
Jie Fu
2ff3977a66
8275004: CDS build failure with gcc11
...
Reviewed-by: shade
2021-10-10 14:00:58 +00:00
lawrence.andrews
296f8537f7
8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java
...
Reviewed-by: serb
2021-10-10 08:46:04 +00:00
Andrey Turbanov
2c83559eda
8274882: Cleanup redundant boxing in java.desktop
...
Reviewed-by: serb, pbansal
2021-10-10 08:41:52 +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
Pankaj Bansal
aac6c4ea70
8272229: BasicSplitPaneDivider:oneTouchExpandableChanged() returns leftButton and rightButton as null with GTKLookAndFeel
...
Reviewed-by: serb, jdv, kizune
2021-10-09 03:52:53 +00:00
Andrey Turbanov
f640c7aaa8
8274806: Simplify equals() call on nullable variable and a constant in java.desktop
...
Reviewed-by: serb, pbansal
2021-10-09 00:46:20 +00:00
Andrey Turbanov
9c431dd168
8274900: Too weak variable type leads to unnecessary cast in jdk.javadoc
...
Reviewed-by: prappo
2021-10-08 23:08:05 +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
Brian Burkhalter
239a35aa91
8233749: Files.exists javadoc doesn't mention eating IOException
...
Reviewed-by: lancea, alanb
2021-10-08 16:43:16 +00:00
Naoto Sato
ec199072c5
8274864: Remove Amman/Cairo hacks in ZoneInfoFile
...
Reviewed-by: iris, joehw
2021-10-08 16:11:22 +00:00
Sergey Tsypanov
ccbce107f2
8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop
...
Reviewed-by: jdv, aivanov
2021-10-08 15:58:36 +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