8098552: 8079792 breaks Zero builds without precompiled headers.
authorsgehwolf
Mon, 15 Jun 2015 11:50:16 +0200
changeset 31350 b856c6918480
parent 31349 db7a609d1faa
child 31351 aae7db185576
child 31356 55ee785c49c5
8098552: 8079792 breaks Zero builds without precompiled headers. Summary: Include memRegion.hpp in g1BiasedArray.hpp Reviewed-by: ehelin, sjohanss
hotspot/src/share/vm/gc/g1/g1BiasedArray.hpp
--- a/hotspot/src/share/vm/gc/g1/g1BiasedArray.hpp	Mon Jun 15 13:48:30 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1BiasedArray.hpp	Mon Jun 15 11:50:16 2015 +0200
@@ -26,6 +26,7 @@
 #define SHARE_VM_GC_G1_G1BIASEDARRAY_HPP
 
 #include "memory/allocation.hpp"
+#include "memory/memRegion.hpp"
 #include "utilities/debug.hpp"
 
 // Implements the common base functionality for arrays that contain provisions