Integrated: 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

This pull request has now been integrated.

Changeset: ac77b630
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ac77b6301867b0a93f83ebf93e221b63f7cc0957
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8284725: Fix include guard in jfrbitset.hpp

Reviewed-by: stuefe

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

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


More information about the hotspot-jfr-dev mailing list