Daniel Fuchs
2d2cd78bde
8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted
...
Reviewed-by: chegar
2021-05-11 14:48:12 +00:00
Sandhya Viswanathan
23446f1f5e
8265128: [REDO] Optimize Vector API slice and unslice operations
...
Reviewed-by: psandoz, vlivanov
2021-05-10 21:49:49 +00:00
Alexey Semenyuk
c8b744743b
8266603: jpackage: Add missing copyright file in Java runtime .deb installers
...
Reviewed-by: almatvee, herrick
2021-05-10 16:39:39 +00:00
Alexander Zuev
9b76955024
8266249: javax/swing/JPopupMenu/7156657/bug7156657.java fails on macOS
...
Reviewed-by: jdv, pbansal, azvegint
2021-05-10 03:21:52 +00:00
Alan Bateman
be4f25b0c8
8266369: (se) Add wepoll based Selector
...
Reviewed-by: chegar, michaelm, vtewari, dfuchs, bpb
2021-05-08 07:14:36 +00:00
Daniel Fuchs
3fcdc50e44
8266646: Add more diagnostic to java/lang/System/LoggerFinder/modules
...
Reviewed-by: naoto, iris, bpb, lancea
2021-05-07 12:56:49 +00:00
Thomas Schatzl
14f0afe811
8214237: Join parallel phases post evacuation
...
Reviewed-by: iwalulya, sjohanss
2021-05-07 11:38:29 +00:00
buddyliao
66191ff4b0
8266193: BasicJMapTest does not include testHistoParallel methods
...
Reviewed-by: sspitsyn, amenkov
2021-05-07 02:57:32 +00:00
Alex Menkov
52f1db6b6f
8262002: java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.sh failed with "TestCaseScaffoldException: DummyClassWithLVT did not match .class file"
...
Reviewed-by: coleenp, sspitsyn
2021-05-06 18:34:12 +00:00
Weijun Wang
04f7112647
8266293: Key protection using PBEWithMD5AndDES fails with "java.security.InvalidAlgorithmParameterException: Salt must be 8 bytes long"
...
Reviewed-by: valeriep
2021-05-06 18:00:11 +00:00
Lance Andersen
e8405970b9
8266460: java.io tests fail on null stream with upgraded jtreg/TestNG
...
Reviewed-by: bpb
2021-05-06 14:18:41 +00:00
Lance Andersen
fcedfc8a3b
8266579: Update test/jdk/java/lang/ProcessHandle/PermissionTest.java & test/jdk/java/sql/testng/util/TestPolicy.java
...
Reviewed-by: joehw, naoto, bpb
2021-05-06 14:13:45 +00:00
Sibabrata Sahoo
20ad428974
8180568: Refactor javax/crypto shell tests to plain java tests
...
Reviewed-by: wetmore
2021-05-06 05:50:22 +00:00
Alexander Matveev
2c53654bf1
8266179: [macos] jpackage should specify architecture for produced pkg files
...
Reviewed-by: herrick, kcr, asemenyuk
2021-05-04 23:35:24 +00:00
Jim Laskey
f00b70e2ca
8266527: RandomTestCoverage.java failing due to API removal
...
Reviewed-by: rriggs
2021-05-04 21:18:48 +00:00
Naoto Sato
4e96b31042
8265989: System property for the native character encoding name
...
Reviewed-by: iris, joehw, rriggs
2021-05-04 17:30:14 +00:00
Tejpal Rebari
30ccd8081b
8264950: Set opaque for JTooltip in config file of NimbusLookAndFeel
...
Reviewed-by: serb, pbansal
2021-05-04 04:53:25 +00:00
Andy Herrick
5c083e8560
8266129: tools/jpackage/windows/WinInstallerIconTest.java hangs with fastdebug
...
Reviewed-by: asemenyuk, almatvee
2021-05-01 12:03:12 +00:00
Daniel D. Daugherty
50fa1623ad
8266389: ProblemList java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java on generic-all
...
Reviewed-by: mikael, prr
2021-04-30 19:55:19 +00:00
Daniel Fuchs
0544a732a4
8255227: java/net/httpclient/FlowAdapterPublisherTest.java intermittently failing with TestServer: start exception: java.io.IOException: Invalid preface
...
Reviewed-by: chegar
2021-04-30 17:21:55 +00:00
Weijun Wang
48bb996ac9
8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
...
Reviewed-by: coffeys, hchao
2021-04-30 14:04:13 +00:00
Sean Coffey
276a1bf767
8236671: NullPointerException in JKS keystore
...
Reviewed-by: hchao, xuelei
2021-04-30 09:32:40 +00:00
Alexander Scherbatiy
e9370a13b6
8265761: Font with missed font family name is not properly printed on Windows
...
Reviewed-by: serb, prr
2021-04-30 08:46:58 +00:00
Valerie Peng
5d8c1cc8a0
8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider
...
Reviewed-by: jnimeh
2021-04-29 21:02:41 +00:00
Phil Race
46b4a145a6
8266315: Problem list failing test java/awt/font/TextLayout/LigatureCaretTest.java
...
Reviewed-by: dcubed
2021-04-29 19:13:22 +00:00
Daniel Fuchs
01415f33e3
8266250: WebSocketTest and WebSocketProxyTest call assertEquals(List<byte[]>, List<byte[]>)
...
Reviewed-by: prappo
2021-04-29 16:15:06 +00:00
Brian Burkhalter
5f15666092
8266078: Reader.read(CharBuffer) advances Reader position for read-only Charbuffers
...
Reviewed-by: rriggs, alanb, chegar
2021-04-29 15:54:11 +00:00
Brian Burkhalter
2a03739530
8266014: Regression brought by optimization done with JDK-4926314
...
Reviewed-by: alanb, naoto
2021-04-29 15:35:14 +00:00
Naoto Sato
294347b59b
8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"
...
Reviewed-by: alanb, iris
2021-04-29 13:01:30 +00:00
Prasanta Sadhukhan
dd8286e2f3
8198616: java/awt/Focus/6378278/InputVerifierTest.java fails on mac
...
Reviewed-by: jdv
2021-04-29 10:54:27 +00:00
Prasanta Sadhukhan
5574922ff6
8266284: ProblemList java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java
...
Reviewed-by: jdv
2021-04-29 10:37:31 +00:00
Julia Boes
115a413ee4
8265123: Add static factory methods to com.sun.net.httpserver.Filter
...
Co-authored-by: Michael McMahon <michaelm@openjdk.org>
Reviewed-by: chegar, michaelm, dfuchs
2021-04-29 09:07:46 +00:00
Alexey Ushakov
155da257fd
8265005: Introduce the new client property for mac: apple.awt.windowTitleVisible
...
Reviewed-by: serb
2021-04-29 07:31:10 +00:00
Prasanta Sadhukhan
0e225ef9da
8197821: Test java/awt/font/TextLayout/LigatureCaretTest.java fails on Windows
...
8197796: Test java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java fails on Windows
Reviewed-by: azvegint, serb
2021-04-29 03:02:22 +00:00
Phil Race
3e1b90a2ef
8266157: Problem list several awt jtreg tests that fail on macOS 11
...
Reviewed-by: dcubed, pbansal
2021-04-28 19:03:33 +00:00
Fernando Guallini
7e3bc4cb44
8228442: DHKeyExchange/LegacyDHEKeyExchange.java failed due to "SSLException: An established connection was aborted by the software in your host machine"
...
Reviewed-by: xuelei
2021-04-28 15:40:53 +00:00
Fernando Guallini
ec383abc1d
8183374: Refactor java/lang/Runtime shell tests to java
...
Reviewed-by: coffeys
2021-04-28 14:00:23 +00:00
Sibabrata Sahoo
343a4a76f2
8185127: Add tests to cover hashCode() method for java supported crypto key types
...
Reviewed-by: valeriep
2021-04-28 09:48:16 +00:00
Prasanta Sadhukhan
ca37be1ead
8197800: Test java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java fails on Windows
...
Reviewed-by: aivanov, serb
2021-04-28 05:57:39 +00:00
Prasanta Sadhukhan
cf92693957
8198619: java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java fails on mac
...
Reviewed-by: aivanov, serb
2021-04-28 05:52:22 +00:00
Prasanta Sadhukhan
ce48f04085
8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac
...
Reviewed-by: jdv, serb
2021-04-28 05:48:50 +00:00
Pankaj Bansal
0438cea65b
8136517: [macosx]Test java/awt/Focus/8073453/AWTFocusTransitionTest.java fails on MacOSX
...
Reviewed-by: serb
2021-04-28 04:48:07 +00:00
Erik Gahlin
e144104bb3
8262908: JFR: Allow JFR to stream events from a known repository path
...
Reviewed-by: mgronlun
2021-04-28 02:02:53 +00:00
Paul Sandoz
0a88f0a182
8255915: jdk/incubator/vector/AddTest.java timed out
...
Reviewed-by: vlivanov
2021-04-27 18:58:37 +00:00
Hui Shi
377b346189
8264752: SIGFPE crash with option FlightRecorderOptions:threadbuffersize=30M
...
Reviewed-by: mgronlun
2021-04-27 15:44:41 +00:00
Pankaj Bansal
9481fad42f
8163367: Test javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java javax/swing/JComboBox/8033069/bug8033069ScrollBar.java fails intermittently
...
Reviewed-by: aivanov
2021-04-27 12:59:22 +00:00
Vladimir Kozlov
4785e112ae
8264806: Remove the experimental JIT compiler
...
Reviewed-by: iignatyev, erikj
2021-04-27 06:23:21 +00:00
Prasanta Sadhukhan
7db9330c58
8196300: java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java times out
...
Reviewed-by: jdv
2021-04-27 05:36:49 +00:00
Vladimir Kozlov
694acedf18
8264805: Remove the experimental Ahead-of-Time Compiler
...
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
2021-04-27 01:12:18 +00:00
Phil Race
a6f2863e64
8266003: ProblemList sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java on macosx-all
...
Reviewed-by: dcubed, mikael
2021-04-26 20:14:55 +00:00
Philippe Marschall
65c19c4094
4926314: Optimize Reader.read(CharBuffer)
...
Reviewed-by: alanb, bpb
2021-04-26 17:33:35 +00:00
Prasanta Sadhukhan
6e5026a8df
8198621: java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java fails on mac
...
Reviewed-by: serb
2021-04-26 07:28:46 +00:00
Alexey Ushakov
3bf4c904fb
8264317: Lanai: IncorrectUnmanagedImageRotatedClip.java fails on apple M1
...
Reviewed-by: serb
2021-04-25 20:52:08 +00:00
Daniel D. Daugherty
f6e22d14e3
8265890: ProblemList sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java on macOS-X64 and Linux-aarch64
...
Reviewed-by: rriggs, xuelei
2021-04-25 02:53:48 +00:00
Naoto Sato
bebfae48e3
8264208: Console charset API
...
Reviewed-by: joehw, rriggs, alanb
2021-04-23 18:57:03 +00:00
Phil Race
b84f690127
8265793: Remove duplicate jtreg TEST.groups references for some client tests
...
Reviewed-by: erikj
2021-04-22 21:23:59 +00:00
Weijun Wang
f834557ae0
8258915: Temporary buffer cleanup
...
Reviewed-by: valeriep
2021-04-22 18:11:43 +00:00
Alexander Zuev
ca6b1b49ab
8171381: [TEST_BUG] [macos] javax/swing/JPopupMenu/7156657/bug7156657.java fails on OS X
...
Reviewed-by: serb
2021-04-21 23:20:55 +00:00
Ian Graves
b337f63361
8037397: RegEx pattern matching loses character class after intersection (&&) operator
...
Reviewed-by: rriggs
2021-04-21 15:45:52 +00:00
Prasanta Sadhukhan
41fc7ddd8d
8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable
...
Reviewed-by: prr
2021-04-21 14:35:48 +00:00
Prasanta Sadhukhan
45c474a04c
8168408: Test java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java fails intermittentently on windows
...
Reviewed-by: azvegint
2021-04-21 14:20:53 +00:00
Prasanta Sadhukhan
18ee419021
8198422: Test java/awt/font/StyledMetrics/BoldSpace.java is unstable
...
Reviewed-by: azvegint
2021-04-21 14:16:08 +00:00
Peter Levart
98cb81b381
8265237: String.join and StringJoiner can be improved further
...
Reviewed-by: rriggs, redestad
2021-04-21 10:32:03 +00:00
Christoph Göttschkes
7146104fda
8265421: java/lang/String/StringRepeat.java test is missing a memory requirement
...
Reviewed-by: jlaskey, shade, ryadav
2021-04-21 07:13:13 +00:00
Sean Mullan
91b08b733e
8261779: JCK test api/javax_crypto/EncryptedPrivateKeyInfo/Ctor4.html is failing with assertion error when assertions enabled
...
Reviewed-by: rhalade, pkoppula, mschoene, weijun
2021-04-20 21:45:53 +00:00
Sean Mullan
ddc56d1dbe
8259428: AlgorithmId.getEncodedParams() should return copy
...
Reviewed-by: weijun, valeriep
2021-04-20 21:45:52 +00:00
Sean Mullan
ae33d2a2f0
8258247: Couple of issues in fix for JDK-8249906
...
Reviewed-by: rhalade, weijun
2021-04-20 21:45:52 +00:00
Sean Mullan
7232e3c704
8249906: Enhance opening JARs
...
Reviewed-by: weijun, rhalade, mschoene
2021-04-20 21:45:52 +00:00
Rafael Winterhalter
f47faf283b
8228988: AnnotationParser throws NullPointerException on incompatible member type
...
Reviewed-by: darcy
2021-04-20 21:33:19 +00:00
Erik Gahlin
4dcaac1feb
8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=
...
Reviewed-by: cjplummer
2021-04-20 15:53:45 +00:00
Per Liden
79798c656d
8265136: ZGC: Expose GarbageCollectorMXBeans for both pauses and cycles
...
Reviewed-by: sspitsyn, ayang
2021-04-20 07:53:43 +00:00
Mikael Vidstedt
ab2240741c
8265486: ProblemList javax/sound/midi/Sequencer/Recording.java on macosx-aarch64
...
Reviewed-by: prr, serb
2021-04-19 22:29:53 +00:00
Weijun Wang
8bec6fe6dc
8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
...
Reviewed-by: mullan
2021-04-19 16:11:54 +00:00
Weijun Wang
8dbf7aa1f9
8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params
...
Reviewed-by: mullan
2021-04-19 14:29:18 +00:00
Jorn Vernee
c88714875d
8265079: Implement VarHandle invoker caching
...
Reviewed-by: redestad, vlivanov, psandoz, mchung
2021-04-19 11:36:55 +00:00
Tejpal Rebari
d1c8c9eabb
8197811: Test java/awt/Choice/PopupPosTest/PopupPosTest.java fails on Windows
...
Reviewed-by: psadhukhan
2021-04-19 10:23:19 +00:00
Daniel D. Daugherty
888d80b5e2
8265358: ProblemList jdk/jshell/ToolBasicTest.java on macOS-aarch64
...
8265361: ProblemList a few compiler/whitebox tests on macos-aarch64
8265363: ProblemList java/net/Socket/UdpSocket.java on macos-aarch64
8265368: ProblemList 3 java/net/httpclient/websocket tests on macos-aarch64
8265370: ProblemList java/net/MulticastSocket/Promiscuous.java on macos-aarch64
Reviewed-by: bpb, mikael
2021-04-16 20:21:15 +00:00
Ian Graves
0bdc3e7a41
8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
...
Reviewed-by: rriggs, bpb
2021-04-16 20:05:48 +00:00
Alexander Zuev
74d03abb7b
8039270: The background color of the button can't be displayed and when pressed the button, the background color can not be changed in accordance with the case described.
...
Reviewed-by: azvegint, trebari
2021-04-16 19:30:55 +00:00
Erik Gahlin
7c37c022a1
8244190: JFR: When starting a JVM with -XX:StartFlightRecording, output is written to stdout
...
Reviewed-by: mgronlun
2021-04-16 17:26:13 +00:00
Fernando Guallini
79adc16fd8
8264152: javax/net/ssl/DTLS/RespondToRetransmit.java timed out
...
Reviewed-by: xuelei
2021-04-16 16:51:41 +00:00
Alexander Zvegintsev
6946d91d7c
8075915: The eight controls without black backgrounds with WinLAF & GTK LAF & Nimbus LAF
...
Reviewed-by: psadhukhan, kizune, aivanov
2021-04-16 14:32:12 +00:00
Jaikiran Pai
64e21307a8
8262108: SimpleDateFormat formatting broken for sq_MK Locale
...
Reviewed-by: naoto
2021-04-16 06:45:39 +00:00
Naoto Sato
f6e54f2f9a
8258794: Support for CLDR version 39
...
Reviewed-by: joehw, erikj
2021-04-15 21:28:22 +00:00
Mikael Vidstedt
838c11fc0e
8265293: ProblemList java/foreign/TestDowncall.java on macosx-aarch64
...
Reviewed-by: ccheung, dcubed
2021-04-15 16:57:17 +00:00
Weijun Wang
c70589c68c
8265227: Move Proc.java from security/testlibrary to test/lib
...
Reviewed-by: rriggs, xuelei, rhalade, ssahoo
2021-04-15 15:07:47 +00:00
Roger Riggs
7b61a426e0
8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test
...
Reviewed-by: dholmes
2021-04-15 14:38:14 +00:00
Conor Cleary
6293299dd3
8264824: java/net/Inet6Address/B6206527.java doesn't close ServerSocket properly
...
Reviewed-by: aefimov, dfuchs, michaelm, vtewari
2021-04-15 14:05:55 +00:00
Jayathirth D V
abdff7905f
8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
...
Reviewed-by: psadhukhan
2021-04-15 11:32:07 +00:00
Prasanta Sadhukhan
b72d99e77b
8233564: [TESTBUG] MouseComboBoxTest.java is failing
...
Reviewed-by: jdv
2021-04-15 10:14:37 +00:00
Prasanta Sadhukhan
2b5869ad09
8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS
...
Reviewed-by: jdv
2021-04-15 09:55:29 +00:00
Jie Fu
b224b56649
8265225: jdk/jfr/tool/TestConfigure.java fails to cleanup the output files after the testing
...
Reviewed-by: egahlin
2021-04-15 06:35:33 +00:00
Andy Herrick
e167577888
8265078: jpackage tests on Windows leave large temp files
...
Reviewed-by: asemenyuk, kcr
2021-04-14 19:56:24 +00:00
Mikael Vidstedt
05f851e45d
8265236: ProblemList java/foreign/TestUpcall.java on macosx-aarch64
...
Reviewed-by: dcubed
2021-04-14 19:53:53 +00:00
Brian Burkhalter
d1b28e7ad0
8265231: (fc) ReadDirect and WriteDirect tests fail after fix for JDK-8264821
...
Reviewed-by: alanb, dcubed, darcy, chegar
2021-04-14 19:53:19 +00:00
Mikael Vidstedt
57f86a071e
8265235: ProblemList java/foreign/TestIntrinsics.java on macosx-aarch64
...
Reviewed-by: dcubed
2021-04-14 19:19:49 +00:00
Lance Andersen
ffb3771816
8265019: Update tests for additional TestNG test permissions
...
Reviewed-by: naoto, bpb, alanb
2021-04-14 15:42:55 +00:00
Brian Burkhalter
7e4cd48020
8264821: DirectIOTest fails on a system with large block size
...
Reviewed-by: chegar
2021-04-14 15:33:48 +00:00
Prasanta Sadhukhan
75b039a43c
8263970: Manual test javax/swing/JTextField/JapaneseReadingAttributes/JapaneseReadingAttributes.java failed
...
Reviewed-by: azvegint
2021-04-14 13:11:30 +00:00
Harold Seigel
f5b2f08912
8257836: Add additional test cases to TestSyncOnValueBasedClassEvent.java
...
Reviewed-by: lfoltan, pchilanomate
2021-04-14 12:16:46 +00:00
Alexander Zvegintsev
26186ec3f6
8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked.
...
Reviewed-by: serb, pbansal, aivanov, kizune
2021-04-14 00:31:30 +00:00
Erik Gahlin
e80012ede3
8264768: JFR: Allow events to be printed to the log
...
Reviewed-by: mgronlun
2021-04-13 20:06:39 +00:00
Weijun Wang
9cd5400d9b
8265138: Simplify DerUtils::checkAlg
...
Reviewed-by: xuelei
2021-04-13 16:56:36 +00:00
Mikael Vidstedt
2aae29c922
8265111: ProblemList java/util/concurrent/locks/Lock/TimedAcquireLeak.java on macosx-aarch64
...
Reviewed-by: akozlov, hseigel
2021-04-13 15:09:15 +00:00
Mikael Vidstedt
a84d886f4c
8265112: ProblemList some java/foreign tests on macosx-aarch64
...
Reviewed-by: akozlov, hseigel
2021-04-13 15:06:26 +00:00
Conor Cleary
784f1c1f74
8264200: java/nio/channels/DatagramChannel/SRTest.java fails intermittently
...
Reviewed-by: dfuchs, rriggs, msheppar
2021-04-13 14:06:10 +00:00
Fernando Guallini
f4e639577e
8264190: Harden TLS interop tests
...
Reviewed-by: rhalade
2021-04-12 21:04:10 +00:00
Rafael Winterhalter
9dd96257c6
8263763: Synthetic constructor parameters of enum are not considered for annotation indices
...
Reviewed-by: darcy, jfranck
2021-04-12 21:01:08 +00:00
Martin Balao
1ee80e03ad
8261355: No data buffering in SunPKCS11 Cipher encryption when the underlying mechanism has no padding
...
Reviewed-by: valeriep
2021-04-12 20:58:08 +00:00
Daniel Fuchs
d84a7e55be
8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records
...
Reviewed-by: mchung, chegar, alanb
2021-04-12 16:31:36 +00:00
Alexey Ushakov
714ae54f91
8258788: incorrect response to change in window insets [lanai]
...
Reviewed-by: serb, jdv
2021-04-12 16:28:14 +00:00
Prasanta Sadhukhan
b90ad76d6b
8233567: [TESTBUG] FocusSubRequestTest.java fails on macos
...
Reviewed-by: azvegint, pbansal
2021-04-12 14:59:14 +00:00
Chris Hegarty
3c9858ddfb
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
...
Reviewed-by: alanb, mcimadamore
2021-04-12 11:21:34 +00:00
Naoto Sato
9ebc497b53
8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” phrase
...
Reviewed-by: joehw
2021-04-09 18:12:08 +00:00
Brian Burkhalter
cc54de76ca
8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed
...
Reviewed-by: alanb
2021-04-09 15:41:52 +00:00
Abdul Kolarkunnu
9bb1863ed7
8260923: Add more tests for SSLSocket input/output shutdown
...
Reviewed-by: coffeys
2021-04-09 13:57:58 +00:00
Hai-May Chao
719f95e504
8260693: Provide the support for specifying a signer in keytool -genkeypair
...
Reviewed-by: weijun
2021-04-09 01:59:59 +00:00
Weijun Wang
3d2b4cc567
8264864: Multiple byte tag not supported by ASN.1 encoding
...
Reviewed-by: xuelei
2021-04-08 21:26:05 +00:00
Alexey Semenyuk
5bd6c74547
8236127: Use value of --icon CLI option to set icon for exe installers
...
Reviewed-by: almatvee, herrick
2021-04-08 15:44:11 +00:00
Julia Boes
214d6e21bb
8263506: Make sun.net.httpserver.UnmodifiableHeaders unmodifiable
...
Reviewed-by: michaelm, dfuchs
2021-04-08 13:09:26 +00:00
Ioi Lam
78d1164ce2
8214455: Relocate CDS archived regions to the top of the G1 heap
...
Reviewed-by: tschatzl, ccheung
2021-04-08 00:41:28 +00:00
Phil Race
adb860ec10
8255800: Raster creation methods need some specification clean up
...
Reviewed-by: serb
2021-04-07 14:49:27 +00:00
Weijun Wang
eb5c097b6d
8262389: Use permitted_enctypes if default_tkt_enctypes or default_tgs_enctypes is not present
...
Reviewed-by: mullan
2021-04-06 23:58:21 +00:00
Jie Fu
bfb034abf9
8264524: jdk/internal/platform/docker/TestDockerMemoryMetrics.java fails due to swapping not working
...
Reviewed-by: sgehwolf
2021-04-06 23:03:45 +00:00
Jim Laskey
0f13e2277f
8264791: java/util/Random/RandomTestBsi1999.java failed "java.security.SecureRandom nextFloat consecutive"
...
Reviewed-by: darcy, bpb, dcubed
2021-04-06 17:05:42 +00:00
Michael McMahon
4bb80f3720
8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out
...
Reviewed-by: dfuchs
2021-04-06 16:01:59 +00:00
Aleksei Efimov
a611c462f9
8264048: Fix caching in Jar URL connections when an entry is missing
...
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: bchristi, dfuchs
2021-04-06 10:43:59 +00:00
Jorn Vernee
b7baca7f32
8264288: Performance issue with MethodHandle.asCollector
...
Reviewed-by: jrose, vlivanov
2021-04-05 20:05:07 +00:00
Jim Laskey
920189918e
8264729: Random check-in failing header checks.
...
Reviewed-by: erikj, bpb
2021-04-05 19:03:18 +00:00
Brian Burkhalter
104e925dfd
8264512: jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
...
Reviewed-by: naoto
2021-04-05 16:42:09 +00:00
Jim Laskey
a0ec2cb289
8248862: Implement Enhanced Pseudo-Random Number Generators
...
Reviewed-by: darcy
2021-04-05 16:29:18 +00:00
Tejpal Rebari
39719da9d1
8253266: JList and JTable constructors should clear OPAQUE_SET before calling updateUI
...
Reviewed-by: psadhukhan, serb
2021-04-05 14:17:19 +00:00
Brian Burkhalter
3991b329b1
8264539: Improve failure message of java/nio/file/WatchService/SensitivityModifier.java
...
Reviewed-by: alanb
2021-04-02 19:53:18 +00:00
Daniel D. Daugherty
4133dedeef
8264658: ProblemList javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java on linux-x64
...
Reviewed-by: pbansal
2021-04-02 19:17:05 +00:00
Daniel D. Daugherty
220ddbd99e
8264657: ProblemList java/awt/Focus/FrameMinimizeTest/FrameMinimizeTest.java on linux-x64
...
Reviewed-by: rriggs
2021-04-02 18:51:33 +00:00
Daniel D. Daugherty
d0f3cc92bc
8264656: ProblemList sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java on linux-x64
...
Reviewed-by: rriggs
2021-04-02 18:13:20 +00:00
Naoto Sato
6c145c4768
8264544: Case-insensitive comparison issue with supplementary characters.
...
Co-authored-by: Chris Johnson <chriswjohnson.jdk@gmail.com>
Reviewed-by: joehw, iris, alanb
2021-04-02 16:32:45 +00:00
Jie Fu
da643cdb20
8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout
...
Reviewed-by: serb
2021-04-02 08:25:26 +00:00
Andy Herrick
04f24fe9ad
8264403: [macos]: App names containing '.' characters results in an error message when launching
...
Reviewed-by: asemenyuk
2021-04-01 20:39:38 +00:00
Ioi Lam
5858399062
8264285: Clean the modification of ccstr JVM flags
...
Reviewed-by: dholmes, coleenp
2021-04-01 18:25:14 +00:00
Joe Darcy
328e9514a8
8169629: Annotations with lambda expressions cause AnnotationFormatError
...
Reviewed-by: jfranck
2021-04-01 16:46:32 +00:00
Alexander Scherbatiy
0228734902
8262470: Printed GlyphVector outline with low DPI has bad quality on Windows
...
Reviewed-by: serb, psadhukhan
2021-04-01 06:45:20 +00:00
Sergey Bylokhov
16acfafb6b
8012229: [lcms] Improve performance of color conversion for images with alpha channel
...
Reviewed-by: azvegint
2021-03-31 23:02:55 +00:00
Your Name
cb70ab0cb9
8263235: sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError
...
Reviewed-by: psadhukhan, serb
2021-03-31 20:33:16 +00:00
Stefan Karlsson
0fa35728a7
8264489: Add more logging to LargeCopyWithMark.java
...
Reviewed-by: kbarrett, alanb, bpb
2021-03-31 16:43:14 +00:00
Brian Burkhalter
353807c5f1
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
...
Reviewed-by: jpai, alanb
2021-03-30 18:18:37 +00:00
Attila Szegedi
b08d6383b9
8262503: Support records in Dynalink
...
Reviewed-by: sundar
2021-03-30 18:06:34 +00:00
Roger Riggs
8cf1c62c34
8263754: HexFormat 'fromHex' methods should be static
...
Reviewed-by: redestad, naoto, chegar
2021-03-29 20:38:10 +00:00
Ziyi Luo
a5d7de2351
8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
...
Co-authored-by: Greg Rubin <rubin@amazon.com>
Reviewed-by: valeriep
2021-03-29 20:14:47 +00:00
Alexey Semenyuk
128c0c97a5
8248418: jpackage fails to extract main class and version from app module linked in external runtime
...
Reviewed-by: herrick, almatvee
2021-03-29 19:51:39 +00:00