8153193: Missing includes in gc/g1/heapRegionBounds.hpp
Reviewed-by: jwilhelm, brutisso
This commit is contained in:
parent
166d473e2e
commit
7fb0e65901
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user