8284725: Fix include guard in jfrbitset.hpp
Reviewed-by: stuefe
This commit is contained in:
parent
595c8b8598
commit
ac77b63018
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user