Skip to content

Commit 790871e

Browse files
committedJan 16, 2024
8323800: Serial: Fix include guard macro in generation.hpp
Reviewed-by: stefank
1 parent 0216f5d commit 790871e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/hotspot/share/gc/serial/generation.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
*
2323
*/
2424

25-
#ifndef SHARE_GC_SHARED_GENERATION_HPP
26-
#define SHARE_GC_SHARED_GENERATION_HPP
25+
#ifndef SHARE_GC_SERIAL_GENERATION_HPP
26+
#define SHARE_GC_SERIAL_GENERATION_HPP
2727

2828
#include "gc/shared/collectorCounters.hpp"
2929
#include "gc/shared/referenceProcessor.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.