Matthias Baesken
|
c2ccf4ca85
|
8288003: log events for os::dll_unload
Reviewed-by: dholmes, stuefe
|
2022-06-14 07:18:07 +00:00 |
|
Swati Sharma
|
03dca565cf
|
8287525: Extend IR annotation with new options to test specific target feature.
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: chagedorn, kvn
|
2022-06-14 06:13:26 +00:00 |
|
Eric Liu
|
86c9241cce
|
8287028: AArch64: [vectorapi] Backend implementation of VectorMask.fromLong with SVE2
Reviewed-by: xgong, ngasson
|
2022-06-14 03:38:42 +00:00 |
|
Naoto Sato
|
fbe9266622
|
8288378: [BACKOUT] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: dholmes
|
2022-06-14 01:06:54 +00:00 |
|
Jesper Wilhelmsson
|
19043538e1
|
Merge
|
2022-06-14 00:27:47 +00:00 |
|
Brian Burkhalter
|
a9c2ab67c4
|
8288080: (fc) FileChannel::map for MemorySegments should state it always throws UOE
Reviewed-by: alanb
|
2022-06-13 22:47:13 +00:00 |
|
Daniel D. Daugherty
|
e90b579b29
|
8288332: Tier1 validate-source fails after 8279614
Reviewed-by: darcy
|
2022-06-13 20:47:34 +00:00 |
|
Alisen Chung
|
b42c1ad108
|
8279614: The left line of the TitledBorder is not painted on 150 scale factor
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: kizune, aivanov, prr
|
2022-06-13 20:05:06 +00:00 |
|
Gaurav Chaudhari
|
9b6d0a7e94
|
8285838: DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-06-13 20:01:57 +00:00 |
|
Jonathan Gibbons
|
53a0acee06
|
8286101: Support formatting in @value tag
Reviewed-by: prappo
|
2022-06-13 18:13:21 +00:00 |
|
Hai-May Chao
|
8f400b9aab
|
8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'
Reviewed-by: mullan, rhalade
|
2022-06-13 15:31:58 +00:00 |
|
Severin Gehwolf
|
e0baf012b1
|
8287007: [cgroups] Consistently use stringStream throughout parsing code
Reviewed-by: iklam
|
2022-06-13 15:14:51 +00:00 |
|
Mark Powers
|
17695962ac
|
8285263: Minor cleanup could be done in java.security
Reviewed-by: weijun
|
2022-06-13 15:13:56 +00:00 |
|
Alexey Ivanov
|
b97a4f6cdc
|
8288114: Update JIRA link in vcs.xml
Reviewed-by: mcimadamore, ihse, erikj
|
2022-06-13 14:48:52 +00:00 |
|
Martin Doerr
|
7aafc69a96
|
8288105: [PPC64] Problems with -XX:+VerifyStack
Reviewed-by: goetz, mbaesken
|
2022-06-13 14:42:49 +00:00 |
|
Kevin Driver
|
2adef6a1f8
|
8267860: Off-by-one bug when searching arrays in AlpnGreaseTest
Co-authored-by: Bradford Wetmore <wetmore@openjdk.org>
Reviewed-by: wetmore
|
2022-06-13 14:38:36 +00:00 |
|
Jie Fu
|
4aede33fbf
|
8288282: Zero-release build is broken after JDK-8279047 due to UseHeavyMonitors is read-only
Reviewed-by: dholmes, shade
|
2022-06-13 14:36:57 +00:00 |
|
Andrew Haley
|
0207d761f4
|
8287926: AArch64: intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: adinn, ngasson
|
2022-06-13 14:35:43 +00:00 |
|
Emanuel Peter
|
33ed0365c3
|
8283775: better dump: VM support for graph querying in debugger with BFS traversal and node filtering
Reviewed-by: kvn, chagedorn, thartmann, rcastanedalo
|
2022-06-13 11:46:13 +00:00 |
|
Koichi Sakata
|
ac28be721f
|
8283612: IGV: Remove Graal module
Reviewed-by: rcastanedalo, chagedorn
|
2022-06-13 08:22:57 +00:00 |
|
Sibabrata Sahoo
|
0cb0ecf443
|
8209935: Test to cover CodeSource.getCodeSigners()
Reviewed-by: mullan
|
2022-06-13 05:17:58 +00:00 |
|
Andrey Turbanov
|
f1143b1b57
|
8287696: Avoid redundant Hashtable.containsKey call in JarVerifier.doneWithMeta
Reviewed-by: jpai, lancea
|
2022-06-11 10:53:35 +00:00 |
|
David Holmes
|
d46f404b31
|
8279047: Remove expired flags in JDK 20
Reviewed-by: kvn, kbarrett, alanb
|
2022-06-11 05:52:14 +00:00 |
|
Joe Darcy
|
f4b05a1168
|
8288173: JDK-8202449 fix causes conformance test failure : api/java_util/Random/RandomGenerator/NextFloat.html
Backport-of: da2339cf69
|
2022-06-11 00:44:15 +00:00 |
|
Hai-May Chao
|
f7a4be75fb
|
8288270: Tier1 build failures after JDK-8287178
Reviewed-by: weijun, jiefu
|
2022-06-10 23:58:15 +00:00 |
|
Weijun Wang
|
d4b473d890
|
8287178: IntegerModuloP::multiplicativeInverse returns 0 for 0
Reviewed-by: jnimeh
|
2022-06-10 22:25:18 +00:00 |
|
Raffaello Giulietti
|
da2339cf69
|
8288173: JDK-8202449 fix causes conformance test failure : api/java_util/Random/RandomGenerator/NextFloat.html
Reviewed-by: bpb, darcy
|
2022-06-10 21:01:14 +00:00 |
|
Joe Darcy
|
f2e10dce78
|
8288238: Add missing file jdk.incubator.concurrent-J.sym.txt
Reviewed-by: mikael, dcubed
|
2022-06-10 20:00:17 +00:00 |
|
Jesper Wilhelmsson
|
fa564e9d58
|
Merge
|
2022-06-10 19:53:40 +00:00 |
|
Magnus Ihse Bursie
|
d0c8ff8fdf
|
8288195: Prepare build system for GHA changes
Reviewed-by: shade, erikj
|
2022-06-10 19:32:30 +00:00 |
|
Joe Darcy
|
7e940efcbc
|
8286038: Update --release 19 symbol information for JDK 19 build 26
Reviewed-by: iris
|
2022-06-10 19:00:41 +00:00 |
|
Rajan Halade
|
c6dd2ab9d7
|
8224768: Test ActalisCA.java fails
Reviewed-by: mullan
|
2022-06-10 17:25:54 +00:00 |
|
Aleksey Shipilev
|
d9c1364dde
|
8288101: False build warning-as-error with GCC 9 after JDK-8214976
Reviewed-by: mdoerr, zgu, kbarrett
|
2022-06-10 17:07:20 +00:00 |
|
Joe Darcy
|
aaa897148a
|
8288227: Refactor annotation implementation to use pattern matching for instanceof
Reviewed-by: alanb
|
2022-06-10 17:05:17 +00:00 |
|
Sandhya Viswanathan
|
2cc40afa07
|
8287835: Add support for additional float/double to integral conversion for x86
Reviewed-by: kvn, jbhateja
|
2022-06-10 17:02:33 +00:00 |
|
Daniel D. Daugherty
|
0164145afc
|
8288222: ProblemList serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java
Reviewed-by: alanb, iklam
|
2022-06-10 15:37:20 +00:00 |
|
Jonathan Gibbons
|
03276a5153
|
8281445: Document the default value for the override-methods option
Reviewed-by: prappo
|
2022-06-10 15:02:59 +00:00 |
|
Rajan Halade
|
3ee1e60595
|
8288132: Update test artifacts in QuoVadis CA interop tests
Reviewed-by: mullan
|
2022-06-10 15:01:19 +00:00 |
|
Rajan Halade
|
512db0ff31
|
8271838: AmazonCA.java interop test fails
Reviewed-by: mullan
|
2022-06-10 14:49:27 +00:00 |
|
Prasanta Sadhukhan
|
fcb35ed40e
|
8287743: javax/swing/text/CSSBorder/6796710/bug6796710.java failed
Reviewed-by: aivanov
|
2022-06-10 13:37:24 +00:00 |
|
Andrew Haley
|
bdd64d6f7d
|
8288181: AArch64: clean up out-of-date comments
Reviewed-by: shade
|
2022-06-10 13:27:30 +00:00 |
|
Jie Fu
|
5d0e8b6981
|
8288203: runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java fails with release VMs
Reviewed-by: shade
|
2022-06-10 11:40:25 +00:00 |
|
Magnus Ihse Bursie
|
975316e3e5
|
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
Reviewed-by: naoto
|
2022-06-10 10:07:10 +00:00 |
|
KIRIYAMA Takuya
|
0901548833
|
8283724: Incorrect description for jtreg-failure-handler option
Reviewed-by: erikj, ihse
|
2022-06-10 09:19:06 +00:00 |
|
Roland Westrelin
|
dae4c493e4
|
8286197: C2: Optimize MemorySegment shape in int loop
Reviewed-by: kvn, thartmann
|
2022-06-10 08:17:26 +00:00 |
|
Thomas Schatzl
|
94b473e464
|
8280454: G1: ClassLoaderData verification keeps CLDs live that causes problems with VerifyDuringGC during Remark
Reviewed-by: stefank, coleenp
|
2022-06-10 07:57:32 +00:00 |
|
Andrey Turbanov
|
900d967da5
|
8287924: Avoid redundant HashMap.containsKey call in EnvHelp.mapToHashtable
Reviewed-by: sspitsyn, cjplummer
|
2022-06-09 20:29:16 +00:00 |
|
Brian Burkhalter
|
d482d7f5b9
|
8286160: (fs) Files.exists returns unexpected results with C:\pagefile.sys because it's not readable
Reviewed-by: alanb
|
2022-06-09 16:30:53 +00:00 |
|
Joe Darcy
|
edff51e5fd
|
8284858: Start of release updates for JDK 20
8286035: Add source 20 and target 20 to javac
8286034: Add SourceVersion.RELEASE_20
Reviewed-by: dholmes, kcr, iris, erikj, jjg, ihse
|
2022-06-09 16:16:49 +00:00 |
|
Conor Cleary
|
267144311c
|
8286171: HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100
Reviewed-by: dfuchs, jpai
|
2022-06-09 15:03:52 +00:00 |
|