Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openjdk/shenandoah-jdk21u
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed77abd4
Choose a base ref
...
head repository: openjdk/shenandoah-jdk21u
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33f4d805
Choose a head ref
  • 20 commits
  • 38 files changed
  • 7 contributors

Commits on Aug 21, 2024

  1. 8309067: gtest/AsyncLogGtest.java fails again in stderrOutput_vm

    Reviewed-by: phh
    Backport-of: d1af748
    Andrew Lu committed Aug 21, 2024
    Copy the full SHA
    4c86bf5 View commit details
  2. 8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with…

    … jtreg test timeout due to lost datagram
    
    Backport-of: 49eb00da8dc66cff3ca430f06ab21357ee6180ef
    Andrew Lu committed Aug 21, 2024
    Copy the full SHA
    cd5ac19 View commit details

Commits on Aug 22, 2024

  1. 8334078: RISC-V: TestIntVect.java fails after JDK-8332153 when runnin…

    …g without RVV
    
    Reviewed-by: fyang
    Backport-of: ef7923e1277ce86c6e5331871f1031c28bf82e31
    zifeihan authored and RealFYang committed Aug 22, 2024
    Copy the full SHA
    846962d View commit details
  2. 8336926: jdk/internal/util/ReferencedKeyTest.java can fail with Concu…

    …rrentModificationException
    
    Backport-of: bfb75b96266f4c5840e2edea13f9aa2c801518cf
    shipilev committed Aug 22, 2024
    Copy the full SHA
    affb895 View commit details
  3. 8335007: Inline OopMapCache table

    Backport-of: 50dd962b0d0fe36634d96dbbd9d94fbc34d9ff7f
    shipilev committed Aug 22, 2024
    Copy the full SHA
    38eeb50 View commit details
  4. 8330981: ZGC: Should not dedup strings in the finalizer graph

    Backport-of: 2f2dc2289bce47d8071a86215218f345cce71dba
    shipilev committed Aug 22, 2024
    Copy the full SHA
    d5b8ea8 View commit details
  5. 8333354: ubsan: frame.inline.hpp:91:25: and src/hotspot/share/runtime…

    …/frame.inline.hpp:88:29: runtime error: member call on null pointer of type 'const struct SmallRegisterMap'
    
    Backport-of: 8162832832ac6e8c17f942e718e309a3489e0da6
    MBaesken committed Aug 22, 2024
    Copy the full SHA
    fa8ef0f View commit details
  6. 8333088: ubsan: shenandoahAdaptiveHeuristics.cpp:245:44: runtime erro…

    …r: division by zero
    
    Backport-of: 34eea6a5fa27121bc0e9e8ace0894833d4a9f826
    MBaesken committed Aug 22, 2024
    Copy the full SHA
    dc8365c View commit details
  7. 8333149: ubsan : memset on nullptr target detected in jvmtiEnvBase.cp…

    …p get_object_monitor_usage
    
    Backport-of: 43a2f17342af8f5bf1f5823df9fa0bf0bdfdfce2
    MBaesken committed Aug 22, 2024
    Copy the full SHA
    24f453c View commit details

Commits on Aug 23, 2024

  1. 8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with…

    … "Events are not ordered! Reuse = false"
    
    Backport-of: fa7521b29eef39aeecb307f239c6d16898085984
    SendaoYan authored and Paul Hohensee committed Aug 23, 2024
    Copy the full SHA
    e79f9b4 View commit details
  2. 8335743: jhsdb jstack cannot print some information on the waiting th…

    …read
    
    Backport-of: d6c6847e32673d36a1958cefd1851ec9f3b1e2ad
    tkiriyama authored and Paul Hohensee committed Aug 23, 2024
    Copy the full SHA
    b8038ea View commit details
  3. 8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exce…

    …ption: Could not find leak
    
    Backport-of: f6be922952642f40dcf0d27b7896c9a6acdd6378
    cost0much authored and Ben Taylor committed Aug 23, 2024
    Copy the full SHA
    4f28612 View commit details

Commits on Aug 26, 2024

  1. 8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on…

    … SVE system with UseSVE=0
    
    Reviewed-by: phh
    Backport-of: 60544f9
    cost0much authored and Victor Rudometov committed Aug 26, 2024
    Copy the full SHA
    fe47075 View commit details
  2. 8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fail…

    …s with -Xcomp after JDK-8335743
    
    Backport-of: 1fe3ada001e188754df5de00bf6804f028ad274b
    tkiriyama authored and Paul Hohensee committed Aug 26, 2024
    Copy the full SHA
    f2c5ecf View commit details
  3. 8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock env…

    …iroment
    
    Backport-of: 403fa3760f629873258447cc9aefa09f9a27e7a4
    SendaoYan authored and Paul Hohensee committed Aug 26, 2024
    Copy the full SHA
    dccf4de View commit details
  4. 8322881: java/nio/file/Files/CopyMoveVariations.java fails with Acces…

    …sDeniedException due to permissions of files in /tmp
    
    Backport-of: bf13a4e2819fa5bcb3e4f2281121d4e0b5535403
    SendaoYan authored and Paul Hohensee committed Aug 26, 2024
    Copy the full SHA
    15664b1 View commit details

Commits on Aug 27, 2024

  1. 8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java…

    … failed: out of expected range
    
    Backport-of: e1fd663f224909c09f2f6fab7ad20f7b7864b62b
    MBaesken committed Aug 27, 2024
    Copy the full SHA
    ec5976d View commit details
  2. 8338286: GHA: Demote x86_32 to hotspot build only

    Backport-of: da7311bbe37c2b9632b117d52a77c659047820b7
    shipilev committed Aug 27, 2024
    Copy the full SHA
    345b417 View commit details
  3. 8335409: Can't allocate and retain memory from resource area in frame…

    …::oops_interpreted_do oop closure after 8329665
    
    Reviewed-by: phh, stuefe
    Backport-of: 7ab96c74e2c39f430a5c2f65a981da7314a2385b
    shipilev committed Aug 27, 2024
    Copy the full SHA
    db914b7 View commit details
  4. 8280120: [IR Framework] Add attribute to @ir to enable/disable IR mat…

    …ching based on the architecture
    
    Backport-of: a8549b6
    cost0much authored and Paul Hohensee committed Aug 27, 2024
    Copy the full SHA
    33f4d80 View commit details
Loading