Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to tag jdk-24+19 #1846

Merged
merged 114 commits into from
Oct 11, 2024
Merged

Merge to tag jdk-24+19 #1846

merged 114 commits into from
Oct 11, 2024

Commits on Oct 3, 2024

  1. 8337753: Target class of upcall stub may be unloaded

    Reviewed-by: amitkumar, vlivanov, mdoerr
    JornVernee committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6af1358 View commit details
    Browse the repository at this point in the history
  2. 8341415: Optimize RawBytecodeHelper::next

    Reviewed-by: liach
    wenshao committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d7f32d8 View commit details
    Browse the repository at this point in the history
  3. 8341004: Open source AWT FileDialog related tests

    Reviewed-by: kizune
    Abhishek Kumar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7d524d7 View commit details
    Browse the repository at this point in the history
  4. 8341310: Test TestJcmdWithSideCar.java should skip ACCESS_TMP_VIA_PRO…

    …C_ROOT (after JDK-8327114)
    
    Reviewed-by: kevinw
    jerboaa committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    21f8ccf View commit details
    Browse the repository at this point in the history
  5. 8339979: VirtualThreadSchedulerMXBeanTest.testReduceParallelism fails…

    … intermittently
    
    Reviewed-by: kevinw
    Alan Bateman committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    eb93e69 View commit details
    Browse the repository at this point in the history
  6. 8341006: Optimize StackMapGenerator detect frames

    Reviewed-by: liach
    wenshao committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1202800 View commit details
    Browse the repository at this point in the history
  7. 8340229: Improve opening sentence of FileInputStream constructor spec…

    …ification
    
    Reviewed-by: alanb, jpai
    Brian Burkhalter committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f1ea57f View commit details
    Browse the repository at this point in the history
  8. 8341282: (fs) Move creation time fallback logic to Java layer (Linux)

    Reviewed-by: sgehwolf, alanb
    Brian Burkhalter committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3ee94e0 View commit details
    Browse the repository at this point in the history
  9. 8340625: Open source additional Component tests (part 3)

    Reviewed-by: psadhukhan
    Alexander Zuev committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ebb4759 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de12fc7 View commit details
    Browse the repository at this point in the history
  11. 8340432: Open source some MenuBar tests - Set2

    Reviewed-by: prr, psadhukhan
    Damon Nguyen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    013250e View commit details
    Browse the repository at this point in the history
  12. 8339403: sun.security.ssl.StatusResponseManager.get swallows interrup…

    …t status
    
    Reviewed-by: valeriep
    Jamil Nimeh committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b6e72ff View commit details
    Browse the repository at this point in the history
  13. 8340077: Open source few Checkbox tests - Set2

    Reviewed-by: prr, azvegint, psadhukhan
    Harshitha Onkar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6f459af View commit details
    Browse the repository at this point in the history
  14. 8341128: open source some 2d graphics tests

    Reviewed-by: psadhukhan
    prrace committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e89fd1d View commit details
    Browse the repository at this point in the history
  15. 8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKey…

    …Press.java fails sometimes in macos
    
    Reviewed-by: prr
    Manukumar V S authored and prrace committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6bc3971 View commit details
    Browse the repository at this point in the history
  16. 8341489: ProblemList runtime/cds/appcds/DumpRuntimeClassesTest.java i…

    …n Xcomp mode
    
    Reviewed-by: matsaave
    Daniel D. Daugherty committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    10402b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. 8338136: Hotspot should support multiple large page sizes on Windows

    Reviewed-by: dholmes, djelinski
    Dhamoder Nalla authored and David Holmes committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4ded283 View commit details
    Browse the repository at this point in the history
  2. 8341000: Open source some of the AWT Window tests

    Reviewed-by: psadhukhan, abhiscxk
    jayathirthrao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d3139b4 View commit details
    Browse the repository at this point in the history
  3. 8341451: Remove C2HandleAnonOMOwnerStub

    Reviewed-by: fyang, chagedorn
    xmas92 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3f420fa View commit details
    Browse the repository at this point in the history
  4. 8340792: -XX:+PrintInterpreter: instructions should only be printed i…

    …f printing all InterpreterCodelets
    
    Reviewed-by: mdoerr, coleenp
    reinrich committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a63ac5a View commit details
    Browse the repository at this point in the history
  5. 8340426: ZGC: Move defragment out of the allocation path

    Reviewed-by: aboldtch, jsikstro, eosterlund
    kstefanj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ec020f3 View commit details
    Browse the repository at this point in the history
  6. 8341261: Tests assume UnlockExperimentalVMOptions is disabled by default

    Reviewed-by: stefank, mli, ysr
    toddjonker committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1bdd79e View commit details
    Browse the repository at this point in the history
  7. 8341127: Extra call to MethodHandle::asType from memory segment var h…

    …andles fails to inline
    
    Reviewed-by: psandoz, redestad, jvernee
    mcimadamore committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7fa2f22 View commit details
    Browse the repository at this point in the history
  8. 8341413: Stop including osThread_os.hpp in the middle of the OSThread…

    … class
    
    Reviewed-by: coleenp, dholmes
    stefank committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    72ac72f View commit details
    Browse the repository at this point in the history
  9. 8341298: Open source more AWT window tests

    Reviewed-by: abhiscxk
    jayathirthrao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    db61458 View commit details
    Browse the repository at this point in the history
  10. 8340945: Ubsan: oopStorage.cpp:374:8: runtime error: applying non-zer…

    …o offset 18446744073709551168 to null pointer
    
    Reviewed-by: tschatzl, mbaesken
    Kim Barrett committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    feb6a83 View commit details
    Browse the repository at this point in the history
  11. 8341053: Two CDS tests fail again with -UseCompressedOops and UseSeri…

    …alGC/UseParallelGC
    
    Reviewed-by: iklam, matsaave
    calvinccheung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    42f3255 View commit details
    Browse the repository at this point in the history
  12. 8341377: Update VMProps.isCDSRuntimeOptionsCompatible to include Para…

    …llel and Serial GC
    
    Reviewed-by: dholmes, shade
    calvinccheung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    beb2a51 View commit details
    Browse the repository at this point in the history
  13. 8340555: Open source DnD tests - Set4

    Reviewed-by: aivanov, azvegint
    Harshitha Onkar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0dd4997 View commit details
    Browse the repository at this point in the history
  14. 8341111: open source several AWT tests including menu shortcut tests

    Reviewed-by: psadhukhan, jdv
    prrace committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    04c9c5f View commit details
    Browse the repository at this point in the history
  15. 8341379: Shenandoah: Improve lock contention during cleanup

    Reviewed-by: xpeng, phh, wkemper
    kdnilsen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f5f0852 View commit details
    Browse the repository at this point in the history
  16. 8340326: Remove references to Applet in core-libs/security tests

    Reviewed-by: prr, naoto, dfuchs
    Justin Lu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2e5b420 View commit details
    Browse the repository at this point in the history
  17. 8341162: Open source some of the AWT window test

    Reviewed-by: aivanov
    jayathirthrao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c8e70df View commit details
    Browse the repository at this point in the history
  18. 8340164: Open source few Component tests - Set1

    Reviewed-by: psadhukhan, prr
    Damon Nguyen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e3978e View commit details
    Browse the repository at this point in the history
  19. 8340966: Open source few Checkbox and Cursor tests - Set1

    Reviewed-by: psadhukhan, jdv
    Damon Nguyen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3d38cd9 View commit details
    Browse the repository at this point in the history
  20. 8340967: Open source few Cursor tests - Set2

    Reviewed-by: psadhukhan
    Damon Nguyen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    92cb633 View commit details
    Browse the repository at this point in the history
  21. 8341258: Open source few various AWT tests - Set1

    Reviewed-by: psadhukhan
    Damon Nguyen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    86e3d52 View commit details
    Browse the repository at this point in the history
  22. 8341541: Wrong anchor in wrapper classes links

    Reviewed-by: hannesw, liach
    jddarcy committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e70cbcf View commit details
    Browse the repository at this point in the history
  23. 8341483: Clarify special case handling of Types.getArrayType

    Reviewed-by: liach, prappo, dlsmith
    jddarcy committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a3e2357 View commit details
    Browse the repository at this point in the history
  24. 8341295: Add some useful debugging APIs to the debug agent

    Reviewed-by: amenkov, sspitsyn
    plummercj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    33e4bfd View commit details
    Browse the repository at this point in the history
  25. 8341443: [macos] AppContentTest and SigningOptionsTest failed due to …

    …"codesign" does not fails with "--app-content" on macOS 15
    
    Reviewed-by: asemenyuk
    Alexander Matveev committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    85e0e64 View commit details
    Browse the repository at this point in the history
  26. 8341554: Shenandoah: Missing heap lock when updating usage for soft r…

    …ef policy
    
    Reviewed-by: kdnilsen, ysr
    William Kemper committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bade041 View commit details
    Browse the repository at this point in the history
  27. 8340417: Open source some MenuBar tests - Set1

    Reviewed-by: psadhukhan
    Damon Nguyen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5592894 View commit details
    Browse the repository at this point in the history
  28. 8339699: Optimize DataOutputStream writeUTF

    Reviewed-by: liach, bpb
    wenshao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b42fbf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. 8341510: Optimize StackMapGenerator::processFieldInstructions

    Reviewed-by: liach
    wenshao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f8db3a8 View commit details
    Browse the repository at this point in the history
  2. 8341512: Optimize StackMapGenerator::processInvokeInstructions

    Reviewed-by: liach
    wenshao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1c3e56c View commit details
    Browse the repository at this point in the history
  3. 8341558: [AIX] build broken after 8341413

    Reviewed-by: kbarrett
    TheRealMDoerr committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    df763cd View commit details
    Browse the repository at this point in the history
  4. 8339386: Assertion on AIX - original PC must be in the main code sect…

    …ion of the compiled method
    
    Reviewed-by: rrich, lucy
    TheRealMDoerr committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9a25f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    260d465 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. 8337713: RISC-V: fix typos in macroAssembler_riscv.cpp

    Reviewed-by: jwaters, fyang
    SendaoYan committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    50426b3 View commit details
    Browse the repository at this point in the history
  2. 8339329: ConstantPoolBuilder#constantValueEntry method doc typo and c…

    …larifications
    
    Reviewed-by: liach
    dmlloyd authored and liach committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    20f36c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. 8338379: Accesses to class init state should be properly synchronized

    Reviewed-by: mdoerr, dholmes, coleenp, fyang, amitkumar
    shipilev committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6600161 View commit details
    Browse the repository at this point in the history
  2. 8341612: [BACKOUT] 8338442: AArch64: Clean up IndOffXX type and let l…

    …egitimize_address() fix out-of-range operands
    
    Reviewed-by: chagedorn
    TobiHartmann committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    92186a2 View commit details
    Browse the repository at this point in the history
  3. 8341525: G1: use bit clearing to remove tightly-coupled initializatio…

    …n store pre-barriers
    
    Reviewed-by: mdoerr, kbarrett, shade, tschatzl
    robcasloz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    81ebbb2 View commit details
    Browse the repository at this point in the history
  4. 8341562: RISC-V: Generate comments in -XX:+PrintInterpreter to link t…

    …o source code
    
    Reviewed-by: fyang, luhenry
    SendaoYan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    747a3fa View commit details
    Browse the repository at this point in the history
  5. 8340880: RISC-V: add t3-t6 alias into assemler_riscv.hpp

    Reviewed-by: luhenry, fyang
    Hamlin Li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2897797 View commit details
    Browse the repository at this point in the history
  6. 8340799: Add border inside instruction frame in PassFailJFrame

    Reviewed-by: prr, dnguyen
    aivanov-jdk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    520060f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ba170c View commit details
    Browse the repository at this point in the history
  8. 8341238: G1: Refactor G1Policy to move collection set selection metho…

    …ds into G1CollectionSet
    
    Reviewed-by: tschatzl, mli
    Ivan Walulya committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a2372c6 View commit details
    Browse the repository at this point in the history
  9. 8341593: Problemlist java/foreign/TestUpcallStress.java in Xcomp mode

    Reviewed-by: jvernee
    SendaoYan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3359518 View commit details
    Browse the repository at this point in the history
  10. 8341373: Open source closed frame tests # 4

    Reviewed-by: prr
    Alexander Zvegintsev committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d0c5e4b View commit details
    Browse the repository at this point in the history
  11. 8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN

    Reviewed-by: lancea, redestad
    Eirik Bjørsnøs committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f7bb647 View commit details
    Browse the repository at this point in the history
  12. 8340713: Open source DnD tests - Set5

    Reviewed-by: azvegint, dnguyen
    Harshitha Onkar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fc7244d View commit details
    Browse the repository at this point in the history
  13. 8330206: Bump minimum boot jdk to JDK 23

    Reviewed-by: darcy, iris, erikj
    vidmik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    23f3ca2 View commit details
    Browse the repository at this point in the history
  14. 8341278: Open source few TrayIcon tests - Set7

    Reviewed-by: azvegint
    Harshitha Onkar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4d50cbb View commit details
    Browse the repository at this point in the history
  15. 8341581: Optimize BytecodeHelpers validate slot

    Reviewed-by: liach
    wenshao committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d996ca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 8341668: Shenandoah: assert(tail_bits < (idx_t)BitsPerWord) failed: p…

    …recondition
    
    Reviewed-by: ysr
    William Kemper committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    45a6359 View commit details
    Browse the repository at this point in the history
  2. 8339982: Open source several AWT Mouse tests - Batch 2

    Reviewed-by: psadhukhan
    Tejesh R committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b6a4047 View commit details
    Browse the repository at this point in the history
  3. 8339836: Open source several AWT Mouse tests - Batch 1

    Reviewed-by: honkar, prr
    Tejesh R committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    57c859e View commit details
    Browse the repository at this point in the history
  4. 8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils

    Reviewed-by: lancea
    cl4es committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ffb60e5 View commit details
    Browse the repository at this point in the history
  5. 8339220: [s390x] TestIfMinMax.java failure

    Reviewed-by: lucy, aph
    offamitkumar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    59ac703 View commit details
    Browse the repository at this point in the history
  6. 8341597: ZipFileInflaterInputStream input buffer size uses uncompress…

    …ed size
    
    Reviewed-by: lancea
    Eirik Bjørsnøs committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f62dba3 View commit details
    Browse the repository at this point in the history
  7. 8336843: Deprecate java.util.zip.ZipError for removal

    Reviewed-by: liach, lancea
    Eirik Bjørsnøs committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7a1e832 View commit details
    Browse the repository at this point in the history
  8. 8341644: Compile error in cgroup coding when using toolchain clang

    Reviewed-by: stefank, mdoerr
    MBaesken committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6e48618 View commit details
    Browse the repository at this point in the history
  9. 8341643: G1: Merged cards counter skewed by merge cards cache

    Reviewed-by: iwalulya, mli
    Thomas Schatzl committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4a12f5b View commit details
    Browse the repository at this point in the history
  10. 8320500: [vectorapi] RISC-V: Optimize vector math operations with SLEEF

    Reviewed-by: luhenry, ihse, erikj, fyang, rehn
    Hamlin Li committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    580eb62 View commit details
    Browse the repository at this point in the history
  11. 8340203: Link color is hard to distinguish from text color in API doc…

    …umentation
    
    Reviewed-by: prappo
    hns committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6546353 View commit details
    Browse the repository at this point in the history
  12. 8341378: Open source few TrayIcon tests - Set8

    Reviewed-by: azvegint, dnguyen
    Harshitha Onkar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9db74a View commit details
    Browse the repository at this point in the history
  13. 8341447: Open source closed frame tests # 5

    Reviewed-by: honkar
    Alexander Zvegintsev committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    966eb72 View commit details
    Browse the repository at this point in the history
  14. 8341131: Some jdk/jfr/event/compiler tests shouldn't be executed with…

    … Xcomp
    
    Reviewed-by: chagedorn
    lmesnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7312eea View commit details
    Browse the repository at this point in the history
  15. 8341548: More concise use of classfile API

    Reviewed-by: liach
    wenshao committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    62acc9c View commit details
    Browse the repository at this point in the history
  16. 8337066: Repeated call of StringBuffer.reverse with double byte strin…

    …g returns wrong result
    
    Reviewed-by: kvn, thartmann
    Igor Veresov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7eab0a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 8341803: ProblemList containers/docker/TestJcmdWithSideCar.java on li…

    …nux-x64
    
    8341805: ProblemList five mlvm/indy/func/jvmti tests in Xcomp mode
    
    Reviewed-by: psandoz
    Daniel D. Daugherty committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f276f58 View commit details
    Browse the repository at this point in the history
  2. 8341588: Remove CollectionUsageThreshold.java from ProblemList-Xcomp …

    …for debugging
    
    Reviewed-by: lmesnik, kevinw
    Ramkumar Sunderbabu committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    de90204 View commit details
    Browse the repository at this point in the history
  3. 8341658: RISC-V: Test DateFormatProviderTest.java run timeouted

    Reviewed-by: naoto
    SendaoYan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d809bc0 View commit details
    Browse the repository at this point in the history
  4. 8330157: C2: Add a stress flag for bailouts

    Reviewed-by: chagedorn, thartmann
    danielogh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d3f3c6a View commit details
    Browse the repository at this point in the history
  5. 8341688: Aarch64: Generate comments in -XX:+PrintInterpreter to link …

    …to source code
    
    Reviewed-by: aph, jsjolen, jwaters
    SendaoYan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d636e0d View commit details
    Browse the repository at this point in the history
  6. 8341141: Optimize DirectCodeBuilder

    Co-authored-by: Claes Redestad <redestad@openjdk.org>
    Co-authored-by: Chen Liang <liach@openjdk.org>
    Reviewed-by: liach, redestad
    3 people committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    047c2d7 View commit details
    Browse the repository at this point in the history
  7. 8340786: Introduce Predicate classes with predicate iterators and vis…

    …itors for simplified walking
    
    Reviewed-by: roland, thartmann
    chhagedorn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3fba170 View commit details
    Browse the repository at this point in the history
  8. 8341633: StatSampler::assert_system_property: Print the keys and valu…

    …es of the assert
    
    Reviewed-by: stefank
    jdksjolen committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d936556 View commit details
    Browse the repository at this point in the history
  9. 8336702: C2 compilation fails with "all memory state should have been…

    … processed" assert
    
    Reviewed-by: thartmann, chagedorn
    rwestrel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ecc77a5 View commit details
    Browse the repository at this point in the history
  10. 8340214: C2 compilation asserts with "no node with a side effect" in …

    …PhaseIdealLoop::try_sink_out_of_loop
    
    Reviewed-by: chagedorn, thartmann
    rwestrel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ff2f39f View commit details
    Browse the repository at this point in the history
  11. 8325495: C2: implement optimization for series of Add of unique value

    Reviewed-by: chagedorn, roland
    tabjy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c30ad01 View commit details
    Browse the repository at this point in the history
  12. 8340547: Starting many threads can delay safepoints

    Reviewed-by: shade, qamai, dholmes
    olivergillespie committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e704c05 View commit details
    Browse the repository at this point in the history
  13. 8341625: Improve ZipFile validation of the END header

    Reviewed-by: lancea
    Eirik Bjørsnøs committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    950e3a7 View commit details
    Browse the repository at this point in the history
  14. 8337980: Javac allows invocation of an inherited instance method from…

    … a static method
    
    Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
    Reviewed-by: mcimadamore, jlahoda
    archiecobbs and mcimadamore committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    38c1d65 View commit details
    Browse the repository at this point in the history
  15. 8341854: Incorrect clearing of ZF in fast_unlock_lightweight on x86

    Reviewed-by: stefank, aboldtch, pchilanomate, dcubed
    Fredrik Bredberg committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fcc9c8d View commit details
    Browse the repository at this point in the history
  16. 8339320: Optimize ClassFile Utf8EntryImpl#inflate

    Reviewed-by: liach
    wenshao committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a24525b View commit details
    Browse the repository at this point in the history
  17. 8341424: GHA: Collect hs_errs from build time failures

    Reviewed-by: ihse, jwaters
    shipilev committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3ab519f View commit details
    Browse the repository at this point in the history
  18. 8341832: Incorrect continuation address of synthetic SIGSEGV for APX …

    …in product builds
    
    Reviewed-by: thartmann, sviswanathan, kvn
    Jatin Bhateja committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3180aaa View commit details
    Browse the repository at this point in the history
  19. 8341535: sun/awt/font/TestDevTransform.java fails with RuntimeExcepti…

    …on: Different rendering
    
    Reviewed-by: mbaesken
    prrace committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    593c27e View commit details
    Browse the repository at this point in the history
  20. 8341860: ProblemList applications/ctw/modules/java_base_2.java on lin…

    …ux-x64
    
    Reviewed-by: azvegint
    Daniel D. Daugherty committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a45abf1 View commit details
    Browse the repository at this point in the history
  21. 8341170: Open source several Choice related tests (part 2)

    Reviewed-by: honkar
    Alexander Zuev committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    52eded4 View commit details
    Browse the repository at this point in the history
  22. 8341366: Suspicious check in Locale.getDisplayName(Locale inLocale)

    Reviewed-by: naoto
    Justin Lu committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    49c7148 View commit details
    Browse the repository at this point in the history
  23. 8341684: Typo in External Specifications link of java.util.Currency

    Reviewed-by: liach, naoto, srl
    Justin Lu committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e7045e9 View commit details
    Browse the repository at this point in the history
  24. 8340985: Open source some Desktop related tests

    Reviewed-by: abhiscxk
    Alexander Zuev committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    172f744 View commit details
    Browse the repository at this point in the history
  25. 8341755: Optimize argNames in InnerClassLambdaMetafactory

    Co-authored-by: Chen Liang <liach@openjdk.org>
    Reviewed-by: liach, redestad
    wenshao and liach committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c850ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. 8341859: Optimize ClassFile Benchmark Write

    Reviewed-by: liach
    wenshao committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    475f8f9 View commit details
    Browse the repository at this point in the history
  2. 8338884: java/nio/file/attribute/BasicFileAttributeView/CreationTime.…

    …java#tmp fails on alinux3
    
    Reviewed-by: sgehwolf, bpb
    SendaoYan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9d621d3 View commit details
    Browse the repository at this point in the history
  3. 8340809: Open source few more AWT PopupMenu tests

    Reviewed-by: prr, aivanov
    Abhishek Kumar committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    313f4a9 View commit details
    Browse the repository at this point in the history
  4. 8051591: Test javax/swing/JTabbedPane/8007563/Test8007563.java fails

    Reviewed-by: honkar, dnguyen, psadhukhan
    Abhishek Kumar committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    780de00 View commit details
    Browse the repository at this point in the history
  5. 8341882: [BACKOUT] java/nio/file/attribute/BasicFileAttributeView/Cre…

    …ationTime.java#tmp fails on alinux3
    
    Reviewed-by: thartmann
    chhagedorn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    36fca5d View commit details
    Browse the repository at this point in the history
  6. 8341722: Fix some warnings as errors when building on Linux with tool…

    …chain clang
    
    Reviewed-by: cjplummer, lucy
    MBaesken committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e7c5bf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    d659e49 View commit details
    Browse the repository at this point in the history