JDK-8366232 : JFR startup messages are shown with -Xlog:jfr+startup=warning
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-08-27
  • Updated: 2025-09-15
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Currently, JFR shows the startup info messages even when the user explicitly sets the startup logging level to `warning`. This is because the log option parsing framework doesn't track whether a level is user-configured or just the default. This might be confusing to users.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26957 Date: 2025-08-27 12:07:54 +0000
27-08-2025