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

[GR-47109] Implement JFR Event Throttling. #6899

Merged
merged 39 commits into from
Feb 10, 2024

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    f3f4d51 View commit details
    Browse the repository at this point in the history
  2. add weight

    roberttoyonaga committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6aeef6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b72be8a View commit details
    Browse the repository at this point in the history
  4. debt. tests. EWMA.

    roberttoyonaga committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bdc75f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59b19f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26ab73c View commit details
    Browse the repository at this point in the history
  7. improve tests

    roberttoyonaga committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f4ce168 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    1d6f2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1736d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    ecc2da1 View commit details
    Browse the repository at this point in the history
  2. gate fixes

    roberttoyonaga committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    26b20bd View commit details
    Browse the repository at this point in the history
  3. throttle

    roberttoyonaga committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2f3ff73 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 7, 2023

  1. update changelog

    roberttoyonaga committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9a20073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07dfc05 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Sep 19, 2023

  1. merge master

    roberttoyonaga committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    db05846 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. remove JfrThrottlerSupport. Add field to JfrEvent. Order JfrThrottler…

    … fields by lock access. Restrict access in JfrThrottler.
    roberttoyonaga committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1823f09 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    750cf4b View commit details
    Browse the repository at this point in the history
  2. add read-write lock

    roberttoyonaga committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f68763a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. dedicated test class in test code

    minor clean up
    roberttoyonaga committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d4eb401 View commit details
    Browse the repository at this point in the history
  2. merge master

    roberttoyonaga committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1093ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48ac440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5fa957 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix some concurrency issues

    clean up JFR random
    roberttoyonaga committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    41811ee View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix conflicts

    roberttoyonaga committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    47928ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2cb91 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    63c89ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c021bd View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    style
    roberttoyonaga committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b0960fe View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

    roberttoyonaga committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8a64fd6 View commit details
    Browse the repository at this point in the history
  3. style

    roberttoyonaga committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6db1df2 View commit details
    Browse the repository at this point in the history