src/hotspot/share/opto/loopopts.cpp
changeset 58516 d376d86b0a01
parent 58470 8991796c17d4
child 58679 9c3209ff7550
child 58816 77148b8bb7a1
--- a/src/hotspot/share/opto/loopopts.cpp	Tue Oct 08 15:30:46 2019 +0200
+++ b/src/hotspot/share/opto/loopopts.cpp	Wed Oct 09 12:30:06 2019 +0000
@@ -41,9 +41,6 @@
 #include "opto/rootnode.hpp"
 #include "opto/subnode.hpp"
 #include "utilities/macros.hpp"
-#if INCLUDE_ZGC
-#include "gc/z/c2/zBarrierSetC2.hpp"
-#endif
 
 //=============================================================================
 //------------------------------split_thru_phi---------------------------------