8374045: Add support to run benchmarking with fragmented CodeCache #28934
+321
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JDK-8374045
This PR adds a new utility tool CodeCacheFragmenter to help with testing HotSpot code cache fragmentation scenarios. The tool is a Java agent that uses the WhiteBox API to create and randomly free dummy code blobs in the NonProfiled code heap to achieve a specified fill percentage. It includes configurable parameters for blob sizes, target fill percentage (0-100%), and random seeding to enable reproducible fragmentation patterns. The utility is built via a standard Makefile and produces
codecachefragmenter.jarwhich can be used as a Java agent with-javaagentflag. This tool is intended for performance testing and experimentation with code cache behavior under various fragmentation conditions.This is useful to show the performance benefits of JDK-8326205
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28934/head:pull/28934$ git checkout pull/28934Update a local copy of the PR:
$ git checkout pull/28934$ git pull https://git.openjdk.org/jdk.git pull/28934/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28934View PR using the GUI difftool:
$ git pr show -t 28934Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28934.diff