8153193: Missing includes in gc/g1/heapRegionBounds.hpp
Reviewed-by: jwilhelm, brutisso
--- a/hotspot/src/share/vm/gc/g1/heapRegionBounds.hpp Fri Apr 01 11:58:45 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/heapRegionBounds.hpp Fri Apr 01 12:00:09 2016 +0200
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,8 @@
#ifndef SHARE_VM_GC_G1_HEAPREGIONBOUNDS_HPP
#define SHARE_VM_GC_G1_HEAPREGIONBOUNDS_HPP
+#include "memory/allocation.hpp"
+
class HeapRegionBounds : public AllStatic {
private:
// Minimum region size; we won't go lower than that.