JDK-8284725 : Fix include guard in jfrbitset.hpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-04-12
  • Updated: 2022-04-19
  • Resolved: 2022-04-19
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 19
19 masterFixed
Related Reports
Relates :  
Description
In the fix for JDK-8283710 I got the include guard for jfrbitset.hpp wrong. I made it:

SHARE_JFR_LEAKPROFILER_JFRBITMAP_HPP

but it should be:

SHARE_JFR_LEAKPROFILER_JFRBITSET_HPP
Comments
Changeset: ac77b630 Author: Roman Kennke <rkennke@openjdk.org> Date: 2022-04-19 14:20:36 +0000 URL: https://git.openjdk.java.net/jdk/commit/ac77b6301867b0a93f83ebf93e221b63f7cc0957
19-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8198 Date: 2022-04-12 10:40:33 +0000
12-04-2022