RFR: 8315128: jdk/jfr/event/runtime/TestResidentSetSizeEvent.java fails with "The size should be less than or equal to peak"

Erik Gahlin egahlin at openjdk.org
Sun Dec 3 20:12:43 UTC 2023


Could I have a review of PR that makes sure _peak_ is always above or equal to _size_ for the resident size event.

Change was suggested by Stefan Karlsson. See bug for details.

Testing: 100 * jdk/jfr/event/runtime/TestResidentSetSizeEvent.java

Thanks
Erik

-------------

Commit messages:
 - Initial

Changes: https://git.openjdk.org/jdk/pull/16941/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16941&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8315128
  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16941.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16941/head:pull/16941

PR: https://git.openjdk.org/jdk/pull/16941


More information about the hotspot-gc-dev mailing list