Alexander Zvegintsev
5e5942a282
8339794: Open source closed choice tests #1
...
Reviewed-by: jdv, prr
2024-09-12 23:05:15 +00:00
Per Minborg
81ff91ef27
8339531: Improve performance of MemorySegment::mismatch
...
Reviewed-by: mcimadamore
2024-09-12 18:31:08 +00:00
Kevin Walls
3c40afa59c
8334165: Remove serialVersionUID compatibility logic from JMX
...
Reviewed-by: dfuchs
2024-09-12 08:31:18 +00:00
Jaikiran Pai
6d4bd6c6b6
8339835: Replace usages of -mx and -ms in some client-libs tests
...
Reviewed-by: azvegint, prr
2024-09-12 02:06:09 +00:00
Jaikiran Pai
1d39249231
8339834: Replace usages of -mx and -ms in some tests
...
Reviewed-by: aivanov, ascarpino, prr, dholmes
2024-09-12 02:02:14 +00:00
Patricio Chilano Mateo
591aa7c5c7
8335362: [Windows] Stack pointer increment in _cont_thaw stub can cause program to terminate with exit code 0xc0000005
...
Reviewed-by: dholmes, fparain
2024-09-11 19:41:43 +00:00
Naoto Sato
35a94b7697
8339803: Acknowledge case insensitive unambiguous keywords in tzdata files
...
Reviewed-by: jlu, coffeys
2024-09-11 19:27:00 +00:00
Severin Gehwolf
d9fdf69c34
8333446: Add tests for hierarchical container support
...
Reviewed-by: mbaesken, zzambers
2024-09-11 16:57:13 +00:00
Fernando Guallini
30645f3309
8338395: Add test coverage for instantiating NativePRNG with SecureRandomParameters
...
Reviewed-by: jnimeh
2024-09-10 18:48:58 +00:00
Quan Anh Mai
38441b3f2d
8339677: [vectorapi] YYYXXXVector::withLaneHelper and laneHelper should use Double::doubleToRawLongBits/Float::floatToRawIntBits
...
Reviewed-by: psandoz
2024-09-10 12:44:57 +00:00
Alan Bateman
7e2bcf6d00
8338890: Add monitoring/management interface for the virtual thread scheduler
...
Reviewed-by: kevinw
2024-09-10 07:23:35 +00:00
Artur Barashev
56387a0981
8329754: The ThreadSafe attribute is ignored for SecureRandom algorithm aliases
...
Reviewed-by: weijun
2024-09-09 21:04:04 +00:00
Naoto Sato
86a2f9c7dc
8339644: Improve parsing of Day/Month in tzdata rules
...
Reviewed-by: jlu, coffeys
2024-09-09 16:04:59 +00:00
Ferenc Rakoczi
c54fc08aa3
8338587: Internal XOF Methods for SHAKE128 and SHAKE256
...
Reviewed-by: valeriep, weijun
2024-09-09 13:49:34 +00:00
Tejesh R
79d761358c
8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine
...
Reviewed-by: abhiscxk, honkar
2024-09-09 05:17:09 +00:00
Jorn Vernee
8e580ec538
8338123: Linker crash when building a downcall handle with many arguments in x64
...
Reviewed-by: mcimadamore
2024-09-06 17:32:34 +00:00
Chen Liang
a1eebbdf8a
8339576: Speed up raw bytecode processing in ClassFile API
...
Co-authored-by: Shaojin Wen <swen@openjdk.org>
Reviewed-by: asotona, redestad
2024-09-06 11:42:50 +00:00
Adam Sotona
a35fd38610
8339368: Switch targets are not inflated in CodeModel if no StackMap
...
Reviewed-by: liach
2024-09-06 07:43:38 +00:00
Hai-May Chao
8fb8cd85b7
8339347: keytool -importpass insists prompting the user even if there is no terminal
...
Reviewed-by: weijun
2024-09-05 20:17:52 +00:00
Maurizio Cimadamore
9e1af8cc7c
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
Reviewed-by: alanb
2024-09-05 18:11:18 +00:00
Brian Burkhalter
042053c3a8
8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows
...
Reviewed-by: alanb
2024-09-05 15:03:54 +00:00
Fernando Guallini
a505a1dda3
8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation
...
Reviewed-by: mullan
2024-09-05 13:14:00 +00:00
Per Minborg
6be927260a
8338591: Improve performance of MemorySegment::copy
...
Reviewed-by: mcimadamore
2024-09-05 13:10:24 +00:00
Shaojin Wen
cb9f5c5791
8339290: Optimize ClassFile Utf8EntryImpl#writeTo
...
Reviewed-by: redestad, liach
2024-09-05 11:45:49 +00:00
Manukumar V S
b8d560b6cd
8339233: Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize
...
Reviewed-by: honkar
2024-09-04 20:05:27 +00:00
Alexey Ivanov
ef96a7b014
8332901: Select{Current,New}ItemTest.java for Choice don't open popup on macOS
...
Move SelectCurrentItemTest.java to java/awt/Choice/SelectItem/.
Move SelectNewItemTest.java to java/awt/Choice/SelectItem/.
Use latches to control test flow instead of delays.
Encapsulate the common logic in SelectCurrentItemTest.
Provide overridable checkXXX() methods to modify conditions.
Provide an overridable method which defines where to click
in the choice popup to select an item.
Reviewed-by: honkar, prr, dnguyen
2024-09-04 16:37:17 +00:00
Attila Szegedi
c7d15f1fe0
8325679: Optimize ArrayList subList sort
...
Reviewed-by: liach
2024-09-04 13:40:40 +00:00
Erik Gahlin
e25a9e7fd8
8339486: JFR: Modernize
...
Reviewed-by: mgronlun
2024-09-04 12:08:16 +00:00
Mark Powers
bbb516163d
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
...
Reviewed-by: mullan, rhalade
2024-09-03 19:55:58 +00:00
Chris Plummer
5ebdf2d272
8338708: Don't create/destroy debug agent cmdQueueLock for each connection
...
Reviewed-by: amenkov, lmesnik
2024-09-03 19:06:00 +00:00
Chen Liang
ad40a122d6
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
...
Reviewed-by: asotona
2024-09-03 13:44:48 +00:00
Daniel Fuchs
4ca2c208ea
8338740: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
...
Reviewed-by: djelinski, jpai
2024-09-03 13:32:50 +00:00
Viktor Klang
e0c46d589b
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
...
Reviewed-by: alanb
2024-09-03 12:55:23 +00:00
Per Minborg
7a418fc074
8338967: Improve performance for MemorySegment::fill
...
Reviewed-by: mcimadamore, psandoz
2024-09-03 10:25:27 +00:00
Daniel Fuchs
b1163bcc88
8256211: assert fired in java/net/httpclient/DependentPromiseActionsTest (infrequent)
...
Reviewed-by: jpai
2024-09-02 14:52:04 +00:00
Chen Liang
25e03b5209
8339115: Rename TypeKind enum constants to follow code style
...
Reviewed-by: asotona
2024-08-30 17:28:28 +00:00
David Schlosnagle
3a352b8259
8339191: JFR: Bulk read support for ChunkInputStream
...
Reviewed-by: egahlin
2024-08-30 12:36:33 +00:00
Matthias Baesken
92c4704edf
8339166: java/lang/String/concat/HiddenClassUnloading.java fails on AIX and Linux ppc64le after JDK-8336856
...
Reviewed-by: redestad, mdoerr
2024-08-30 10:18:19 +00:00
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