JDK-8325403 : Add SystemGC JMH benchmarks
  • Type: Enhancement
  • Component: performance
  • Sub-Component: hotspot
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-07
  • Updated: 2025-07-07
  • Resolved: 2024-02-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b10Fixed
Related Reports
Causes :  
Description
When improving FullGC implementations it is sometimes useful to have a set of sanity performance tests to cover some basic cases. Add a set of tests that generate some simple object graphs and then measures the time of a System.gc() call for the given graph.
Comments
Changeset: 130f429c Author: Stefan Johansson <sjohanss@openjdk.org> Date: 2024-02-14 14:59:34 +0000 URL: https://git.openjdk.org/jdk/commit/130f429c6fd1e31fbdbd523419f8d8447e9da0e5
14-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17784 Date: 2024-02-09 09:36:35 +0000
09-02-2024