Matthias Baesken
|
bf3cfbeff4
|
8351487: [ubsan] jvmti.h runtime error: load of value which is not a valid value
Reviewed-by: cjplummer, amenkov, sspitsyn
|
2025-07-10 07:08:26 +00:00 |
|
David Holmes
|
2a53f5a5c2
|
8361754: New test runtime/jni/checked/TestCharArrayReleasing.java can cause disk full errors
Reviewed-by: jpai, darcy
|
2025-07-10 05:07:33 +00:00 |
|
David Holmes
|
f67e435431
|
8361447: [REDO] Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: mdoerr, stuefe, coleenp
|
2025-07-10 01:59:49 +00:00 |
|
Matias Saavedra Silva
|
518536c607
|
8344073: Test runtime/cds/appcds/TestParallelGCWithCDS.java#id0 failed
Reviewed-by: ccheung, iklam
|
2025-07-09 20:45:13 +00:00 |
|
Chen Liang
|
c9bea77342
|
8361615: CodeBuilder::parameterSlot throws undocumented IOOBE
Reviewed-by: asotona
|
2025-07-09 19:29:25 +00:00 |
|
Yudi Zheng
|
6681fc72d3
|
8361569: [JVMCI] Further refine JVMCI-compiled nmethod that should not collect deoptimization profile
Reviewed-by: dnsimon, gdub
|
2025-07-09 19:12:37 +00:00 |
|
Brian Burkhalter
|
6e203384f8
|
8358533: Improve performance of java.io.Reader.readAllLines
Reviewed-by: rriggs, sherman
|
2025-07-09 16:15:36 +00:00 |
|
Brian Burkhalter
|
6249259c80
|
8361299: (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification
Reviewed-by: alanb, liach
|
2025-07-09 16:15:21 +00:00 |
|
Nizar Benalla
|
7daf9813c0
|
8346884: Add since checker test to jdk.editpad
Reviewed-by: jpai
|
2025-07-09 13:49:15 +00:00 |
|
Aleksey Shipilev
|
a201be8555
|
8361255: CTW: Tolerate more NCDFE problems
Reviewed-by: kvn, thartmann
|
2025-07-09 12:42:25 +00:00 |
|
Chen Liang
|
d886ae12a2
|
8357185: Redundant local variables with unconditionally matching primitive patterns
Reviewed-by: jlahoda, abimpoudis
|
2025-07-09 12:14:14 +00:00 |
|
Aleksey Shipilev
|
a9bd1ad40c
|
8361520: Stabilize SystemGC benchmarks
Reviewed-by: tschatzl, ayang
|
2025-07-09 08:56:44 +00:00 |
|
David Briemann
|
83feb7a238
|
8361599: [PPC64] enable missing tests via jtreg requires
Reviewed-by: mdoerr
|
2025-07-09 08:27:55 +00:00 |
|
Ivan Walulya
|
4761479608
|
8238687: Investigate memory uncommit during young collections in G1
8247843: Reconsider G1 default GCTimeRatio value
8248324: G1: Remove resizing during Remark
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: kbarrett, tschatzl
|
2025-07-09 05:44:42 +00:00 |
|
Chen Liang
|
e2c5d03546
|
8361526: Synchronize ClassFile API verifier with hotspot
Reviewed-by: asotona
|
2025-07-09 03:34:44 +00:00 |
|
Kim Barrett
|
117f0b4051
|
8361426: (ref) Remove jdk.internal.ref.Cleaner
Reviewed-by: jpai, vklang
|
2025-07-08 19:48:54 +00:00 |
|
Rui Li
|
fa32bfe113
|
8358529: GenShen: Heuristics do not respond to changes in SoftMaxHeapSize
Reviewed-by: wkemper
|
2025-07-08 18:34:18 +00:00 |
|
Ioi Lam
|
92712ef45d
|
8361367: AOT ExcludedClasses.java test failed with missing constant pool logs
Reviewed-by: dholmes, kvn
|
2025-07-08 17:34:58 +00:00 |
|
Jan Lahoda
|
853319439e
|
8361570: Incorrect 'sealed is not allowed here' compile-time error
Reviewed-by: mcimadamore, vromero
|
2025-07-08 14:33:14 +00:00 |
|
David Briemann
|
5c67e3d6e5
|
8361353: [PPC64] C2: Add nodes UMulHiL, CmpUL3, UMinV, UMaxV, NegVI
Reviewed-by: mdoerr, rrich
|
2025-07-08 12:58:44 +00:00 |
|
Manuel Hässig
|
2349304bb1
|
8361040: compiler/codegen/TestRedundantLea.java#StringInflate fails with failed IR rules
Co-authored-by: Matthias Baesken <mbaesken@openjdk.org>
Reviewed-by: chagedorn, mbaesken
|
2025-07-08 12:44:36 +00:00 |
|
Jan Lahoda
|
0bd2f9cba2
|
8361445: javac crashes on unresolvable constant in @SuppressWarnings
Reviewed-by: asotona, liach
|
2025-07-08 12:04:08 +00:00 |
|
Maurizio Cimadamore
|
1934bd8d2c
|
8361481: Flexible Constructor Bodies generates a compilation error when compiling a user supplied java.lang.Object class
Reviewed-by: vromero, liach, jlahoda
|
2025-07-08 10:38:59 +00:00 |
|
Kevin Walls
|
310ef85667
|
8305567: serviceability/tmtools/jstat/GcTest01.java failed utils.JstatGcResults.assertConsistency
Reviewed-by: cjplummer, lmesnik
|
2025-07-08 06:38:16 +00:00 |
|
Prasanta Sadhukhan
|
5205eae6ff
|
8346753: Test javax/swing/JMenuItem/RightLeftOrientation/RightLeftOrientation.java fails on Windows Server 2025 x64 because the icons of RBMenuItem and CBMenuItem are not visible in Nimbus LookAndFeel
Reviewed-by: abhiscxk
|
2025-07-08 03:12:37 +00:00 |
|
Valerie Peng
|
ec7c6be6a9
|
8359388: Stricter checking for cipher transformations
Reviewed-by: mullan
|
2025-07-07 23:36:19 +00:00 |
|
Sergey Bylokhov
|
ec3bb93d79
|
8358623: Avoid unnecessary data copying in ICC_Profile
Reviewed-by: honkar, prr
|
2025-07-07 19:32:17 +00:00 |
|
Chris Plummer
|
39c9de2ace
|
8359958: Cleanup "local" debuggee references after JDK-8333117 removed support for non-local debuggees
Reviewed-by: lmesnik, sspitsyn, amenkov
|
2025-07-07 18:50:00 +00:00 |
|
Vicente Romero
|
05c9eec8d0
|
8361214: An anonymous class is erroneously being classify as an abstract class
Reviewed-by: liach, mcimadamore
|
2025-07-07 14:56:53 +00:00 |
|
Richard Reingruber
|
fea73c1d40
|
8360599: [TESTBUG] DumpThreadsWithEliminatedLock.java fails because of unstable inlining
Reviewed-by: alanb, mdoerr, lmesnik
|
2025-07-07 13:21:11 +00:00 |
|
Andrew Haley
|
4df9c87345
|
8360884: Better scoped values
Reviewed-by: liach, alanb
|
2025-07-07 09:16:39 +00:00 |
|
Christian Stein
|
9449fea2cd
|
8358552: EndOfFileException in System.in.read() and IO.readln() etc. in JShell
Reviewed-by: jlahoda
|
2025-07-07 08:59:50 +00:00 |
|
Anass Baya
|
44cff9d6ab
|
8346952: GetGraphicsStressTest.java fails: Native resources unavailable
Reviewed-by: serb
|
2025-07-07 04:58:17 +00:00 |
|
David Holmes
|
3bcbcc5747
|
8361439: [BACKOUT] 8357601: Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays
Reviewed-by: lmesnik
|
2025-07-06 21:45:03 +00:00 |
|
Nizar Benalla
|
f2d2eef988
|
8177100: APIs duplicated in JavaDoc
Reviewed-by: liach, hannesw
|
2025-07-04 15:10:22 +00:00 |
|
Manuel Hässig
|
f153e415d7
|
8361253: CommandLineOptionTest library should report observed values on failure
Reviewed-by: dholmes, shade
|
2025-07-04 13:06:36 +00:00 |
|
Doug Simon
|
5cf349c3b0
|
8361355: Negative cases of Annotated.getAnnotationData implementations are broken
Reviewed-by: never
|
2025-07-04 07:37:20 +00:00 |
|
Kim Barrett
|
21f2e9a71c
|
8344332: (bf) Migrate DirectByteBuffer away from jdk.internal.ref.Cleaner
Reviewed-by: rriggs, bchristi
|
2025-07-04 04:08:42 +00:00 |
|
Manukumar V S
|
16af473397
|
8361115: javax/swing/JComboBox/bug4276920.java unnecessarily throws Error instead of RuntimeException
Reviewed-by: prr
|
2025-07-03 22:32:23 +00:00 |
|
David Holmes
|
da0a51ce97
|
8357601: Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays
Reviewed-by: coleenp, jsjolen
|
2025-07-03 21:02:28 +00:00 |
|
Chen Liang
|
566279af49
|
8360022: ClassRefDupInConstantPoolTest.java fails when running in repeat
Reviewed-by: vromero
|
2025-07-03 20:49:05 +00:00 |
|
Erik Gahlin
|
77e69e02eb
|
8358750: JFR: EventInstrumentation MASK_THROTTLE* constants should be computed in longs
Reviewed-by: mgronlun
|
2025-07-03 20:01:33 +00:00 |
|
Evgeny Nikitin
|
a2315ddd2a
|
8357739: [jittester] disable the hashCode method
Reviewed-by: lmesnik
|
2025-07-03 16:58:30 +00:00 |
|
Rajat Mahajan
|
24117c6e9a
|
8349188: LineBorder does not scale correctly
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, serb
|
2025-07-03 14:24:52 +00:00 |
|
Jaikiran Pai
|
1be29bd725
|
8361060: Keep track of the origin server against which a jdk.internal.net.http.HttpConnection was constructed
Reviewed-by: dfuchs
|
2025-07-03 09:32:09 +00:00 |
|
Benoît Maillard
|
c75df634be
|
8359602: Ideal optimizations depending on input type are missed because of missing notification mechanism from CCP
Reviewed-by: epeter, thartmann
|
2025-07-03 07:28:11 +00:00 |
|
Jan Lahoda
|
fd13e1ce98
|
8358801: javac produces class that does not pass verifier.
Reviewed-by: mcimadamore, liach
|
2025-07-03 07:17:59 +00:00 |
|
Takuya Kiriyama
|
1926aeb1a3
|
8352016: Improve java/lang/RuntimeTests/RuntimeExitLogTest.java
Reviewed-by: rriggs
|
2025-07-03 06:47:11 +00:00 |
|
Hamlin Li
|
c50370599e
|
8360090: [TEST] RISC-V: disable some cds tests on qemu
Reviewed-by: lmesnik, rehn
|
2025-07-02 17:16:12 +00:00 |
|
Martin Doerr
|
c460f842bf
|
8361183: JDK-8360887 needs fixes to avoid cycles and better tests (aix)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, jkern
|
2025-07-02 15:31:29 +00:00 |
|