Denghui Dong
|
43a6ba9677
|
8271726: JFR: should use equal() to check event fields in tests
Reviewed-by: egahlin
|
2021-08-04 01:35:26 +00:00 |
|
Andy Herrick
|
0199b03eb3
|
8271344: Windows product version issue
Reviewed-by: asemenyuk, almatvee
|
2021-08-03 18:51:23 +00:00 |
|
Jesper Wilhelmsson
|
c8add223a1
|
Merge
Reviewed-by: mikael
|
2021-08-03 01:01:25 +00:00 |
|
Igor Ignatyev
|
ada58d13f7
|
8067223: [TESTBUG] Rename Whitebox API package
Reviewed-by: dholmes, kvn
|
2021-08-02 20:44:18 +00:00 |
|
Lance Andersen
|
3e3051e2ee
|
8251329: (zipfs) Files.walkFileTree walks infinitely if zip has dir named "." inside
Reviewed-by: alanb, naoto
|
2021-08-02 15:47:16 +00:00 |
|
Sergey Tsypanov
|
249d641889
|
8263561: Re-examine uses of LinkedList
Reviewed-by: redestad
|
2021-08-02 12:50:38 +00:00 |
|
Rajan Halade
|
4bc9b04984
|
8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert
Reviewed-by: mullan
|
2021-07-30 20:29:18 +00:00 |
|
Rajan Halade
|
d6bb846159
|
8248899: security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java fails, Certificate has been revoked
Reviewed-by: mullan
|
2021-07-30 20:16:32 +00:00 |
|
Sean Mullan
|
89f5c96d63
|
8232066: Remove outdated code/methods from PKIX implementation
Reviewed-by: weijun
|
2021-07-30 12:43:20 +00:00 |
|
Emmanuel Bourg
|
d09b028407
|
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
|
2021-07-29 16:03:31 +00:00 |
|
Jesper Wilhelmsson
|
a0504cff9f
|
Merge
|
2021-07-29 01:07:57 +00:00 |
|
Rajan Halade
|
2ec45dc2dd
|
8225082: Remove IdenTrust certificate that is expiring in September 2021
Reviewed-by: shade, mullan
|
2021-07-29 00:22:09 +00:00 |
|
Daniel D. Daugherty
|
7bf72ce301
|
8271412: ProblemList javax/sound/midi/Sequencer/Looping.java
8271413: ProblemList 2 locale tests on macOS-x64
Reviewed-by: naoto
|
2021-07-28 18:52:55 +00:00 |
|
Fernando Guallini
|
9711033780
|
8209776: Refactor jdk/security/JavaDotSecurity/ifdefs.sh to plain java test
Reviewed-by: rhalade
|
2021-07-28 18:29:55 +00:00 |
|
Prasanta Sadhukhan
|
dcdb1b6aaa
|
8137101: [TEST_BUG] javax/swing/plaf/basic/BasicHTML/4251579/bug4251579.java failure due to timing
Reviewed-by: azvegint
|
2021-07-28 16:12:47 +00:00 |
|
Vladimir Kozlov
|
d7b5cb6889
|
8271368: [BACKOUT] JDK-8266054 VectorAPI rotate operation optimization
Reviewed-by: dholmes, iklam
|
2021-07-28 06:58:36 +00:00 |
|
Tejpal Rebari
|
ecd445562f
|
8266510: Nimbus JTree default tree cell renderer does not use selected text color
Reviewed-by: psadhukhan, pbansal
|
2021-07-28 04:29:27 +00:00 |
|
Jatin Bhateja
|
d994b93e21
|
8266054: VectorAPI rotate operation optimization
Reviewed-by: psandoz, sviswanathan
|
2021-07-28 02:18:17 +00:00 |
|
Sean Mullan
|
fc80a6b493
|
8270946: X509CertImpl.getFingerprint should not return the empty String
Reviewed-by: weijun
|
2021-07-27 13:49:03 +00:00 |
|
Ian Graves
|
bb508e1303
|
8269753: Misplaced caret in PatternSyntaxException's detail message
Reviewed-by: prappo
|
2021-07-27 02:25:30 +00:00 |
|
Jaikiran Pai
|
c3d8e9228d
|
8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a negative initial size for ByteArrayOutputStream
Reviewed-by: lancea
|
2021-07-27 01:57:13 +00:00 |
|
Jesper Wilhelmsson
|
eb6da88817
|
Merge
|
2021-07-27 00:57:58 +00:00 |
|
Brian Burkhalter
|
0b12e7c82c
|
8075806: divideExact is missing in java.lang.Math
Reviewed-by: darcy
|
2021-07-26 17:19:53 +00:00 |
|
Naoto Sato
|
efa63dc1c6
|
8171382: java.time.Duration missing isPositive method
Reviewed-by: rriggs, joehw, iris, bpb, scolebourne
|
2021-07-26 16:33:16 +00:00 |
|
Alexander Zvegintsev
|
049b2ad4df
|
8015886: java/awt/Focus/DeiconifiedFrameLoosesFocus/DeiconifiedFrameLoosesFocus.java sometimes failed on ubuntu
Reviewed-by: kizune, serb
|
2021-07-24 08:14:05 +00:00 |
|
Rajan Halade
|
f4b3ee5dca
|
8270280: security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java OCSP response error
Reviewed-by: mullan
|
2021-07-23 15:03:45 +00:00 |
|
Rajan Halade
|
45abbeed2f
|
8243543: jtreg test security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java fails
Reviewed-by: mullan
|
2021-07-23 14:18:55 +00:00 |
|
Brian Burkhalter
|
1362e09479
|
8211002: test/jdk/java/lang/Math/PowTests.java skips testing for non-corner-case values
Reviewed-by: darcy
|
2021-07-22 20:35:05 +00:00 |
|
Alexey Semenyuk
|
984003d5c9
|
8268974: GetJREPath() JLI function fails to locate libjava.so if not standard Java launcher is used
Reviewed-by: almatvee, herrick, alanb
|
2021-07-22 18:53:51 +00:00 |
|
Julia Boes
|
50bb7313a7
|
8270286: com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API
Reviewed-by: chegar
|
2021-07-22 09:45:49 +00:00 |
|
Prasanta Sadhukhan
|
9131a8f5f2
|
8267940: [macos] java/awt/print/Dialog/DialogOwnerTest.java fails
Reviewed-by: azvegint, prr
|
2021-07-22 04:29:20 +00:00 |
|
Jesper Wilhelmsson
|
c36755dedf
|
Merge
|
2021-07-22 00:46:18 +00:00 |
|
Hai-May Chao
|
fc38331f44
|
8260960: Signs of jarsigner signing
Reviewed-by: weijun, rhalade
|
2021-07-21 20:28:55 +00:00 |
|
Alexander Zvegintsev
|
6ce52e6277
|
8159904: [TEST_BUG] Failure on solaris of java/awt/Window/MultiWindowApp/MultiWindowAppTest.java
Reviewed-by: prr
|
2021-07-21 16:29:56 +00:00 |
|
Daniel D. Daugherty
|
08c52fd33c
|
8271070: ProblemList 3 client tests on Linux-X64
Reviewed-by: prr
|
2021-07-21 16:13:38 +00:00 |
|
Fernando Guallini
|
6346793c64
|
8269933: test/jdk/javax/net/ssl/compatibility/JdkInfo incorrect verification of protocol and cipher support
Reviewed-by: xuelei, rhalade
|
2021-07-21 03:38:40 +00:00 |
|
Jesper Wilhelmsson
|
1eeb1791ab
|
Merge
Reviewed-by: jvernee
|
2021-07-21 00:24:17 +00:00 |
|
Jorn Vernee
|
845c31dc4b
|
8269240: java/foreign/stackwalk/TestAsyncStackWalk.java test failed with concurrent GC
Reviewed-by: vlivanov, dholmes
|
2021-07-20 13:10:42 +00:00 |
|
Tobias Hartmann
|
38694aa970
|
8270939: ProblemList java/lang/invoke/RicochetTest.java until JDK-8251969 is fixed
Reviewed-by: chagedorn
|
2021-07-20 09:45:17 +00:00 |
|
Alexander Zuev
|
534f00510e
|
8268284: javax/swing/JComponent/7154030/bug7154030.java fails with "Exception: Failed to hide opaque button"
Reviewed-by: serb
|
2021-07-20 03:31:22 +00:00 |
|
Jesper Wilhelmsson
|
a5c9094fdb
|
Merge
|
2021-07-17 02:06:19 +00:00 |
|
Phil Race
|
2dddcce29b
|
8270858: Problem List java/awt/Window/MultiWindowApp/MultiWindowAppTest.java on Linux
Reviewed-by: mikael, pbansal
|
2021-07-16 20:02:08 +00:00 |
|
Christoph Langer
|
1350e2bd22
|
8270556: Exclude security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA
Reviewed-by: mbaesken
|
2021-07-16 19:02:50 +00:00 |
|
Alexander Zuev
|
eab959cbfa
|
8269269: [macos11] SystemIconTest fails with ClassCastException
Reviewed-by: jdv
|
2021-07-16 04:43:53 +00:00 |
|
Jesper Wilhelmsson
|
7240d67868
|
Merge
|
2021-07-16 00:51:56 +00:00 |
|
Andy Herrick
|
057992f206
|
8269387: jpackage --add-launcher should have option to not create shortcuts for additional launchers
Reviewed-by: asemenyuk, almatvee
|
2021-07-15 17:04:54 +00:00 |
|
Sibabrata Sahoo
|
a32d2eefea
|
8269276: Additional tests for MessageDigest with different providers
Reviewed-by: valeriep, wetmore
|
2021-07-15 05:42:55 +00:00 |
|
Alexander Zuev
|
a033866d78
|
8269637: javax/swing/JFileChooser/FileSystemView/SystemIconTest.java fails on windows
Reviewed-by: aivanov
|
2021-07-14 18:25:57 +00:00 |
|
Brian Burkhalter
|
c0d4efff3c
|
6506405: Math.abs(float) is slow
Reviewed-by: darcy
|
2021-07-14 15:50:51 +00:00 |
|
Christoph Langer
|
e5db9a9405
|
8268620: InfiniteLoopException test may fail on x86 platforms
Backport-of: 0b09129fae
|
2021-07-14 05:38:17 +00:00 |
|