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

Enhance Large Page Support in MSFT OpenJDK for Windows: Multi-Size Page Handling Upgrade #13

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Dec 5, 2023

  1. Count processors across all processor groups

    Windows 11 and Windows Server 2022 make processes and their threads span
    all processor groups. The correct number of processors can be safely
    used on these operating systems.
    swesonga committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    142b36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b5cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044b6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaef083 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary function

    swesonga committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    63211fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3871382 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    7c85ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7102a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8497440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aff22b5 View commit details
    Browse the repository at this point in the history
  5. Rename 2 methods

    swesonga committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3455b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a5feb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44fba6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eb07d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcc74d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 16, 2023

  1. Fix typos

    swesonga committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    960f4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce6446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95dcd44 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    936c9eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bd0f3 View commit details
    Browse the repository at this point in the history
  3. Explicitly use nullptr

    swesonga committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    207538e View commit details
    Browse the repository at this point in the history
  4. Use result of IsProcessInJob

    swesonga committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fcb878e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3b9701 View commit details
    Browse the repository at this point in the history
  6. Remove duplicated function

    swesonga committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cede98c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 22, 2023

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

Commits on Jan 2, 2024

  1. Fix typo

    swesonga committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e9932b3 View commit details
    Browse the repository at this point in the history
  2. Replace NULL with nullptr

    swesonga committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    dce9bee View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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