Conor Cleary
00ac46c06d
8310645: CancelledResponse.java does not use HTTP/2 when testing the HttpClient
...
Reviewed-by: dfuchs
2023-07-05 11:04:10 +00:00
Erik Gahlin
ba974d5c62
8310661: JFR: Replace JVM.getJVM() with JVM
...
Reviewed-by: mgronlun
2023-07-03 12:19:57 +00:00
Renjith Kannath Pariyangad
9d2e0b2a80
8307934: JRobot.moveMouseTo must access component on EDT
...
Reviewed-by: aivanov
2023-07-03 10:32:47 +00:00
Darragh Clarke
87c79c0801
8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition
...
Reviewed-by: alanb, dfuchs
2023-07-03 10:03:54 +00:00
Daniel D. Daugherty
140b70fb29
8311186: ProblemList javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java on linux-aarch64
...
8311189: disable gc/z/TestHighUsage.java
8311190: ProblemList javax/management/remote/mandatory/connection/DeadLockTest.java with virtual threads on windows-x64
8311191: ProblemList javax/management/remote/mandatory/connection/ConnectionTest.java with virtual threads on windows-x64
8311193: ProblemList vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java on linux-all
8311195: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on macosx-x64
Reviewed-by: lmesnik
2023-06-30 21:43:09 +00:00
Doug Simon
f6bdccb45c
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
...
Reviewed-by: never, kvn
2023-06-30 20:10:24 +00:00
Matthias Baesken
a7d168b522
8311026: Some G1 specific tests do not set -XX:+UseG1GC
...
Reviewed-by: sspitsyn, tschatzl
2023-06-30 11:35:02 +00:00
Roger Riggs
11fd34e196
8310241: OffsetDateTime compareTo redundant computation
...
Reviewed-by: naoto
2023-06-29 21:05:37 +00:00
Naoto Sato
a995aa6cd1
8310232: java.time.Clock$TickClock.millis() fails in runtime when tick is 1 microsecond
...
Reviewed-by: iris, rriggs, jpai
2023-06-29 16:15:02 +00:00
Chen Liang
cbf418a486
8311020: Typo cleanup in Classfile API
...
Reviewed-by: asotona
2023-06-29 05:44:02 +00:00
Alan Bateman
f4b900b607
8310902: (fc) FileChannel.transferXXX async close and interrupt issues
...
Reviewed-by: bpb
2023-06-29 05:42:19 +00:00
Alisen Chung
f0c2f09815
8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected.
...
Reviewed-by: dmarkov, honkar
2023-06-28 20:17:00 +00:00
Jesse Glick
9f98136c3a
6956385: URLConnection.getLastModified() leaks file handles for jar:file and file: URLs
...
Define FileURLConnection.closeInputStream for use by JarURLInputStream.close.
JarURLConnection properly tracks any InputStream it itself opened,
and correspondingly closes the JarFile if necessary (when caches are disabled).
But if its underlying FileURLConnection was used to retrieve a header field,
that would have caused a FileInputStream to be opened
which never gets closed until it is garbage collected.
This means that an application which calls certain methods
on jar:file:/…something.jar!/… URLs will leak file handles,
even if URLConnection caches are supposed to be turned off.
This can delay release of system resources,
and on Windows can prevent the JAR file from being deleted
even after it is no longer in use (for example after URLClassLoader.close).
Reviewed-by: dfuchs, michaelm
2023-06-28 15:33:37 +00:00
Erik Gahlin
e3f18af1df
8311007: jdk/jfr/tool/TestView.java can't find event
...
Reviewed-by: mgronlun
2023-06-28 12:29:43 +00:00
Roger Riggs
7f09435367
8310982: jdk/internal/util/ArchTest.java fails after JDK-8308452 failed with Method isARM()
...
Reviewed-by: naoto, mchung, bpb, lancea
2023-06-27 20:54:53 +00:00
Jorn Vernee
f07e396bda
8310914: Remove 2 malformed java/foreign ProblemList entries
...
Reviewed-by: jpai
2023-06-27 20:40:04 +00:00
Phil Race
2cf5c2f4b6
8310238: [test bug] javax/swing/JTableHeader/6889007/bug6889007.java fails
...
Reviewed-by: azvegint
2023-06-27 20:19:56 +00:00
Roger Riggs
d6dd0dc3e0
8308452: Extend internal Architecture enum with byte order and address size
...
Reviewed-by: mdoerr, jpai, mchung, amitkumar
2023-06-27 17:49:09 +00:00
Pavel Rappo
f6133edb08
8310890: Normalize identifier names
...
Reviewed-by: naoto, rriggs
2023-06-27 15:47:29 +00:00
Jaikiran Pai
05e9c41edd
8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests
...
Reviewed-by: dfuchs
2023-06-27 11:01:09 +00:00
Adam Sotona
990e3a700d
8308899: Introduce Classfile context and improve Classfile options
...
8306650: Improve control of stack maps generation in Classfile API
8308646: Typo in ConstantValueAttribute
Reviewed-by: mcimadamore
2023-06-27 05:05:17 +00:00
Tejesh R
79c056ec8b
8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen
...
Reviewed-by: azvegint, serb
2023-06-27 04:56:21 +00:00
Mandy Chung
7c6a28fd0c
8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242
...
Reviewed-by: dholmes
2023-06-26 21:25:09 +00:00
Mandy Chung
7db2f08756
8310242: Clarify the name parameter to Class::forName
...
Reviewed-by: rriggs, liach, alanb, dholmes
2023-06-26 19:56:24 +00:00
Weijun Wang
e624484ecf
8308540: On Kerberos TGT referral, if krb5.conf is missing realm, bad exception message
...
Reviewed-by: xuelei
2023-06-26 15:55:36 +00:00
Prasanta Sadhukhan
a420ff48da
6664309: Docking point of a floating toolbar changes after closing
...
Reviewed-by: tr, prr
2023-06-26 09:24:07 +00:00
Justin Lu
dad7bd9efc
8310234: Refactor Locale tests to use JUnit
...
Reviewed-by: naoto
2023-06-23 21:33:49 +00:00
Ben Perez
7628da2008
8279254: PKCS9Attribute SigningTime always encoded in UTFTime
...
Reviewed-by: jnimeh
2023-06-23 15:31:16 +00:00
Jamil Nimeh
5ca4cdd2ca
8309740: Expand timeout windows for tests in JDK-8179502
...
Reviewed-by: xuelei, mbaesken
2023-06-23 14:52:12 +00:00
Matthew Donovan
130a9f1387
8292704: sun/security/tools/jarsigner/compatibility/Compatibility.java use wrong key size for EC
...
Reviewed-by: rhalade
2023-06-22 18:43:27 +00:00
Daniel D. Daugherty
ac44ef19d5
8310586: ProblemList java/lang/ScopedValue/StressStackOverflow.java#default with virtual threads on linux-all
...
Reviewed-by: dholmes, mikael
2023-06-21 21:07:04 +00:00
Erik Gahlin
59c6c0e1b7
8310335: JFR: Modernize collections and switch statements
...
Reviewed-by: mgronlun
2023-06-21 15:07:42 +00:00
Erik Gahlin
658c3374d8
8309296: jdk/jfr/event/runtime/TestAgentEvent.java fails due to "missing" dynamic JavaAgent
...
Reviewed-by: mgronlun
2023-06-21 11:47:25 +00:00
Jorn Vernee
e022e87654
8310053: VarHandle and slice handle derived from layout are lacking alignment check
...
Reviewed-by: mcimadamore
2023-06-21 00:03:13 +00:00
Justin Lu
11201067a8
8310458: Fix build failure caused by JDK-8310049
...
Reviewed-by: rriggs, naoto
2023-06-20 18:16:33 +00:00
Justin Lu
09174e0c99
8310049: Refactor Charset tests to use JUnit
...
Reviewed-by: lancea, naoto
2023-06-20 17:21:00 +00:00
Daniel Fuchs
99d2a9afa9
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
...
Reviewed-by: djelinski
2023-06-20 15:51:43 +00:00
Axel Boldt-Christmas
a0595761ef
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: stefank, eosterlund, stuefe
2023-06-20 10:08:13 +00:00
Michael McMahon
7b45c8fc3a
8241800: Disable IPV6_MULTICAST_ALL to prevent interference from all multicast groups
...
Reviewed-by: alanb
2023-06-19 21:35:58 +00:00
Ao Qi
137a5f7c2c
8310105: LoongArch64 builds are broken after JDK-8304913
...
Reviewed-by: shade, rriggs
2023-06-19 21:05:55 +00:00
Roger Riggs
33c6ec9d4e
8310019: MIPS builds are broken after JDK-8304913
...
Reviewed-by: phh, shade, aoqi
2023-06-19 18:29:14 +00:00
Erik Gahlin
e08e94f1b9
8310266: JFR: Refactor after 'view' command
...
Reviewed-by: mgronlun
2023-06-19 17:46:23 +00:00
Daniel Fuchs
f8f8bfbea1
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
...
Reviewed-by: djelinski
2023-06-19 13:26:26 +00:00
Erik Gahlin
7d4b77ad9e
8304835: jdk/jfr/event/oldobject/TestArrayInformation.java fails with "Could not find event with class ... as (leak) object"
...
Reviewed-by: shade, mgronlun
2023-06-19 11:41:10 +00:00
Prasanta Sadhukhan
d2a858e173
7083187: Class CSS.CssValue is missing implementations of equals() and hashCode()
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, prr
2023-06-19 08:52:06 +00:00
Matthias Baesken
6a63badd8e
8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX
...
Reviewed-by: alanb, cjplummer
2023-06-19 06:39:58 +00:00
Alexey Ivanov
d6c2ee3448
8310054: ScrollPane insets are incorrect
...
Reviewed-by: honkar, prr
2023-06-16 17:24:07 +00:00
Ben Perez
4eb4f20ae2
8308808: SunMSCAPI public keys returns internal key array
...
Reviewed-by: mullan
2023-06-16 16:46:54 +00:00
Andrew Haley
44a8aa0691
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
...
Reviewed-by: alanb
2023-06-16 12:21:11 +00:00
Kevin Walls
8c9b85a990
8303916: ThreadLists.java inconsistent results
...
Reviewed-by: cjplummer, dholmes, lmesnik
2023-06-16 08:40:16 +00:00