8284725: Fix include guard in jfrbitset.hpp

Reviewed-by: stuefe
This commit is contained in:
Roman Kennke 2022-04-19 14:20:36 +00:00
parent 595c8b8598
commit ac77b63018

View File

@ -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