Per Minborg
|
2b81885f78
|
8314071: Test java/foreign/TestByteBuffer.java timed out
Reviewed-by: mcimadamore
|
2023-08-17 11:31:09 +00:00 |
|
Cristian Vat
|
32efd23c5d
|
8311939: Excessive allocation of Matcher.groups array
Reviewed-by: rriggs, igraves
|
2023-08-17 11:27:39 +00:00 |
|
Brian Burkhalter
|
6b396da278
|
8062795: (fs) Files.setPermissions requires read access when NOFOLLOW_LINKS specified
Reviewed-by: alanb
|
2023-08-16 17:53:56 +00:00 |
|
Leonid Mesnik
|
7b28d3608a
|
8314330: java/foreign tests should respect vm flags when start new processes
Reviewed-by: jvernee
|
2023-08-16 17:49:38 +00:00 |
|
Lance Andersen
|
13f6450e2e
|
8313765: Invalid CEN header (invalid zip64 extra data field size)
Reviewed-by: simonis, alanb, coffeys
|
2023-08-16 15:42:36 +00:00 |
|
Aleksey Shipilev
|
2e8a0ab272
|
8314120: Add tests for FileDescriptor.sync
Reviewed-by: alanb, bpb
|
2023-08-15 16:11:09 +00:00 |
|
Yasumasa Suenaga
|
583cb754f3
|
8313406: nep_invoker_blob can be simplified more
Reviewed-by: jvernee, vlivanov
|
2023-08-14 23:12:42 +00:00 |
|
Brian Burkhalter
|
c132176b93
|
8114830: (fs) Files.copy fails due to interference from something else changing the file system
Reviewed-by: alanb, vtewari
|
2023-08-14 17:48:50 +00:00 |
|
Damon Nguyen
|
d97de8260c
|
8313633: [macOS] java/awt/dnd/NextDropActionTest/NextDropActionTest.java fails with java.lang.RuntimeException: wrong next drop action!
Reviewed-by: honkar, serb
|
2023-08-10 17:52:28 +00:00 |
|
Jim Laskey
|
6864441163
|
8313809: String template fails with java.lang.StringIndexOutOfBoundsException if last fragment is UTF16
Reviewed-by: redestad
|
2023-08-08 19:33:44 +00:00 |
|
Justin Lu
|
1da82a34b1
|
8313702: Update IANA Language Subtag Registry to Version 2023-08-02
Reviewed-by: naoto, iris
|
2023-08-07 17:10:27 +00:00 |
|
Per Minborg
|
bbbfa217a0
|
8313880: Incorrect copyright header in jdk/java/foreign/TestFree.java after JDK-8310643
Reviewed-by: thartmann
|
2023-08-07 12:34:52 +00:00 |
|
Per Minborg
|
0b4387e3a3
|
8310643: Misformatted copyright messages in FFM
Reviewed-by: jvernee
|
2023-08-07 10:58:11 +00:00 |
|
Raffaello Giulietti
|
61c58fdd00
|
8312976: MatchResult produces StringIndexOutOfBoundsException for groups outside match
Reviewed-by: alanb, smarks
|
2023-08-04 07:11:18 +00:00 |
|
Brian Burkhalter
|
4ba81f631f
|
8313368: (fc) FileChannel.size returns 0 on block special files
Reviewed-by: vtewari, alanb
|
2023-08-02 15:25:59 +00:00 |
|
Alan Bateman
|
6faf05c6dd
|
8311989: Test java/lang/Thread/virtual/Reflection.java timed out
Reviewed-by: jpai, mchung
|
2023-08-02 10:40:25 +00:00 |
|
Tejesh R
|
0a3c6d6bd0
|
8280482: Window transparency bug on Linux
Reviewed-by: dnguyen, azvegint
|
2023-08-01 04:28:42 +00:00 |
|
Jim Laskey
|
6af0af5934
|
8310913: Move ReferencedKeyMap to jdk.internal so it may be shared
Reviewed-by: naoto, rriggs, mchung, liach
|
2023-07-31 19:11:14 +00:00 |
|
Aleksey Shipilev
|
408987e1ca
|
8313307: java/util/Formatter/Padding.java fails on some Locales
Reviewed-by: jlu, naoto
|
2023-07-31 08:35:31 +00:00 |
|
Jorn Vernee
|
6fca289887
|
8313023: Return value corrupted when using CCS + isTrivial (mainline)
Reviewed-by: mcimadamore, vlivanov
|
2023-07-31 08:01:17 +00:00 |
|
Justin Lu
|
a9a3463afb
|
8312416: Tests in Locale should have more descriptive names
Reviewed-by: lancea, naoto
|
2023-07-28 16:27:06 +00:00 |
|
Kevin Walls
|
4ae5a3e39b
|
8306446: java/lang/management/ThreadMXBean/Locks.java transient failures
Reviewed-by: cjplummer, sspitsyn
|
2023-07-28 09:44:04 +00:00 |
|
Jaikiran Pai
|
486c7844f9
|
8312433: HttpClient request fails due to connection being considered idle and closed
Reviewed-by: djelinski
|
2023-07-27 12:14:14 +00:00 |
|
Justin Lu
|
c6396dceb9
|
8039165: [Doc] MessageFormat null locale generates NullPointerException
Reviewed-by: naoto
|
2023-07-25 18:26:23 +00:00 |
|
Brian Burkhalter
|
2bdfa836ad
|
8262742: (fs) Add Path::resolve with varargs string
Reviewed-by: alanb
|
2023-07-24 19:59:17 +00:00 |
|
Per Minborg
|
d1cc278260
|
8311822: AIX : test/jdk/java/foreign/TestLayouts.java fails because of different output - expected [[i4](struct)] but found [[I4](struct)]
Reviewed-by: jvernee
|
2023-07-24 15:00:47 +00:00 |
|
Michael McMahon
|
298dda4c98
|
8301457: Code in SendPortZero.java is uncommented even after JDK-8236852 was fixed
Reviewed-by: aefimov, msheppar
|
2023-07-24 14:13:44 +00:00 |
|
Doug Lea
|
8d1ab57065
|
8301341: LinkedTransferQueue does not respect timeout for poll()
8300663: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=true i=0 j=1"
8267502: JDK-8246677 caused 16x performance regression in SynchronousQueue
Reviewed-by: alanb
|
2023-07-22 10:41:42 +00:00 |
|
Brian Burkhalter
|
d55d7e8d87
|
8136895: Writer not closed with disk full error, file resource leaked
Reviewed-by: djelinski, vtewari
|
2023-07-21 15:21:02 +00:00 |
|
Jaikiran Pai
|
842d6329cf
|
8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6
Reviewed-by: alanb, cjplummer, dholmes
|
2023-07-21 12:58:20 +00:00 |
|
Naoto Sato
|
bae2247938
|
8308591: JLine as the default Console provider
Reviewed-by: alanb
|
2023-07-20 16:11:13 +00:00 |
|
Chen Liang
|
5d57b5c2f0
|
6983726: Reimplement MethodHandleProxies.asInterfaceInstance
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: jvernee, mchung
|
2023-07-20 00:59:28 +00:00 |
|
Justin Lu
|
71cac8ce47
|
8311663: Additional refactoring of Locale tests to JUnit
Reviewed-by: naoto
|
2023-07-19 20:22:40 +00:00 |
|
Raffaello Giulietti
|
14cf035681
|
8302987: Add uniform and spatially equidistributed bounded double streams to RandomGenerator
Reviewed-by: darcy
|
2023-07-19 16:48:54 +00:00 |
|
Alan Bateman
|
028068a655
|
8312166: (dc) DatagramChannel's socket adaptor does not release carrier thread when blocking in receive
Reviewed-by: jpai, michaelm
|
2023-07-19 13:17:37 +00:00 |
|
Sergey Bylokhov
|
e31df3a774
|
6211126: ICC_ColorSpace.toCIEXYZ(float[]): NPE is not specified
6211139: ICC_ColorSpace.toRGB(float[]): NPE is not specified
Reviewed-by: prr
|
2023-07-18 21:51:11 +00:00 |
|
Sergey Bylokhov
|
7d9f5afea1
|
6211202: ColorSpace.getInstance(int): IAE is not specified
Reviewed-by: prr
|
2023-07-18 21:46:02 +00:00 |
|
Lance Andersen
|
fff7e1ad00
|
8302483: Enhance ZIP performance
Reviewed-by: ahgross, alanb, rhalade, coffeys
|
2023-07-18 21:17:07 +00:00 |
|
Michael McMahon
|
4ae3d8f2cd
|
8302475: Enhance HTTP client file downloading
Reviewed-by: dfuchs, rhalade
|
2023-07-18 21:17:07 +00:00 |
|
Matthew Donovan
|
b20dc1e9cd
|
8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready
Reviewed-by: jnimeh
|
2023-07-18 10:45:41 +00:00 |
|
Chen Liang
|
201e3bcf52
|
8291065: Creating a VarHandle for a static field triggers class initialization
Reviewed-by: mchung, psandoz
|
2023-07-18 00:58:25 +00:00 |
|
Anthony Scarpino
|
e737968792
|
8308398: Move SunEC crypto provider into java.base
Reviewed-by: valeriep, alanb
|
2023-07-17 17:38:54 +00:00 |
|
Jorn Vernee
|
69a46c25cc
|
8310157: Allow void-returning filters for MethodHandles::collectCoordinates
Reviewed-by: mcimadamore
|
2023-07-17 14:53:37 +00:00 |
|
Joe Darcy
|
19691fab48
|
6361826: (reflect) provide method for mapping strings to class object for primitive types
Reviewed-by: rriggs, mchung
|
2023-07-14 20:18:23 +00:00 |
|
Alan Bateman
|
0d2196f8e5
|
8311992: Test java/lang/Thread/virtual/JfrEvents::testVirtualThreadPinned failed
Reviewed-by: jpai
|
2023-07-14 16:01:26 +00:00 |
|
Sean Coffey
|
2e12a123c9
|
8281658: Add a security category to the java -XshowSettings option
Reviewed-by: rriggs, mullan
|
2023-07-14 07:31:09 +00:00 |
|
Viktor Klang
|
8c9d091f19
|
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
Reviewed-by: stefank, alanb
|
2023-07-13 14:25:50 +00:00 |
|
Alan Bateman
|
92a04e201e
|
8311867: StructuredTaskScope.shutdown does not interrupt newly started threads
Reviewed-by: jpai
|
2023-07-13 07:33:01 +00:00 |
|
Alan Bateman
|
7304316a8c
|
8311926: java/lang/ScopedValue/StressStackOverflow.java takes 9mins in tier1
Reviewed-by: jpai
|
2023-07-12 15:44:41 +00:00 |
|
Justin Lu
|
d82ade3545
|
8310683: Refactor StandardCharset/standard.java to use JUnit
Reviewed-by: naoto
|
2023-07-11 20:43:03 +00:00 |
|