Alan Bateman
53bf1bfdab
8286176: Add JNI_VERSION_19 to jni.h and JNI spec
...
Reviewed-by: dcubed, iris, mchung, dholmes
2022-06-17 05:57:28 +00:00
Alexey Semenyuk
c254c9d095
8287401: jpackage tests failing on Windows due to powershell issue
...
Reviewed-by: almatvee
2022-06-16 22:04:17 +00:00
Maurizio Cimadamore
ff3db52044
8288534: Out of bound errors for memory segment access mentions wrong values
...
Reviewed-by: psandoz
2022-06-16 15:59:22 +00:00
Jesper Wilhelmsson
3d12c0225b
Merge
2022-06-16 12:01:32 +00:00
Tejesh R
39526e28bc
8284619: javax/swing/JTable/8236907/LastVisibleRow.java failed with "Test Case Failed!!, Last Row not Visible!!!"
...
Reviewed-by: psadhukhan, honkar
2022-06-16 03:47:30 +00:00
Conor Cleary
13d4ddc35b
8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException
...
Reviewed-by: dfuchs, jpai
2022-06-15 15:41:18 +00:00
Yoshiki Sato
fe807217a7
8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier
...
Reviewed-by: mchung
2022-06-15 00:12:53 +00:00
Harshitha Onkar
bbaeacb597
8265586: [windows] last button is not shown in AWT Frame with BorderLayout and MenuBar set.
...
Reviewed-by: aivanov, dmarkov, azvegint
2022-06-14 19:48:06 +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
Daniel D. Daugherty
53ef59c402
8288365: ProblemList java/lang/reflect/callerCache/ReflectionCallerCacheTest.java in -Xcomp on macosx-x64 and windows-x64
...
Reviewed-by: dholmes, mchung
2022-06-13 22:47:33 +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
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
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
Sibabrata Sahoo
0cb0ecf443
8209935: Test to cover CodeSource.getCodeSigners()
...
Reviewed-by: mullan
2022-06-13 05:17:58 +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
Rajan Halade
c6dd2ab9d7
8224768: Test ActalisCA.java fails
...
Reviewed-by: mullan
2022-06-10 17:25:54 +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
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
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
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
Tejesh R
5a89cb01bc
6429812: NPE after calling JTable.updateUI() when using a header renderer + XP L&F
...
Reviewed-by: aivanov, serb
2022-06-09 08:12:59 +00:00
XenoAmess
e01cd7c3ed
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
...
Reviewed-by: naoto, bpb, dfuchs, ascarpino
2022-06-09 01:50:54 +00:00
Ron Pressler
b623398555
8287901: Loom: Failures with -XX:+VerifyStack
...
Reviewed-by: pchilanomate, coleenp
2022-06-08 19:50:31 +00:00
Raffaello Giulietti
c8cff1bd6f
8202449: overflow handling in Random.doubles
...
Reviewed-by: darcy
2022-06-08 16:28:18 +00:00
Raffaello Giulietti
c15e10fb6c
8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str)
...
Reviewed-by: darcy
2022-06-08 16:23:04 +00:00
Tim Prinzing
b92ce2699b
8281001: Class::forName(String) defaults to system class loader if the caller is null
...
Reviewed-by: mchung
2022-06-08 16:21:55 +00:00
Naoto Sato
6fb84e2c91
8287541: Files.writeString fails to throw IOException for charset "windows-1252"
...
Reviewed-by: iris, bpb, alanb, jpai, lancea, aturbanov
2022-06-08 15:50:06 +00:00
Daniel Jeliński
4662e06bff
8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions
...
Reviewed-by: coffeys, ascarpino
2022-06-08 06:33:40 +00:00
Sergey Bylokhov
bf439f8c93
8287876: The recently de-problemlisted TestTitledBorderLeak test is unstable
...
Reviewed-by: psadhukhan, prr
2022-06-07 23:10:48 +00:00
Daniel D. Daugherty
b7a34f728d
8287927: ProblemList java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java on macosx-aarch64
...
Reviewed-by: aivanov
2022-06-07 21:08:59 +00:00
Daniel D. Daugherty
91e6bf6791
8287919: ProblemList java/lang/CompressExpandTest.java
...
Reviewed-by: azvegint
2022-06-07 17:25:38 +00:00
Tim Prinzing
96641c0c42
8287745: jni/nullCaller/NullCallerTest.java fails with "exitValue = 1"
...
Reviewed-by: erikj, mchung
2022-06-07 16:02:09 +00:00
Tejesh R
67f1bd7ff1
8286620: Create regression test for verifying setMargin() of JRadioButton
...
Reviewed-by: jdv, honkar, aivanov
2022-06-07 15:50:16 +00:00
Alexander Zvegintsev
1499e5eac0
8273573: [macos12] ActionListenerCalledTwiceTest.java fails on macOS 12
...
Reviewed-by: psadhukhan, serb
2022-06-07 13:57:01 +00:00
Adam Sotona
905bcbe34e
8286571: java source launcher from a minimal jdk image containing jdk.compiler fails with --enable-preview option
...
Reviewed-by: jlahoda
2022-06-07 13:38:56 +00:00
Magnus Ihse Bursie
f1dd559e20
8287896: PropertiesTest.sh fail on msys2
...
Reviewed-by: naoto
2022-06-07 11:53:10 +00:00
Severin Gehwolf
2d8c649054
8287663: Add a regression test for JDK-8287073
...
Reviewed-by: iklam
2022-06-07 08:40:17 +00:00
Sergey Bylokhov
645be42f76
8287824: The MTPerLineTransformValidation tests has a typo in the @run tag
...
Reviewed-by: iris, prr
2022-06-06 23:17:25 +00:00
Alexey Semenyuk
c37c8e5d34
8250950: Allow per-user and system wide configuration of a jpackaged app
...
Reviewed-by: almatvee
2022-06-06 22:17:59 +00:00
Jatin Bhateja
f347ff9986
8283894: Intrinsify compress and expand bits on x86
...
Reviewed-by: psandoz, sviswanathan, jrose, kvn
2022-06-06 00:37:54 +00:00
Daniel D. Daugherty
3df4b034fb
8287837: ProblemList java/lang/ref/OOMEInReferenceHandler.java in -Xcomp
...
Reviewed-by: rriggs
2022-06-05 14:08:55 +00:00
Alan Bateman
e4e1e8f66c
8284199: Implementation of Structured Concurrency (Incubator)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Reviewed-by: psandoz, mcimadamore, darcy
2022-06-04 06:15:49 +00:00
Manukumar V S
d76c1089ef
8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
...
Reviewed-by: prr
2022-06-04 03:00:44 +00:00
Jie Fu
005a330387
8287826: javax/accessibility/4702233/AccessiblePropertiesTest.java fails to compile
...
Reviewed-by: dcubed
2022-06-04 02:49:52 +00:00
Artem Semenov
b6cdfd685d
8287740: NSAccessibilityShowMenuAction not working for text editors
...
Reviewed-by: kizune, serb
2022-06-03 21:29:24 +00:00