Skip to content

Commit

Permalink
8284725: Fix include guard in jfrbitset.hpp
Browse files Browse the repository at this point in the history
Reviewed-by: stuefe
  • Loading branch information
rkennke committed Apr 19, 2022
1 parent 595c8b8 commit ac77b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hotspot/share/jfr/leakprofiler/chains/jfrbitset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
*
*/

#ifndef SHARE_JFR_LEAKPROFILER_JFRBITMAP_HPP
#define SHARE_JFR_LEAKPROFILER_JFRBITMAP_HPP
#ifndef SHARE_JFR_LEAKPROFILER_JFRBITSET_HPP
#define SHARE_JFR_LEAKPROFILER_JFRBITSET_HPP

#include "memory/allocation.hpp"
#include "utilities/objectBitSet.inline.hpp"

typedef ObjectBitSet<mtTracing> JFRBitSet;

#endif // SHARE_JFR_LEAKPROFILER_JFRBITMAP_HPP
#endif // SHARE_JFR_LEAKPROFILER_JFRBITSET_HPP

1 comment on commit ac77b63

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.