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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 206e5b82
Choose a base ref
...
head repository: openjdk/shenandoah
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 041abc3f
Choose a head ref
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 3, 2023

  1. Improvements to support humongous allocation

    1. If we fail a humongous allocation, immediately upgrade to full gc.
       There is little likelihood that a degen will remedy this situation.
    2. Reduce the likelihood that we will fail a humongous allocation by:
       a) Servicing regular mutator allocation from high heap,  preserving
          low heap for humongous allocations
       b) At end of concurrent old mark, if old-gen memory has become
          scattered throughout low memory, add a percentage of these
          scattered old-gen regions to the set of mixed-evac candidates so
          that old-gen can be defragmented, even if these regions do not
          have a large amount of garbage contained within them.
    kdnilsen committed Oct 3, 2023
    Copy the full SHA
    872e670 View commit details

Commits on Oct 5, 2023

  1. Copy the full SHA
    c5a845f View commit details

Commits on Oct 6, 2023

  1. Copy the full SHA
    569d77f View commit details
  2. Copy the full SHA
    5eb3744 View commit details
  3. Fix mismatched brace

    kdnilsen committed Oct 6, 2023
    Copy the full SHA
    45d0ec2 View commit details

Commits on Oct 7, 2023

  1. Cleanup code for upstream

    kdnilsen committed Oct 7, 2023
    Copy the full SHA
    e9e11ad View commit details
  2. Copy the full SHA
    b885e02 View commit details

Commits on Oct 9, 2023

  1. Fix whitespace

    kdnilsen committed Oct 9, 2023
    Copy the full SHA
    6f75a52 View commit details

Commits on Oct 11, 2023

  1. Copy the full SHA
    9535b51 View commit details
  2. Cosmetic improvements

    kdnilsen committed Oct 11, 2023
    Copy the full SHA
    72ce60e View commit details

Commits on Oct 12, 2023

  1. Copy the full SHA
    1732b07 View commit details

Commits on Oct 13, 2023

  1. Respond to reviewer feedback

    kdnilsen committed Oct 13, 2023
    Copy the full SHA
    0c471ab View commit details
  2. Merge master

    kdnilsen committed Oct 13, 2023
    Copy the full SHA
    041abc3 View commit details
Loading