Damon Nguyen
d80db00f82
8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI
...
Reviewed-by: honkar
2025-04-16 17:19:47 +00:00
Rohitash Kumar
84458ec18c
8353013: java.net.URI.create(String) may have low performance to scan the host/domain name from URI string when the hostname starts with number
...
Reviewed-by: michaelm, xpeng
2025-04-16 16:08:31 +00:00
KIRIYAMA Takuya
c3de94cee1
8352942: jdk/jfr/startupargs/TestMemoryOptions.java fails with 32-bit build
...
Reviewed-by: phh
2025-04-16 15:42:40 +00:00
Jan Lahoda
1ad869f844
8322706: AnnotationTypeMismatchException in javac with annotation processing
...
Reviewed-by: vromero
2025-04-16 11:43:42 +00:00
Johan Sjölen
7ffad35dac
8352568: Test gtest/AsyncLogGtest.java failed at droppingMessage_vm
...
Reviewed-by: mbaesken, dholmes
2025-04-16 11:32:47 +00:00
Robbin Ehn
fe3bd5d62f
8354667: [TESTBUG] AccessZeroNKlassHitsProtectionZone cds tests require cds
...
Reviewed-by: lmesnik, syan
2025-04-16 09:56:39 +00:00
Abhishek Kumar
8c6b611f35
8353832: Opensource FontClass, Selection and Icon tests
...
Reviewed-by: jdv
2025-04-16 09:52:53 +00:00
Jan Lahoda
cfbbcd78bc
8350595: jshell <TAB> completion on arrays does not work for clone()
...
Reviewed-by: asotona
2025-04-16 09:23:15 +00:00
Severin Gehwolf
18d605fadb
8354629: Test tools/jlink/ClassFileInMetaInfo.java fails on builds with configure option --enable-linkable-runtime
...
Reviewed-by: alanb
2025-04-16 08:23:03 +00:00
Aleksey Shipilev
9a5c7b3fa9
8351162: Clean up x86 (Macro)Assembler after 32-bit x86 removal
...
Reviewed-by: kvn, coleenp
2025-04-16 05:54:21 +00:00
Jayathirth D V
2be5bc847a
8354214: Open source Swing tests Batch 2
...
Reviewed-by: abhiscxk, honkar
2025-04-16 04:48:25 +00:00
Prasanta Sadhukhan
55afcb57a5
8352682: Opensource JComponent tests
...
Reviewed-by: jdv, honkar
2025-04-16 03:58:17 +00:00
Jaikiran Pai
5526490743
8354565: jtreg failure handler GatherProcessInfoTimeoutHandler has a leftover call to System.loadLibrary
...
Reviewed-by: alanb, kbarrett
2025-04-16 01:57:57 +00:00
Damon Nguyen
a2dc9c71e4
8352908: Open source several swing tests batch1
...
Reviewed-by: honkar
2025-04-15 23:48:27 +00:00
Damon Nguyen
4e3f1848ee
8353000: Open source several swing tests batch2
...
Reviewed-by: azvegint
2025-04-15 19:36:10 +00:00
Volkan Yazici
5fc18f5b8a
8350279: HttpClient: Add a new HttpResponse method to identify connections
...
Reviewed-by: dfuchs, jpai
2025-04-15 11:41:47 +00:00
Severin Gehwolf
4e24dc003c
8353185: Introduce the concept of upgradeable files in context of JEP 493
...
Reviewed-by: clanger, ihse, alanb
2025-04-15 10:16:31 +00:00
Erik Gahlin
d7676c39b6
8354508: JFR: Strengthen metadata checks for labels
...
Reviewed-by: shade
2025-04-15 09:48:11 +00:00
Daniel Lundén
24be888d65
8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
...
Reviewed-by: chagedorn, rcastanedalo, kvn
2025-04-15 08:58:02 +00:00
Jayathirth D V
b78378437c
8354163: Open source Swing tests Batch 1
...
Reviewed-by: psadhukhan
2025-04-15 08:41:37 +00:00
Alexander Zvegintsev
5280b7b031
8353592: Open source several scrollbar tests
...
Reviewed-by: psadhukhan, honkar
2025-04-14 22:07:26 +00:00
Daniel Fuchs
9e7763d442
8354536: Problem-list java/util/logging/LoggingDeadlock5.java due to JDK-8354424
...
Reviewed-by: smarks
2025-04-14 19:27:16 +00:00
Volkan Yazici
f6d8c8cb0c
8351339: WebSocket::sendBinary assume that user supplied buffers are BIG_ENDIAN
...
Reviewed-by: michaelm, dfuchs
2025-04-14 19:16:17 +00:00
Gerard Ziemski
0da480a91d
8354535: [BACKOUT] Force clients to explicitly pass mem_tag value, even if it is mtNone
...
Reviewed-by: stefank, jsjolen
2025-04-14 18:47:59 +00:00
Andrej Pecimuth
de0e648844
8352724: Verify bounds for primitive array reads in JVMCI
...
Reviewed-by: dnsimon
2025-04-14 18:31:27 +00:00
Phil Race
46a6fc84ef
8353483: Open source some JProgressBar tests
...
Reviewed-by: honkar, serb
2025-04-14 16:58:06 +00:00
Gerard Ziemski
43b194741c
8344883: Force clients to explicitly pass mem_tag value, even if it is mtNone
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Reviewed-by: stefank, jsjolen
2025-04-14 16:22:07 +00:00
Naoto Sato
d748bb5cbb
8343157: Examine large files for character encoding/decoding
...
Reviewed-by: alanb
2025-04-14 16:09:35 +00:00
David Beaumont
313c34ae56
8354513: Bug in j.u.l.Handler deadlock test allows null pointer during race condition
...
Reviewed-by: dfuchs
2025-04-14 15:58:43 +00:00
Axel Boldt-Christmas
97e1075739
8354358: ZGC: ZPartition::prime handle discontiguous reservations correctly
...
Reviewed-by: stefank, jsikstro, eosterlund
2025-04-14 13:28:49 +00:00
Abhishek Kumar
b539fb0bc1
8352877: Opensource Several Font related tests - Batch 1
...
Reviewed-by: aivanov, serb
2025-04-14 05:27:24 +00:00
Hannes Wallnöfer
5d97608970
8254622: Hide superclasses from conditionally exported packages
...
Reviewed-by: kcr, liach
2025-04-13 10:08:39 +00:00
Thomas Stuefe
034c0d4de5
8350753: Deprecate UseCompressedClassPointers
...
Reviewed-by: coleenp, dholmes
2025-04-12 05:58:39 +00:00
Erik Gahlin
1d7138fe02
8353614: JFR: jfr print --exact
...
Reviewed-by: mgronlun
2025-04-11 15:12:54 +00:00
Hannes Wallnöfer
2321722a45
8346109: Create JDK taglet for additional preview notes
...
Reviewed-by: ihse, liach, rriggs
2025-04-11 13:25:50 +00:00
Eirik Bjørsnøs
cae7a206a2
8353662: Add test for non-local file URL fallback to FTP
...
Reviewed-by: dfuchs
2025-04-11 12:49:40 +00:00
Manuel Hässig
efb5a80e52
8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support
...
Reviewed-by: chagedorn, thartmann
2025-04-11 11:29:56 +00:00
Evgeny Nikitin
1fc1cc5da9
8354255: [jittester] Remove TempDir debug output
...
Reviewed-by: chagedorn, thartmann
2025-04-11 08:15:01 +00:00
Alexander Zvegintsev
d8bed69373
8354317: [XWayland] Problem list two tests crashing XWayland server
...
Reviewed-by: serb, jdv
2025-04-11 06:09:39 +00:00
Prasanta Sadhukhan
f955a8cbd2
8352687: Opensource few JInternalFrame and JTextField tests
...
Reviewed-by: honkar
2025-04-11 03:53:29 +00:00
Chen Liang
7bb8b1768f
8347472: Correct Attribute traversal and writing for Code attributes
...
Reviewed-by: asotona
2025-04-11 00:18:23 +00:00
Calvin Cheung
7680f70ad6
8171508: Remove -Dsun.java.launcher.is_altjvm option
...
Reviewed-by: dholmes, stuefe
2025-04-10 19:57:30 +00:00
Harshitha Onkar
3131dd1d5c
8346465: Add a check in setData() to restrict the update of Built-In ICC_Profiles
...
Reviewed-by: aivanov, jdv, prr, serb
2025-04-10 19:55:29 +00:00
Jeremy Wood
60f3d60741
8351110: ImageIO.write for JPEG can write corrupt JPEG for certain thumbnail dimensions
...
Reviewed-by: aivanov, prr
2025-04-10 18:31:53 +00:00
David Beaumont
36e11b6827
8353683: [REDO] j.u.l.Handler classes create deadlock risk via synchronized publish() method
...
Reviewed-by: smarks
2025-04-10 16:01:00 +00:00
Mikhail Yankelevich
0e223f1456
8349534: Refactor jdk/sun/security/krb5/runNameEquals.sh to java test
...
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: mullan
2025-04-10 15:30:44 +00:00
Alexander Zvegintsev
2ba80d2403
8353586: Open source several toolkit tests
...
Reviewed-by: dnguyen, psadhukhan
2025-04-10 15:20:23 +00:00
Archie Cobbs
e50af6db09
8354090: Refactor import warning suppression in Check.java
...
Reviewed-by: mcimadamore
2025-04-10 14:46:36 +00:00
fabioromano1
c4c3edfa96
8341402: BigDecimal's square root optimization
...
Reviewed-by: rgiulietti
2025-04-10 14:34:52 +00:00
Joel Sikström
7e69b98e05
8350441: ZGC: Overhaul Page Allocation
...
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Reviewed-by: stefank, aboldtch, eosterlund
2025-04-10 11:37:20 +00:00