Eirik Bjørsnøs
|
f927c1210e
|
8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java
Reviewed-by: lancea
|
2024-08-30 06:21:49 +00:00 |
|
Daniel Fuchs
|
723588a4e7
|
8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started
Reviewed-by: jpai
|
2024-08-29 08:54:02 +00:00 |
|
Manukumar V S
|
3d49fb8a17
|
8338103: Stabilize and open source a Swing OGL ButtonResizeTest
Reviewed-by: abhiscxk, prr, tr
|
2024-08-28 17:54:43 +00:00 |
|
Anthony Scarpino
|
0c2b175898
|
8328608: Multiple NewSessionTicket support for TLS
Reviewed-by: djelinski
|
2024-08-28 17:24:33 +00:00 |
|
Eirik Bjørsnøs
|
b6700095c0
|
8338729: Retire the test jdk/java/util/zip/TestZipError.java
Reviewed-by: lancea
|
2024-08-28 15:23:50 +00:00 |
|
Maurizio Cimadamore
|
1ff9ac7233
|
8338731: MemoryLayout::offsetHandle can return a negative offset
Reviewed-by: pminborg, psandoz
|
2024-08-28 10:22:34 +00:00 |
|
Jaikiran Pai
|
2e174c6367
|
8338445: jdk.internal.loader.URLClassPath may leak JarFile instance when dealing with unexpected Class-Path entry in manifest
Reviewed-by: michaelm, cstein, alanb
|
2024-08-28 09:29:18 +00:00 |
|
Tejesh R
|
8e88da05b9
|
8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F
Reviewed-by: honkar, prr, abhiscxk
|
2024-08-28 04:43:10 +00:00 |
|
Alexander Zvegintsev
|
b1b4cd429a
|
8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java
Reviewed-by: serb, honkar
|
2024-08-27 17:16:09 +00:00 |
|
Naoto Sato
|
fa4ff78bd4
|
8338690: CompactNumberInstance.format incorrectly formats some numbers (few vs many)
Reviewed-by: joehw, rriggs, jlu
|
2024-08-27 15:34:50 +00:00 |
|
Maurizio Cimadamore
|
b25095b08e
|
8338728: Misc issues in memory layout javadoc
Reviewed-by: pminborg, psandoz
|
2024-08-27 14:26:31 +00:00 |
|
Joakim Nordström
|
d5c6158ced
|
8338389: [JFR] Long strings should be added to the string pool
Reviewed-by: mgronlun
|
2024-08-27 13:17:21 +00:00 |
|
Abhishek Kumar
|
b8e8e965e5
|
8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F
Reviewed-by: aivanov, honkar, prr
|
2024-08-27 04:15:08 +00:00 |
|
Chihiro Ito
|
78f53efcd6
|
8338938: The result of the combine method of SettingsControl is not used
Reviewed-by: egahlin
|
2024-08-27 00:24:46 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Tejesh R
|
916f1aa04f
|
8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work
Reviewed-by: abhiscxk, dnguyen
|
2024-08-23 10:51:12 +00:00 |
|
Markus Grönlund
|
69bd227e6c
|
8338417: Explicitly pin a virtual thread before acquiring the JFR string pool monitor
Reviewed-by: alanb, egahlin, dholmes
|
2024-08-23 09:29:23 +00:00 |
|
Matthew Donovan
|
0b5c8870e5
|
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
Reviewed-by: rhalade
|
2024-08-22 17:58:08 +00:00 |
|
Shaojin Wen
|
3aeb6733f9
|
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
Reviewed-by: redestad, liach
|
2024-08-21 14:56:30 +00:00 |
|
Adam Sotona
|
e88a3b0574
|
8338661: StackMapTable is invalid if frames appear in dead code
Reviewed-by: liach
|
2024-08-21 08:19:35 +00:00 |
|
Prasanta Sadhukhan
|
cafb3dc491
|
6318027: BasicScrollBarUI does not disable timer when enclosing frame is disabled.
Reviewed-by: abhiscxk, tr
|
2024-08-21 07:04:05 +00:00 |
|
Chris Plummer
|
d72810794b
|
8338482: com/sun/jdi/ThreadMemoryLeakTest.java requires that compressed oops are enabled
Reviewed-by: amenkov, kevinw
|
2024-08-20 23:34:31 +00:00 |
|
Chen Liang
|
b442003048
|
8338623: StackCounter adding extraneous slots for receiver invoke instructions
Reviewed-by: asotona
|
2024-08-20 14:44:37 +00:00 |
|
Darragh Clarke
|
01d03e07c7
|
8324209: Check implementation of Expect: 100-continue in the java.net.http.HttpClient
Reviewed-by: dfuchs, jpai
|
2024-08-20 11:10:18 +00:00 |
|
Stefan Karlsson
|
9775d57168
|
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
Co-authored-by: David Holmes <dholmes@openjdk.org>
Reviewed-by: lmesnik, dcubed, dholmes
|
2024-08-20 06:15:56 +00:00 |
|
Daniel Fuchs
|
3ca359ad22
|
8335771: Improve stability of java/nio/channels/DatagramChannel tests
Reviewed-by: alanb
|
2024-08-19 13:47:40 +00:00 |
|
Erik Gahlin
|
e07a5b6626
|
8338512: JFR: Revert changes to TestCodeSweeper
Reviewed-by: mgronlun
|
2024-08-19 10:42:58 +00:00 |
|
Manukumar V S
|
15b20cb1fd
|
8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference
Reviewed-by: dnguyen, honkar, serb
|
2024-08-19 07:17:37 +00:00 |
|
Tejesh R
|
56a007dd32
|
8338488: Add screen capture for failure case
Reviewed-by: azvegint
|
2024-08-19 06:42:51 +00:00 |
|
SendaoYan
|
2f7ba781bf
|
8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
Reviewed-by: jpai
|
2024-08-19 04:44:24 +00:00 |
|
Chris Plummer
|
8635642dbd
|
8338469: com/sun/jdi/DataDumpTest.java failed with Not a debuggee, or not listening for debugger to attach
Reviewed-by: dcubed
|
2024-08-16 16:39:36 +00:00 |
|
Chen Liang
|
961e944fa7
|
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
|
2024-08-16 15:48:54 +00:00 |
|
Shaojin Wen
|
5022109b2a
|
8336856: Efficient hidden class-based string concatenation strategy
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-08-16 13:18:02 +00:00 |
|
Daniel Fuchs
|
ddbc0b6a39
|
8338495: Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes"
Reviewed-by: jpai
|
2024-08-16 11:24:40 +00:00 |
|
Chen Liang
|
ace496515f
|
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
Reviewed-by: asotona
|
2024-08-15 17:50:34 +00:00 |
|
lawrence.andrews
|
7d1bbff076
|
8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
Reviewed-by: honkar, prr
|
2024-08-15 16:36:15 +00:00 |
|
Daniel Fuchs
|
6169613d9f
|
8336655 : java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: jpai
|
2024-08-15 15:34:08 +00:00 |
|
Chris Plummer
|
723ac5763a
|
8332488: Add JVMTI DataDumpRequest to the debug agent
Reviewed-by: sspitsyn, lmesnik
|
2024-08-14 18:41:24 +00:00 |
|
Jaikiran Pai
|
720b44648b
|
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Reviewed-by: dfuchs
|
2024-08-14 05:42:14 +00:00 |
|
SendaoYan
|
f132b347e1
|
8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
Reviewed-by: rhalade
|
2024-08-13 22:59:13 +00:00 |
|
Chen Liang
|
6af1d6ff21
|
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
Reviewed-by: asotona
|
2024-08-13 15:14:06 +00:00 |
|
Coleen Phillimore
|
ff8a9f9267
|
8337318: Deoptimization::relock_objects fails assert(monitor->owner() == Thread::current()) failed: must be
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, dholmes, shade, pchilanomate
|
2024-08-13 11:48:50 +00:00 |
|
Roger Riggs
|
b93b74e3eb
|
8338060: jdk/internal/util/ReferencedKeyTest should be more robust
Reviewed-by: never
|
2024-08-12 19:28:46 +00:00 |
|
Daniel Gredler
|
89a15f1414
|
8337681: PNGImageWriter uses much more memory than necessary
Reviewed-by: prr, lbourges
|
2024-08-12 12:09:22 +00:00 |
|
Alexander Zvegintsev
|
2b5aec2aad
|
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
Reviewed-by: aivanov
|
2024-08-09 11:28:59 +00:00 |
|
Erik Gahlin
|
53fce38a3f
|
8338062: JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt
Reviewed-by: mgronlun
|
2024-08-09 07:53:15 +00:00 |
|
Erik Gahlin
|
4b740d87ee
|
8225209: jdk/jfr/event/compiler/TestCodeSweeper.java fails
Reviewed-by: mgronlun
|
2024-08-08 10:57:43 +00:00 |
|
Alexander Zvegintsev
|
ddbd7a78f1
|
8337320: Update ProblemList.txt with tests known to fail on XWayland
Reviewed-by: prr
|
2024-08-08 10:53:23 +00:00 |
|
Alexander Zvegintsev
|
12c553f128
|
8329471: Remove GTK2
Reviewed-by: abhiscxk, prr, ihse
|
2024-08-08 10:51:58 +00:00 |
|
Tejesh R
|
3bc4a1acc4
|
8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
Reviewed-by: jdv, abhiscxk, honkar
|
2024-08-08 10:40:56 +00:00 |
|