Volkan Yazici
|
7dcc386af9
|
8354024: [JMH] Create ephemeral UnixDomainSocketAddress provider with thread-safe close semantics
Reviewed-by: michaelm
|
2025-05-13 11:08:16 +00:00 |
|
Daniel Gredler
|
85db4631ae
|
8350203: [macos] Newlines and tabs are not ignored when drawing text to a Graphics2D object
8353187: Test TextLayout/TestControls fails on macOS: width of 0x9, 0xa, 0xd isn't zero
Reviewed-by: honkar, aivanov, prr
|
2025-05-13 10:37:57 +00:00 |
|
Alan Bateman
|
132a890a9b
|
8342486: Implement JEP 505: Structured Concurrency (Fifth Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Viktor Klang <vklang@openjdk.org>
Reviewed-by: vklang
|
2025-05-13 08:43:26 +00:00 |
|
Volkan Yazici
|
ad161a4ef8
|
8355360: -d option of jwebserver command should accept relative paths
Reviewed-by: dfuchs, michaelm
|
2025-05-13 07:58:36 +00:00 |
|
Stefan Johansson
|
526f543adf
|
8353184: ZGC: Simplify and correct tlab_used() tracking
Reviewed-by: stefank, aboldtch
|
2025-05-13 07:44:30 +00:00 |
|
Jan Lahoda
|
03dca0323d
|
8354908: javac mishandles supplementary character in character literal
Reviewed-by: naoto, vromero
|
2025-05-13 06:16:34 +00:00 |
|
Per Minborg
|
6e0846918c
|
8356658: java/foreign/TestBufferStackStress2.java failed again with junit action timed out
Reviewed-by: jpai, alanb
|
2025-05-13 05:47:17 +00:00 |
|
Jan Lahoda
|
24d77adee9
|
8356057: PrintingProcessor (-Xprint) does not print type variable bounds and type annotations for Object supertypes
Reviewed-by: darcy, vromero
|
2025-05-13 04:44:07 +00:00 |
|
Valerie Peng
|
4fc10a1e7e
|
8356087: Problematic KeyInfo check using key algorithm in P11SecretKeyFactory class
Reviewed-by: weijun
|
2025-05-13 03:46:30 +00:00 |
|
Bhavana Kilambi
|
303f4101d4
|
8355708: Two Float16 IR tests fail after JDK-8345125
Reviewed-by: jbhateja, haosun, mhaessig
|
2025-05-12 23:21:17 +00:00 |
|
Vladimir Kozlov
|
2595fcc7cc
|
8356192: Enable AOT code caching only on supported platforms
Reviewed-by: shade, mdoerr, fyang
|
2025-05-12 20:29:42 +00:00 |
|
Roger Riggs
|
0f5c608143
|
8356695: java/lang/StringBuilder/HugeCapacity.java failing with OOME
Reviewed-by: liach, lancea, rgiulietti
|
2025-05-12 20:01:43 +00:00 |
|
Joel Sikström
|
8128f638fa
|
8355692: Refactor stream indentation
Reviewed-by: stefank, cnorrbin
|
2025-05-12 15:49:38 +00:00 |
|
Archie Cobbs
|
f5525ecf58
|
8348410: Preview flag not checked during compilation resulting in runtime crash
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: jlahoda, mcimadamore
|
2025-05-12 14:42:27 +00:00 |
|
Hamlin Li
|
8545e13571
|
8356642: RISC-V: enable hotspot/jtreg/compiler/vectorapi/VectorFusedMultiplyAddSubTest.java
Reviewed-by: fyang, fjiang, mhaessig
|
2025-05-12 12:25:13 +00:00 |
|
Abhishek Kumar
|
ab8c808ed8
|
8356752: Log mouse enter and exit events for debugging
Reviewed-by: jdv, tr
|
2025-05-12 09:15:13 +00:00 |
|
Saranya Natarajan
|
0258d9998e
|
8347515: C2: assert(!success || (C->macro_count() == (old_macro_count - 1))) failed: elimination must have deleted one node from macro list
Reviewed-by: thartmann, chagedorn
|
2025-05-12 08:50:01 +00:00 |
|
Per Minborg
|
45cf32bd2c
|
8347408: Create an internal method handle adapter for system calls with errno
Reviewed-by: mcimadamore
|
2025-05-12 06:59:41 +00:00 |
|
Hannes Greule
|
de801fea76
|
8353551: C2: Constant folding for ReverseBytes nodes
Reviewed-by: epeter, vlivanov
|
2025-05-12 06:43:52 +00:00 |
|
Erik Gahlin
|
74f047b84d
|
8356224: JFR: Default value of @Registered is ignored
Reviewed-by: mgronlun
|
2025-05-11 22:40:29 +00:00 |
|
Alexander Matveev
|
fa7c5a65ba
|
8356664: [macos] AppContentTest fails after JDK-8352480
Reviewed-by: asemenyuk
|
2025-05-10 02:59:05 +00:00 |
|
Jatin Bhateja
|
3b336a9da0
|
8352675: Support Intel AVX10 converged vector ISA feature detection
Reviewed-by: sviswanathan, vlivanov, yzheng
|
2025-05-09 23:33:32 +00:00 |
|
Chen Liang
|
0f2a6c266b
|
8356577: Migrate ClassFileVersionTest to be feature-agnostic
Reviewed-by: dholmes, alanb
|
2025-05-09 21:58:24 +00:00 |
|
Roger Riggs
|
8fadf295b0
|
8351443: Improve robustness of StringBuilder
Reviewed-by: liach, rgiulietti, bchristi, jpai
|
2025-05-09 21:48:16 +00:00 |
|
Phil Race
|
30cb94d6b0
|
8346683: Problem list automated tests that fail on macOS15
Reviewed-by: dmarkov
|
2025-05-09 18:10:18 +00:00 |
|
Sergey Bylokhov
|
375f3dc9ed
|
8356053: Test java/awt/Toolkit/Headless/HeadlessToolkit.java fails by timeout
Reviewed-by: prr, kizune
|
2025-05-09 17:50:51 +00:00 |
|
Fabio Romano
|
1c5eb370b7
|
8355719: Reduce memory consumption of BigInteger.pow()
Reviewed-by: rgiulietti
|
2025-05-09 17:06:33 +00:00 |
|
Alexander Matveev
|
601f05e06d
|
8352480: Don't follow symlinks in additional content for app images
Reviewed-by: asemenyuk
|
2025-05-09 16:47:06 +00:00 |
|
Calvin Cheung
|
dd25799c21
|
8356212: runtime/cds/appcds/LotsOfSyntheticClasses.java timed out with -XX:+AOTClassLinking
Reviewed-by: iklam, shade, syan
|
2025-05-09 16:17:14 +00:00 |
|
Liam Miller-Cushon
|
0e0bd642ab
|
8356441: IllegalStateException in RichDiagnosticFormatter after JDK-8355065
Reviewed-by: liach, mcimadamore
|
2025-05-09 15:45:25 +00:00 |
|
Patricio Chilano Mateo
|
9ebb5d42d4
|
8346255: java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java finds no deadlock
Reviewed-by: kevinw, dholmes, alanb
|
2025-05-09 15:05:09 +00:00 |
|
Ioi Lam
|
591e71ebe5
|
8354890: AOT-initialize j.l.i.MethodHandleImpl and inner classes
Reviewed-by: liach, vlivanov
|
2025-05-09 06:00:23 +00:00 |
|
Alexey Semenyuk
|
cc3a366e2a
|
8333568: Test that jpackage doesn't modify R/O files/directories
Reviewed-by: almatvee
|
2025-05-09 00:06:26 +00:00 |
|
Alexey Semenyuk
|
8a8893ec03
|
8356562: SigningAppImageTwoStepsTest test fails
Reviewed-by: almatvee
|
2025-05-08 22:18:56 +00:00 |
|
Ioi Lam
|
4379e2d26b
|
8356125: Interned strings are omitted from AOT cache
Reviewed-by: shade, ccheung
|
2025-05-08 17:54:47 +00:00 |
|
Vladimir Ivanov
|
b7b437d5bd
|
8356453: C2: assert(!vbox->is_Phi()) during vector box expansion
Reviewed-by: thartmann, kvn
|
2025-05-08 17:53:27 +00:00 |
|
Chris Plummer
|
9273094538
|
8356023: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 2
Reviewed-by: amenkov, sspitsyn, lmesnik
|
2025-05-08 17:48:26 +00:00 |
|
Casper Norrbin
|
1e8927dded
|
8354433: Assert in AbstractRBTree::visit_range_in_order(const K& from, const K& to, F f) is wrong
Reviewed-by: jsjolen, aboldtch
|
2025-05-08 16:21:14 +00:00 |
|
Roman Kennke
|
6b1e88a946
|
8356329: Report compact object headers in hs_err
Reviewed-by: stuefe, lmesnik, zgu
|
2025-05-08 16:07:25 +00:00 |
|
Maurizio Cimadamore
|
c6ffacb575
|
8344703: Compiler Implementation for Flexible Constructor Bodies
Reviewed-by: vromero, liach, jlahoda
|
2025-05-08 15:14:35 +00:00 |
|
Eirik Bjørsnøs
|
2ea629f3f2
|
8353440: Disable FTP fallback for non-local file URLs by default
Reviewed-by: dfuchs
|
2025-05-08 14:52:53 +00:00 |
|
Christian Hagedorn
|
ad07426fab
|
8356084: C2: Data is wrongly rewired to Initialized Assertion Predicates instead of Template Assertion Predicates
Reviewed-by: epeter, kvn
|
2025-05-08 11:34:46 +00:00 |
|
Christian Hagedorn
|
b47b2062a2
|
8355674: C2: Partial Peeling should not introduce Phi nodes above OpaqueInitializedAssertionPredicate nodes
Reviewed-by: epeter, thartmann
|
2025-05-08 11:33:31 +00:00 |
|
nibjen
|
2c1eb339d6
|
8350830: Values converted incorrectly when reading TLS session tickets
Reviewed-by: djelinski, ascarpino
|
2025-05-08 09:06:19 +00:00 |
|
Anass Baya
|
223eec5501
|
8354219: Automate javax/swing/JComboBox/ComboPopupBug.java
Reviewed-by: aivanov, achung
|
2025-05-08 07:30:40 +00:00 |
|
Jaikiran Pai
|
52a5583d69
|
8356154: Respecify java.net.Socket constructors that allow creating UDP sockets to throw IllegalArgumentException
Reviewed-by: dfuchs, alanb
|
2025-05-08 03:56:45 +00:00 |
|
Ioi Lam
|
3e258cbddf
|
8356407: Part of class verification is skipped in AOT training run
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: matsaave, coleenp
|
2025-05-08 01:08:52 +00:00 |
|
Markus KARG
|
7642556a5a
|
8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer
Reviewed-by: liach, jpai, rriggs
|
2025-05-08 00:58:10 +00:00 |
|
Chen Liang
|
8c1b915c7e
|
8356126: Duplication handling and optimization of CaptureCallState
Reviewed-by: jvernee
|
2025-05-07 18:11:03 +00:00 |
|
Chen Liang
|
3f6b17777f
|
8332934: Do loop with continue with subsequent switch leads to incorrect stack maps
Reviewed-by: vromero
|
2025-05-07 18:09:23 +00:00 |
|