< prev index next >

src/hotspot/share/gc/z/zBarrier.hpp

Print this page

        

@@ -24,10 +24,11 @@
 #ifndef SHARE_GC_Z_ZBARRIER_HPP
 #define SHARE_GC_Z_ZBARRIER_HPP
 
 #include "memory/allocation.hpp"
 #include "oops/oop.hpp"
+#include "oops/valueKlass.hpp"
 
 typedef bool (*ZBarrierFastPath)(uintptr_t);
 typedef uintptr_t (*ZBarrierSlowPath)(uintptr_t);
 
 class ZBarrier : public AllStatic {
< prev index next >