RFR: 8284725: Fix include guard in jfrbitset.hpp

Roman Kennke rkennke at openjdk.java.net
Tue Apr 19 14:24:26 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

Thanks!

-------------

PR: https://git.openjdk.java.net/jdk/pull/8198


More information about the hotspot-jfr-dev mailing list