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

Ergonomics Profile #9

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft

Ergonomics Profile #9

wants to merge 35 commits into from

Commits on Aug 7, 2023

  1. Add option for dedicated ergonomics profile

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e84d698 View commit details
    Browse the repository at this point in the history
  2. change gb

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9cea06f View commit details
    Browse the repository at this point in the history
  3. change gb to prevent overflow

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f58c9cd View commit details
    Browse the repository at this point in the history
  4. test G

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e8e0324 View commit details
    Browse the repository at this point in the history
  5. use G

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b84eba2 View commit details
    Browse the repository at this point in the history
  6. add GC selection for dedicated ergonomics profile

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    765fc11 View commit details
    Browse the repository at this point in the history
  7. fix oopsie

    Stephanie Crater authored and brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0bb062e View commit details
    Browse the repository at this point in the history
  8. wip

    brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5bc7f7e View commit details
    Browse the repository at this point in the history
  9. Remove auto import

    brunoborges committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    08cc6ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b254d08 View commit details
    Browse the repository at this point in the history
  11. Remove leading whitespace

    Co-authored-by: Martijn Verburg <[email protected]>
    brunoborges and karianna authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b5ff702 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5768a4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    613c117 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6559389 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93cad80 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Minor fixes

    brunoborges committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    92c1df1 View commit details
    Browse the repository at this point in the history
  2. No need to change MinRAMPercentage here.

    MinRAMPercentage is used as maxheap by the legacy ergonomics (aka shared) for when the environment has up to 512MB of RAM.
    brunoborges committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d8a19e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c5576 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    34fa5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd0069 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0bcc5b3 View commit details
    Browse the repository at this point in the history
  2. use auto by default

    brunoborges committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eafd4f4 View commit details
    Browse the repository at this point in the history
  3. missing qupte

    brunoborges committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    436ba32 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. simplified

    brunoborges committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a0199e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439bae6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. test max ram percentage

    brunoborges committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9c4b3ec View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Tests for ergo profiles

    brunoborges committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a7db925 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. Update src/hotspot/share/gc/shared/gcConfig.cpp

    Co-authored-by: David Schlosnagle <[email protected]>
    brunoborges and schlosna authored May 10, 2024
    Configuration menu
    Copy the full SHA
    fc3e25b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa4ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63bc938 View commit details
    Browse the repository at this point in the history
  4. merge

    brunoborges committed May 10, 2024
    Configuration menu
    Copy the full SHA
    92fad0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da546d2 View commit details
    Browse the repository at this point in the history