Michael McMahon
|
de3113b998
|
8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: dfuchs, weijun, darcy
|
2022-02-01 07:26:59 +00:00 |
|
Joe Darcy
|
0e70d4504c
|
8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
Reviewed-by: bpb, jlaskey
|
2022-02-01 01:27:18 +00:00 |
|
Mandy Chung
|
9c0104b9c9
|
8221642: AccessibleObject::setAccessible throws NPE when invoked by JNI code with no java frame on stack
Reviewed-by: alanb
|
2022-02-01 00:09:35 +00:00 |
|
Dmitry Batrak
|
091aff92e2
|
8278908: [macOS] Unexpected text normalization on pasting from clipboard
Reviewed-by: serb, aivanov
|
2022-01-31 13:43:35 +00:00 |
|
Aleksey Shipilev
|
251351f494
|
8280889: java/lang/instrument/GetObjectSizeIntrinsicsTest.java fails with -XX:-UseCompressedOops
Reviewed-by: sspitsyn, dcubed
|
2022-01-31 08:49:02 +00:00 |
|
Kevin Walls
|
cb8a82ee24
|
8272317: jstatd has dependency on Security Manager which needs to be removed
Reviewed-by: cjplummer, rriggs
|
2022-01-28 12:54:19 +00:00 |
|
Andrey Turbanov
|
178ac74653
|
8251466: test/java/io/File/GetXSpace.java fails on Windows with mapped network drives.
Reviewed-by: bpb
|
2022-01-28 07:01:21 +00:00 |
|
Joe Darcy
|
40a2ce2033
|
8270476: Make floating-point test infrastructure more lambda and method reference friendly
Reviewed-by: bpb
|
2022-01-27 22:57:09 +00:00 |
|
Andrey Turbanov
|
2ea0edf2c4
|
8279673: AudioClip.play doesn't work due to NullPointerException when creating DataPusher
Reviewed-by: prr, serb
|
2022-01-27 07:00:56 +00:00 |
|
Hai-May Chao
|
c2ee1b33c3
|
8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
Reviewed-by: mullan
|
2022-01-26 20:31:04 +00:00 |
|
Liam Miller-Cushon
|
b5de2cc9d3
|
8280546: Remove hard-coded 127.0.0.1 loopback address
Reviewed-by: mullan
|
2022-01-26 17:40:17 +00:00 |
|
Joe Darcy
|
0c42e43f77
|
8280550: SplittableRandom#nextDouble(double,double) can return result >= bound
Reviewed-by: jlaskey, psandoz
|
2022-01-26 17:25:30 +00:00 |
|
Mandy Chung
|
a183bfb436
|
8280377: MethodHandleProxies does not correctly invoke default methods with varags
Reviewed-by: alanb
|
2022-01-26 01:24:15 +00:00 |
|
Vicente Romero
|
2eab86b513
|
8213905: reflection not working for type annotations applied to exception types in the inner class constructor
Reviewed-by: jlahoda
|
2022-01-26 00:33:10 +00:00 |
|
Aleksey Shipilev
|
76fe03fe01
|
8280166: Extend java/lang/instrument/GetObjectSizeIntrinsicsTest.java test cases
Reviewed-by: sspitsyn, lmesnik
|
2022-01-25 19:23:02 +00:00 |
|
Aleksey Shipilev
|
cebaad1c94
|
8280041: Retry loop issues in java.io.ClassCache
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: rkennke, rriggs, plevart
|
2022-01-25 19:22:07 +00:00 |
|
Joe Darcy
|
cbe8395ace
|
8280168: Add Objects.toIdentityString
Reviewed-by: alanb, mchung, rriggs, smarks
|
2022-01-25 18:15:37 +00:00 |
|
Daniel Jeliński
|
28796cbd1d
|
8163921: HttpURLConnection default Accept header is malformed according to HTTP/1.1 RFC
Reviewed-by: dfuchs, michaelm
|
2022-01-25 11:10:51 +00:00 |
|
Ian Graves
|
e3076552ec
|
8280403: RegEx: String.split can fail with NPE in Pattern.CharPredicate::match
Reviewed-by: lancea, iris, naoto, rriggs
|
2022-01-24 22:21:22 +00:00 |
|
Daniel D. Daugherty
|
293fb46f7c
|
8280413: ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on all X64 platforms
Reviewed-by: azvegint
|
2022-01-20 20:27:37 +00:00 |
|
Julia Boes
|
20297deaeb
|
8280161: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java fails with SSLException
Reviewed-by: dfuchs
|
2022-01-20 12:16:21 +00:00 |
|
Prasanta Sadhukhan
|
c4a624d463
|
8279894: javax/swing/JInternalFrame/8020708/bug8020708.java timeouts on Windows 11
Reviewed-by: serb, kizune
|
2022-01-20 04:13:50 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Erik Gahlin
|
6179e13b08
|
8266410: jdk/jfr/javaagent/TestLoadedAgent.java failed with "Mismatch in TestEvent count"
Reviewed-by: mgronlun
|
2022-01-19 22:23:51 +00:00 |
|
Alexandre Iline
|
5523ddebd5
|
8279641: Create manual JTReg tests for Swing accessibility
Reviewed-by: serb, prr
|
2022-01-19 21:02:08 +00:00 |
|
Alisen Chung
|
84fa0d8c7d
|
8190264: JScrollBar ignores its border when using macOS Mac OS X Aqua look and feel
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: kizune, serb, aivanov
|
2022-01-19 19:12:35 +00:00 |
|
Erik Gahlin
|
e20c6bf972
|
8280189: JFR: TestPrintXML should print mismatching XML
Reviewed-by: mgronlun
|
2022-01-19 15:35:57 +00:00 |
|
Matthias Baesken
|
8931c12258
|
8280157: wrong texts Falied in a couple of tests
Reviewed-by: egahlin, aivanov
|
2022-01-19 12:01:10 +00:00 |
|
Julia Boes
|
5832a34404
|
8270416: Enhance construction of Identity maps
Reviewed-by: dfuchs, chegar, rhalade, ahgross, smarks, robm
|
2022-01-18 23:35:34 +00:00 |
|
Masanori Yano
|
848b16a3f9
|
8272746: ZipFile can't open big file (NegativeArraySizeException)
Reviewed-by: lancea
|
2022-01-18 18:20:57 +00:00 |
|
Erik Gahlin
|
bd35f9740d
|
8278628: jdk/jfr/jmx/streaming/TestMaxSize.java Expected only one or two chunks
Reviewed-by: mgronlun
|
2022-01-18 16:55:06 +00:00 |
|
Jesper Wilhelmsson
|
39f140a201
|
Merge
|
2022-01-18 01:56:50 +00:00 |
|
Mikael Vidstedt
|
9a18190a4f
|
8280048: Missing comma in copyright header
Reviewed-by: prr
|
2022-01-15 03:20:34 +00:00 |
|
Masanori Yano
|
22b7295e75
|
7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
Reviewed-by: serb
|
2022-01-15 02:17:46 +00:00 |
|
Weijun Wang
|
0d1a97f793
|
8279064: New options for ktab to provide non-default salt
Reviewed-by: valeriep
|
2022-01-14 20:44:22 +00:00 |
|
Daniel D. Daugherty
|
09d61b6187
|
8280034: ProblemList jdk/jfr/api/consumer/recordingstream/TestOnEvent.java on linux-x64
Reviewed-by: ccheung
|
2022-01-14 17:49:54 +00:00 |
|
Sean Mullan
|
61b8944327
|
8278851: Correct signer logic for jars signed with multiple digestalgs
Reviewed-by: coffeys, weijun
|
2022-01-14 15:22:31 +00:00 |
|
Julia Boes
|
9f30ec174f
|
8278398: jwebserver: Add test to confirm maximum request time
Reviewed-by: dfuchs, michaelm
|
2022-01-14 12:48:03 +00:00 |
|
Naoto Sato
|
064ee6ae13
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Backport-of: 8dc4437d00
|
2022-01-13 22:05:52 +00:00 |
|
Weijun Wang
|
0a839b434b
|
8279801: EC KeyFactory and KeyPairGenerator do not have aliases for OID format
Reviewed-by: xuelei, valeriep
|
2022-01-13 15:26:41 +00:00 |
|
Jaikiran Pai
|
c17a0122c4
|
8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java
Reviewed-by: dfuchs, msheppar
|
2022-01-13 13:23:57 +00:00 |
|
Erik Gahlin
|
b61a4af719
|
8259774: Deprecate -XX:FlightRecorderOptions:samplethreads
Reviewed-by: mgronlun
|
2022-01-13 09:46:33 +00:00 |
|
Weijun Wang
|
cb25029885
|
8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards
Reviewed-by: xuelei, valeriep
|
2022-01-13 00:42:00 +00:00 |
|
Naoto Sato
|
0a094d7c28
|
8268081: Upgrade Unicode Data Files to 14.0.0
Reviewed-by: joehw, iris, lancea
|
2022-01-12 19:17:18 +00:00 |
|
Jaikiran Pai
|
ff0cb98965
|
8279536: jdk/nio/zipfs/ZipFSOutputStreamTest.java timed out
Reviewed-by: lancea
|
2022-01-12 12:58:17 +00:00 |
|
Masanori Yano
|
319d23033f
|
8277463: JFileChooser with Metal L&F doesn't show non-canonical UNC path in - Look in
Reviewed-by: psadhukhan
|
2022-01-12 06:57:36 +00:00 |
|
Masanori Yano
|
3aaa0982d8
|
8276694: Pattern trailing unescaped backslash causes internal error
Reviewed-by: jlaskey
|
2022-01-11 22:37:15 +00:00 |
|
Zdenek Zambersky
|
4c52eb3943
|
8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition
Reviewed-by: amenkov, sspitsyn
|
2022-01-11 13:14:48 +00:00 |
|
Jesper Wilhelmsson
|
d9b1bb5860
|
Merge
|
2022-01-10 17:06:23 +00:00 |
|
Matthias Baesken
|
06b4d494bf
|
8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output
Backport-of: 8b5ff4bdff
|
2022-01-10 11:41:14 +00:00 |
|