8216269: [s390] Debug build broken because CodeBlob has not been declared
authormdoerr
Tue, 08 Jan 2019 11:02:26 +0100
changeset 53192 0042eb88035b
parent 53191 a257992e1e4d
child 53193 184c51e48260
8216269: [s390] Debug build broken because CodeBlob has not been declared Reviewed-by: shade, coleenp
src/hotspot/share/code/relocInfo.hpp
--- a/src/hotspot/share/code/relocInfo.hpp	Tue Jan 08 10:54:00 2019 +0100
+++ b/src/hotspot/share/code/relocInfo.hpp	Tue Jan 08 11:02:26 2019 +0100
@@ -29,6 +29,7 @@
 #include "utilities/macros.hpp"
 
 class nmethod;
+class CodeBlob;
 class CompiledMethod;
 class Metadata;
 class NativeMovConstReg;