Skip to content

Commit 03c3f17

Browse files
author
Daniel D. Daugherty
committed
8236226: fix merge error in src/hotspot/share/gc/z/zRootsIterator.cpp
Reviewed-by: dholmes, kbarrett
1 parent e788e6d commit 03c3f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/share/gc/z/zRootsIterator.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
#include "memory/universe.hpp"
4545
#include "prims/jvmtiExport.hpp"
4646
#include "prims/resolvedMethodTable.hpp"
47-
#include "runtime/atomic.hpp"#include "runtime/safepoint.hpp"
47+
#include "runtime/atomic.hpp"
48+
#include "runtime/safepoint.hpp"
4849
#include "runtime/synchronizer.hpp"
4950
#include "runtime/thread.hpp"
5051
#include "runtime/vmThread.hpp"

0 commit comments

Comments
 (0)