RFR: 8284725: Fix include guard in jfrbitset.hpp
Thomas Stuefe
stuefe at openjdk.java.net
Tue Apr 19 13:03:32 UTC 2022
On Tue, 12 Apr 2022 10:40:33 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> In the fix for #7964 (https://bugs.openjdk.java.net/browse/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
>
> Testing:
> - [x] Build
> - [x] tier1
Good and trivial
Cheers, Thomas
-------------
Marked as reviewed by stuefe (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8198
More information about the hotspot-jfr-dev
mailing list