Alexander Zvegintsev
c05dbac3cb
8193547: Regression automated test '/open/test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.java' fails
...
Reviewed-by: serb
2022-12-14 16:51:41 +00:00
Daniel Fuchs
0dce5b811d
8296610: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java failed with "BindException: Address already in use: connect"
...
Reviewed-by: michaelm
2022-12-14 16:39:32 +00:00
Jesper Wilhelmsson
23e18275ac
Merge
2022-12-13 16:42:35 +00:00
Severin Gehwolf
cf93933e21
8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows
...
Reviewed-by: mullan
2022-12-12 15:49:31 +00:00
Jesper Wilhelmsson
715bf70459
Merge
2022-12-09 22:00:12 +00:00
Artem Semenov
9749a43641
8298457: Instructions in a11y manual tests need to be updated
...
Reviewed-by: kizune, serb
2022-12-09 20:05:19 +00:00
Daniel Fuchs
05d67f69e3
8298340: java/net/httpclient/CancelRequestTest.java fails with AssertionError: Found some subscribers for testPostInterrupt
...
Reviewed-by: jpai
2022-12-09 15:23:22 +00:00
Alan Bateman
d35e840024
8297295: Remove ThreadGroup.allowThreadSuspension
...
Reviewed-by: jpai, smarks, chegar, darcy
2022-12-08 18:17:58 +00:00
Jaikiran Pai
2f426cd68b
8298375: Bad copyright header in test/jdk/java/lang/Character/Supplementary.java
...
Reviewed-by: alanb
2022-12-08 11:02:21 +00:00
Sergey Tsypanov
b9346e149e
8298033: Character.codePoint{At|Before}(char[], int, int) doesn't do JavaDoc-specified check
...
Reviewed-by: rriggs
2022-12-08 10:21:56 +00:00
Alan Bateman
1166c8e2c0
8296896: Change virtual Thread.yield to use external submit
...
Reviewed-by: jpai, rpressler
2022-12-08 07:37:32 +00:00
Darragh Clarke
3aa4070d4c
8294047: HttpResponseInputStream swallows interrupts
...
Reviewed-by: dfuchs, vtewari, jpai
2022-12-08 01:39:07 +00:00
Naoto Sato
8a9911ef17
8295803: Console should be usable in jshell and other environments
...
Reviewed-by: jlaskey, alanb
2022-12-07 20:49:29 +00:00
Brian Burkhalter
10356e767a
8298303: (fs) temporarily remove Path.getExtension
...
Reviewed-by: smarks, alanb
2022-12-07 18:54:18 +00:00
Olga Mikhaltsova
8edb98df3d
8165943: LineBreakMeasurer does not measure correctly if TextAttribute.TRACKING is set.
...
Co-authored-by: Jason Fordham <jclf@azul.com>
Reviewed-by: prr
2022-12-07 18:02:20 +00:00
Markus KARG
389b8f4b78
8297298: SequenceInputStream should override transferTo
...
Reviewed-by: bpb
2022-12-07 16:29:43 +00:00
Severin Gehwolf
4da8411674
8298108: Add a regression test for JDK-8297684
...
Reviewed-by: mullan
2022-12-07 10:46:53 +00:00
Sergey Bylokhov
5a3439db9f
4677581: ColorModel.getComponentSize()-wrong conditions for ArrayIndexOutOfBoundsExceptio
...
Reviewed-by: prr
2022-12-07 09:35:26 +00:00
Daniel Jeliński
27bbe7be2c
8297976: Remove sun.net.ProgressMonitor and related classes
...
8240275: Occasional errors in HttpURLConnection due to race with GC
Reviewed-by: jpai, dfuchs, michaelm
2022-12-07 08:56:10 +00:00
Andrew John Hughes
ce896731d3
8297804: (tz) Update Timezone Data to 2022g
...
Reviewed-by: naoto
2022-12-07 00:34:00 +00:00
Daniel Fuchs
b0e54328c5
8297687: new URI(S,S,S,S) throws exception with incorrect index position reported in the error message
...
Reviewed-by: jpai
2022-12-06 12:46:01 +00:00
Yude Lin
f5ad515db0
8297247: Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
...
Reviewed-by: tschatzl, ayang
2022-12-06 07:16:27 +00:00
Jayathirth D V
ba2d28e911
8298027: Remove SCCS id's from awt jtreg tests
...
Reviewed-by: aivanov
2022-12-06 03:43:28 +00:00
ravi.ra.gupta
7d20a60a98
8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent
...
Reviewed-by: honkar, aivanov
2022-12-05 18:41:42 +00:00
Phil Race
601264d97d
8273357: SecurityManager deprecation warning from java/awt/regtesthelpers/Util.java
...
Reviewed-by: kizune, aivanov
2022-12-05 17:54:15 +00:00
Alan Bateman
19d849884b
8297495: j.u.concurrent updates for JDK 20
...
Reviewed-by: jpai
2022-12-05 15:20:16 +00:00
Jorn Vernee
0452c39fec
8296477: Foreign linker implementation update following JEP 434
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: rehn, mcimadamore, vlivanov
2022-12-05 14:47:12 +00:00
Maurizio Cimadamore
73baadceb6
8295044: Implementation of Foreign Function and Memory API (Second Preview)
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jvernee, pminborg, psandoz, alanb, sundar
2022-12-05 13:49:53 +00:00
sendaoYan
82561de722
8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout
...
Reviewed-by: weijun, wetmore
2022-12-05 07:41:42 +00:00
Michal Karm Babacek
914ef07fed
8297609: Add application/wasm MIME type for wasm file extension
...
Reviewed-by: jpai, michaelm
2022-12-05 01:59:20 +00:00
Daniel D. Daugherty
6e5470525d
8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
...
8297367: disable TestRedirectLinks.java in slowdebug mode
8297369: disable Fuzz.java in slowdebug mode
Reviewed-by: sspitsyn, jjg, cjplummer, lmesnik
2022-12-02 22:29:21 +00:00
Daniel Fuchs
6d0fbb2c49
8297645: Drop the test/jdk/java/net/httpclient/reactivestreams-tck-tests/TckDriver.java test
...
Reviewed-by: alanb, jpai, michaelm
2022-12-02 10:44:29 +00:00
Jie Fu
11ba7591df
8297992: Tests fail after JDK-8297215 due to lack of @enablePreview
...
Reviewed-by: darcy
2022-12-02 06:04:10 +00:00
Joe Darcy
770ff5a812
8297215: Update libs tests to use @enablePreview
...
Reviewed-by: alanb, sspitsyn
2022-12-01 20:38:16 +00:00
Alexander Zvegintsev
9f94cbec51
8271519: java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java failed with "Total [200] - Expected [400]"
...
Reviewed-by: serb
2022-12-01 18:10:31 +00:00
Jorn Vernee
1722f9cce3
8290231: java/foreign/malloc/TestMixedMallocFree.java crashed in JDK19 ATR run
...
Reviewed-by: mcimadamore
2022-11-30 20:00:59 +00:00
Jorn Vernee
1a2ff58761
8297736: test/jdk/java/foreign/TestMatrix.java is broken
...
8291642: java/foreign/TestMatrix.java -few tests are failing due to JDK-8287158.
Reviewed-by: mcimadamore
2022-11-30 19:59:43 +00:00
Jaikiran Pai
9ced2ea0ab
8297311: Improve exception message thrown by java.net.HostPortrange::toLowerCase(String s)
...
Reviewed-by: dfuchs, michaelm, rriggs
2022-11-30 01:11:24 +00:00
Jaikiran Pai
0ce182723b
8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
...
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: alanb, lancea, dfuchs
2022-11-30 00:37:31 +00:00
Srinivas Mandalika
e2d71c0a0d
8297481: Create a regression test for JDK-4424517
...
Reviewed-by: serb
2022-11-29 21:54:33 +00:00
Daniel Fuchs
d83a07b72c
8297200: java/net/httpclient/SpecialHeadersTest.java failed once in AssertionError due to selector thread remaining alive
...
Reviewed-by: jpai
2022-11-29 12:42:37 +00:00
Weibing Xiao
cdf9ed07de
8297528: java/io/File/TempDirDoesNotExist.java test failing on windows-x64
...
Reviewed-by: rriggs, iris, bpb, naoto
2022-11-28 21:34:36 +00:00
Ryan Ernst
50f9043c69
8297451: ProcessHandleImpl should assert privilege when modifying reaper thread
...
Reviewed-by: chegar, alanb
2022-11-26 20:04:59 +00:00
Jaikiran Pai
2f47f83add
8297569: URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
...
Reviewed-by: dfuchs
2022-11-25 01:23:53 +00:00
Claes Redestad
87d1097d9b
8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation
...
Reviewed-by: enikitin, alanb
2022-11-24 17:40:30 +00:00
KIRIYAMA Takuya
ab1f9ffa78
8051627: Invariants about java.net.URI resolve and relativize are wrong
...
Reviewed-by: dfuchs
2022-11-24 16:16:45 +00:00
Sergey Bylokhov
abeddab991
6528710: sRGB-ColorSpace to sRGB-ColorSpace Conversion
...
Reviewed-by: jdv, dnguyen
2022-11-24 03:54:40 +00:00
Weibing Xiao
8df3bc4ec5
8290313: Produce warning when user specified java.io.tmpdir directory doesn't exist
...
Reviewed-by: rriggs, naoto, coffeys
2022-11-23 17:10:05 +00:00
Damon Nguyen
b6dddf4ce6
8239801: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails
...
Reviewed-by: honkar, azvegint
2022-11-22 20:12:36 +00:00
Alexander Zvegintsev
6d6046b379
8252713: jtreg time out of CtrlASCII.java seems to hang the Xserver.
...
Reviewed-by: prr
2022-11-22 09:20:46 +00:00
Weijun Wang
57f5cfdeb5
8296399: crlNumExtVal might be null inside X509CRLSelector::match
...
Reviewed-by: xuelei
2022-11-21 15:25:18 +00:00
Alexander Zvegintsev
16ab754e49
8196018: java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java fails
...
Reviewed-by: psadhukhan, serb, dnguyen
2022-11-21 13:40:06 +00:00
Alexander Zvegintsev
2fc340a703
8148041: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick fails on Ubuntu with mouseReleased event after double click on title bar
...
Reviewed-by: prr
2022-11-21 10:48:44 +00:00
Matthias Baesken
bcc6b12b71
8296945: PublicMethodsTest is slow due to dependency verification with debug builds
...
Reviewed-by: mchung, thartmann
2022-11-21 07:41:11 +00:00
Jaikiran Pai
906f1ca4d7
8292317: Missing null check for Iterator.forEachRemaining implementations
...
Reviewed-by: sundar, smarks
2022-11-19 00:55:14 +00:00
Joe Darcy
6fd1442123
8296743: Tighten Class.getModifiers spec for array classes
...
Reviewed-by: rriggs, mchung, heidinga
2022-11-18 21:51:55 +00:00
ravi.ra.gupta
59a308b9d0
8296632: Write a test to verify the content change of TextArea sends TextEvent
...
Reviewed-by: mvs, prr, honkar, aivanov, serb
2022-11-18 20:34:53 +00:00
Phil Race
a53be204cb
8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
...
Reviewed-by: psadhukhan, jdv
2022-11-17 20:33:48 +00:00
Matthew Donovan
819af69f40
8249693: java/nio/channels/FileChannel/FileExtensionAndMap.java uses @ignore w/o bug id
...
Reviewed-by: rhalade
2022-11-17 19:42:20 +00:00
Justin Lu
992f209def
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
...
Reviewed-by: naoto, lancea, iris
2022-11-17 16:55:43 +00:00
Daniel Fuchs
134acab5a4
8297149: REDO JDK-8296889: Race condition when cancelling a request
...
8297075: java/net/httpclient/CancelStreamedBodyTest.java fails with "java.lang.AssertionError: WARNING: tracker for HttpClientImpl(1) has outstanding operations"
Reviewed-by: jpai
2022-11-17 15:08:04 +00:00
Alan Bateman
636040f875
8296405: java/util/concurrent/forkjoin/AsyncShutdownNow.java is too slow
...
Reviewed-by: jpai
2022-11-17 09:18:50 +00:00
Conor Cleary
b9db16ab09
8288717: Add a means to close idle connections in HTTP/2 connection pool
...
Reviewed-by: dfuchs, michaelm
2022-11-17 08:38:25 +00:00
Alexander Zvegintsev
39dda24dc6
8157173: [macosx] java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails
...
Reviewed-by: jdv, prr, serb
2022-11-16 17:05:32 +00:00
Daniel Fuchs
8b1ff9e37e
8297132: BACKOUT JDK-8296889: Race condition when cancelling a request
...
Reviewed-by: djelinski, alanb
2022-11-16 13:13:54 +00:00
Daniel Fuchs
7357a1a379
8296889: Race condition when cancelling a request
...
Reviewed-by: jpai
2022-11-15 18:36:45 +00:00
Brian Burkhalter
749335d34a
8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
...
Reviewed-by: rriggs
2022-11-14 18:08:33 +00:00
Markus Karg
95b84050fc
8296431: PushbackInputStream should override transferTo
...
Reviewed-by: bpb
2022-11-14 18:03:18 +00:00
Alexander Zvegintsev
b0edfc1159
8164464: Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
...
Reviewed-by: jdv, serb
2022-11-14 14:45:17 +00:00
Roger Riggs
9c39932672
8294899: Process.waitFor() throws IllegalThreadStateException when a process on Windows returns an exit code of 259
...
Reviewed-by: alanb, jpai
2022-11-14 14:17:46 +00:00
Alan Bateman
8eb90e2d9c
8296797: java/nio/channels/vthread/BlockingChannelOps.testSocketChannelWriteAsyncClose failed with ClosedChannelException
...
Reviewed-by: chegar, jpai
2022-11-13 07:45:38 +00:00
Ryan Wallace
ff2c987669
8294378: URLPermission constructor exception when using tr locale
...
Reviewed-by: dfuchs, jpai, aefimov
2022-11-12 01:37:46 +00:00
Darragh Clarke
fdabd37960
8293696: java/nio/channels/DatagramChannel/SelectWhenRefused.java fails with "Unexpected wakeup"
...
Reviewed-by: dfuchs, msheppar
2022-11-11 11:56:41 +00:00
Weijun Wang
27527b4975
8296612: CertAttrSet is useless
...
Reviewed-by: mullan
2022-11-10 22:23:58 +00:00
Adam Sotona
e802b124b7
8296196: Class.getEnumConstants() throws undocumented ClassCastException and NullPointerException
...
Reviewed-by: darcy
2022-11-10 06:20:57 +00:00
Matthias Baesken
d4376f8b55
8296406: ChainingConstructors jtreg test reduce code duplication
...
Reviewed-by: mullan
2022-11-09 13:49:46 +00:00
Justin Lu
fd83764981
8296239: ISO 4217 Amendment 174 Update
...
Reviewed-by: naoto
2022-11-09 01:18:01 +00:00
Weijun Wang
671f84bd86
8296143: CertAttrSet's set/get mechanism is not type-safe
...
Reviewed-by: mullan
2022-11-08 22:35:29 +00:00
Rajan Halade
520db1eeb1
8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
...
Reviewed-by: weijun
2022-11-07 19:09:57 +00:00
Rajan Halade
b6ea69c06a
8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
...
Reviewed-by: xuelei, mullan
2022-11-07 18:22:08 +00:00
Matthias Baesken
8836b92593
8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException
...
Reviewed-by: mullan, mdoerr
2022-11-07 07:50:12 +00:00
Brian Burkhalter
5b7e70645b
8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
...
Reviewed-by: alanb
2022-11-04 17:32:32 +00:00
Renjith
22347e46f7
8277775: Fixup bugids in RemoveDropTargetCrashTest.java - add 4357905
...
Reviewed-by: prr, aivanov
2022-11-04 12:35:39 +00:00
Yoshiki Sato
9d3b4ef2ad
8296108: (tz) Update Timezone Data to 2022f
...
Reviewed-by: serb, naoto
2022-11-04 02:23:17 +00:00
Daniel Fuchs
4338f527aa
8294241: Deprecate URL public constructors
...
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
2022-11-03 17:18:14 +00:00
Stuart Marks
53905e600a
8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)
...
Reviewed-by: smarks
2022-11-03 16:36:29 +00:00
Brian Burkhalter
25dfcbdea5
8289689: (fs) Re-examine the need for normalization to Unicode Normalization Format D (macOS)
...
Reviewed-by: jpai, alanb
2022-11-03 15:47:51 +00:00
ravi.ra.gupta
2a79dfc1f9
8295774: Write a test to verify List sends ItemEvent/ActionEvent
...
Reviewed-by: serb, aivanov
2022-11-03 13:39:00 +00:00
Justin Lu
f84b0ad07c
8295670: Remove duplication in java/util/Formatter/Basic*.java
...
Reviewed-by: bchristi, lancea, naoto
2022-11-02 17:30:02 +00:00
Daniel Fuchs
e15d2419ab
8295991: java/net/httpclient/CancelRequestTest.java fails intermittently
...
Reviewed-by: jpai
2022-11-02 15:31:50 +00:00
Brian Burkhalter
50d91a31d4
8057113: (fs) Path should have a method to obtain the filename extension
...
Reviewed-by: rriggs, lancea, mr, alanb
2022-11-01 21:35:54 +00:00
Naoto Sato
590de37bd7
8284842: Update Unicode Data Files to Version 15.0.0
...
8284844: Update ICU4J to Version 72.1
Reviewed-by: joehw
2022-10-31 17:57:30 +00:00
Justin Lu
78763fc8e0
8295000: java/util/Formatter/Basic test cleanup
...
Reviewed-by: bchristi, naoto, lancea
2022-10-27 20:55:26 +00:00
Daniel Jeliński
706d1b7508
8295798: (ch) Test java/nio/channels/Channels/ReadXBytes.java is very slow on Windows
...
Reviewed-by: alanb, bpb
2022-10-25 07:25:07 +00:00
Naoto Sato
5b3de6e143
8284840: Update CLDR to Version 42.0
...
Reviewed-by: erikj, iris, joehw
2022-10-24 15:48:38 +00:00
Daniel Jeliński
2f3f3b6185
8295792: Clean up old async close code
...
Reviewed-by: alanb
2022-10-24 15:25:48 +00:00
Daniel Jeliński
65c84e0cf8
8295777: java/net/httpclient/ConnectExceptionTest.java should not rely on system resolver
...
Reviewed-by: dfuchs, jpai
2022-10-24 06:08:40 +00:00
Daniel Jeliński
329b49a938
8266900: java/net/httpclient/ShortResponseBody.java fails on windows with java.io.IOException: Unable to establish loopback connection
...
Reviewed-by: dfuchs
2022-10-24 06:07:10 +00:00
Justin Lu
902162ca9f
8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher
...
Reviewed-by: lancea, bchristi, naoto
2022-10-21 22:59:18 +00:00
Raffaello Giulietti
c08ff2c7b8
8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
...
Reviewed-by: bpb
2022-10-20 10:47:39 +00:00
Magnus Ihse Bursie
d5a1521fde
8295470: Update openjdk.java.net => openjdk.org URLs in test code
...
Reviewed-by: michaelm, prr, darcy
2022-10-20 10:33:18 +00:00
Daniel Fuchs
dcd46501e6
8294916: Cancelling a request must eventually cause its response body subscriber to be unregistered
...
Reviewed-by: michaelm, jpai
2022-10-20 08:48:40 +00:00
Naoto Sato
e238920bb6
8295372: CompactNumberFormat handling of number one with decimal part
...
Reviewed-by: joehw
2022-10-19 16:24:15 +00:00
Brian Burkhalter
a5f6e31ccb
8295456: (ch) sun.nio.ch.Util::checkBufferPositionAligned gives misleading/incorrect error
...
Reviewed-by: alanb
2022-10-19 15:53:01 +00:00
Daniel Jeliński
2cee77444f
8289366: Improve HTTP/2 client usage
...
Reviewed-by: dfuchs, rhalade
2022-10-18 22:41:16 +00:00
Joe Darcy
25e88b21af
8282252: Improve BigInteger/Decimal validation
...
Reviewed-by: jboes, rhalade, skoivu, bpb, smarks
2022-10-18 22:41:14 +00:00
Daniel Fuchs
bd41428a56
8293590: Some syntax checks performed by URL.openConnection() could be performed earlier, at URL construction
...
Reviewed-by: jpai, michaelm
2022-10-18 14:30:51 +00:00
Sean Coffey
8c40b7dc8c
8292177: InitialSecurityProperty JFR event
...
Reviewed-by: mullan
2022-10-18 11:41:07 +00:00
Nikita Provotorov
2da079c64e
8294426: Two fingers tap generates wrong mouse modifiers on M2 MacBooks
...
Reviewed-by: prr
2022-10-14 14:14:23 +00:00
Darragh Clarke
b30d922009
8292876: Do not include the deprecated userinfo component of the URI in HTTP/2 headers
...
Reviewed-by: aefimov, dfuchs, jpai
2022-10-14 01:37:29 +00:00
David Alvarez
21407dec01
8295173: (tz) Update Timezone Data to 2022e
...
Reviewed-by: naoto
2022-10-13 20:48:43 +00:00
Naoto Sato
4224d45132
8295232: "java.locale.useOldISOCodes" property is read lazily
...
Reviewed-by: lancea, bpb, iris, rriggs, coffeys
2022-10-13 16:18:53 +00:00
Smita Kamath
07946aa49c
8289552: Make intrinsic conversions between bit representations of half precision values and floats
...
Reviewed-by: kvn, sviswanathan, jbhateja
2022-10-11 17:06:19 +00:00
KIRIYAMA Takuya
4435d56d3f
8282395: URL.openConnection can throw IOOBE
...
Reviewed-by: dfuchs
2022-10-11 09:22:33 +00:00
Daniel Jeliński
fe70487d0b
8294958: java/net/httpclient/ConnectTimeout tests are slow
...
Reviewed-by: dfuchs, aefimov
2022-10-11 08:50:01 +00:00
Markus Karg
8713dfa64e
8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME
...
Reviewed-by: alanb
2022-10-09 13:55:27 +00:00
Alex Menkov
c1166a304d
8289561: java/lang/instrument/NativeMethodPrefixAgent.java fails with "ERROR: Injection failure: java.lang.UnsupportedOperationException: Records requires ASM8"
...
Reviewed-by: lmesnik, cjplummer, sspitsyn
2022-10-07 17:13:30 +00:00
Alan Bateman
1fda8421b9
8291429: java/lang/Thread/virtual/ThreadAPI.java timed out on single core system
...
Reviewed-by: sspitsyn, cjplummer
2022-10-07 08:14:43 +00:00
Alan Bateman
0ad6803ac2
8293810: Remove granting of RuntimePermission("stopThread") from tests
...
Reviewed-by: dfuchs, mullan, mchung, chegar
2022-10-07 06:15:38 +00:00
Martin Desruisseaux
5c030cccae
8290973: In AffineTransform, equals(Object) is inconsistent with hashCode()
...
Reviewed-by: prr
2022-10-06 16:03:36 +00:00
Alan Bateman
ad7b7d40ce
8294697: java/lang/Thread/virtual/ThreadAPI.testGetStackTrace2 failed with non-empty stack trace
...
Reviewed-by: dfuchs, jpai
2022-10-06 07:59:43 +00:00
lawrence.andrews
b22a38dedb
8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test
...
Reviewed-by: jdv
2022-10-04 18:02:43 +00:00
Raffaello Giulietti
5a9cd33632
8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport
...
Reviewed-by: shade
2022-10-04 10:25:11 +00:00
Emmanuel Bourg
ed40d88f29
8276849: Refresh the window icon on graphics configuration changes
...
Reviewed-by: prr, jdv
2022-10-03 18:42:01 +00:00
Raffaello Giulietti
081691adf4
8294593: Check the size of the target on invocations of BigInteger::isProbablePrime
...
Reviewed-by: darcy
2022-10-03 18:02:21 +00:00
Daniel Jeliński
a4f2078bd6
8294437: java/nio/channels/FileChannel tests slow on Windows
...
Reviewed-by: alanb, bpb
2022-10-03 17:42:56 +00:00
Jaikiran Pai
fd594302f7
8294610: java/net/vthread/HttpALot.java is slow on Linux
...
Reviewed-by: dfuchs, alanb
2022-10-01 09:17:53 +00:00
Justin Lu
3b1bc21727
8294307: ISO 4217 Amendment 173 Update
...
Reviewed-by: lancea, bpb, naoto
2022-09-30 17:10:49 +00:00
Alan Bateman
b8f9a915a2
8293940: Some tests for virtual threads take too long
...
Reviewed-by: dfuchs
2022-09-30 16:41:33 +00:00
Yoshiki Sato
f01573368f
8294357: (tz) Update Timezone Data to 2022d
...
Reviewed-by: naoto, coffeys
2022-09-30 12:45:35 +00:00
Brian Burkhalter
a07975bf3e
8294519: (fs) java/nio/file/Files/CopyProcFile.java fails intermittenly due to unstable /proc/cpuinfo output
...
Reviewed-by: alanb, shade, lancea
2022-09-29 21:06:49 +00:00
Raffaello Giulietti
ce85cac947
8065554: MatchResult should provide values of named-capturing groups
...
Reviewed-by: smarks
2022-09-29 09:16:21 +00:00
Markus Karg
7515b304ca
8279283: BufferedInputStream should override transferTo
...
Reviewed-by: bpb
2022-09-28 15:58:25 +00:00
Alan Bateman
37f83b9b8e
8294375: test/jdk/java/nio/channels/vthread/BlockingChannelOps.java is slow
...
Reviewed-by: jpai
2022-09-28 13:10:43 +00:00
KIRIYAMA Takuya
c13e0ef3f8
8292848: AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7
...
Reviewed-by: prr, serb
2022-09-28 07:00:38 +00:00
Alan Bateman
1abf971b93
8249627: Degrade Thread.suspend and Thread.resume
...
Reviewed-by: cjplummer, sspitsyn, dholmes, jpai
2022-09-27 11:43:59 +00:00
Roger Riggs
5ae6bc23e8
8234262: Unmask SIGQUIT in a child process
...
Reviewed-by: bpb, dholmes, vtewari, stuefe, alanb
2022-09-26 15:55:22 +00:00
Jaikiran Pai
169a5d48af
8294193: Files.createDirectories throws FileAlreadyExistsException for a symbolic link whose target is an existing directory
...
Reviewed-by: alanb
2022-09-26 05:16:31 +00:00
Harshitha Onkar
eca9749da0
8288325: [windows] Actual and Preferred Size of AWT Non-resizable frame are different
...
Reviewed-by: kizune, aivanov, tr
2022-09-23 16:24:52 +00:00
Aleksey Shipilev
0b56b82243
8293991: java/lang/Float/Binary16ConversionNaN.java fails on silent NaN conversions
...
Reviewed-by: darcy
2022-09-23 09:03:18 +00:00
Alan Bateman
acd5bcfc88
8289610: Degrade Thread.stop
...
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
2022-09-23 07:55:29 +00:00
lawrence.andrews
df53fa752a
8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key
...
Reviewed-by: serb, aivanov
2022-09-22 20:15:28 +00:00
Jaikiran Pai
800e68d690
8292044: HttpClient doesn't handle 102 or 103 properly
...
Reviewed-by: dfuchs, chegar, michaelm
2022-09-22 09:18:22 +00:00
Alexey Ivanov
711e2520ad
8294039: Remove "Classpath" exception from java/awt tests
...
Reviewed-by: dmarkov, iris
2022-09-21 17:01:39 +00:00
Naoto Sato
e3358e77f5
8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
...
Reviewed-by: joehw, smarks
2022-09-20 16:46:18 +00:00
Adam Sotona
0fa7d9e8cd
8278863: Add method ClassDesc::ofInternalName
...
Reviewed-by: jvernee
2022-09-20 07:50:03 +00:00
Brian Burkhalter
6e23b43220
8293502: (fc) FileChannel::transfer methods fail to copy /proc files on Linux
...
Reviewed-by: alanb
2022-09-19 15:57:06 +00:00
Sean Coffey
1f9ff41312
8292297: Fix up loading of override java.security properties file
...
Reviewed-by: xuelei
2022-09-19 15:21:46 +00:00
Alexey Ivanov
64b96e5cf5
8293811: Provide a reason for PassFailJFrame.forceFail
...
Reviewed-by: honkar, jdv
2022-09-19 14:22:36 +00:00
Prasanta Sadhukhan
141d5f5dee
8293767: AWT test TestSinhalaChar.java has old SCCS markings
...
Reviewed-by: iris
2022-09-16 07:58:00 +00:00