JDK-8347256 : Epsilon: Demote heap size and AlwaysPreTouch warnings to info level
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11,17,21,24,25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-01-08
  • Updated: 2025-01-20
  • Resolved: 2025-01-10
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 25
25 b06Fixed
Related Reports
Relates :  
Description
For Epsilon, we have added log_warning messages when heap size and AlwaysPreTouch configuration is not great with JDK-8232051. Unfortunately, this means we print this warning all the time, even though users might not actually run into problems there, or when users tried to implement these suggestions and still decided to run against them.

I think we want to emit the suggestions in the normal GC log instead, so they are not printed all the time.
Comments
Changeset: 1a0fe497 Branch: master Author: Aleksey Shipilev <shade@openjdk.org> Date: 2025-01-10 08:42:42 +0000 URL: https://git.openjdk.org/jdk/commit/1a0fe49732187db9e8776f80feefab4373114f75
10-01-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22965 Date: 2025-01-08 10:58:17 +0000
08-01-2025