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/jdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openjdk/jdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr/26114
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 3, 2025

  1. 8344548: Incorrect StartAggressiveSweepingAt doc for segmented code c…

    …ache
    
    The flag StartAggressiveSweepingAt triggers aggressive code cache sweeping based on the percentage of free space in the entire code cache. The previous description referenced segmented vs non-segmented code cache, which is
    confusing and does not reflect the current implementation.
    
    This patch updates the flag description to clearly state that the threshold is based on the total code cache free percentage, regardless of segmentation.
    hgqxjj authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    698a3f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    ccfa628 View commit details
    Browse the repository at this point in the history
  2. correct a compile error

    hgqxjj committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    cb1b2c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    4874d4f View commit details
    Browse the repository at this point in the history
  2. make description more precise

    hgqxjj committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    6b82418 View commit details
    Browse the repository at this point in the history
Loading