equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP |
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP |
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP |
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP |
27 |
27 |
28 #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" |
28 #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" |
29 #include "memory/memRegion.hpp" |
29 #include "memory/memRegion.hpp" |
30 #include "runtime/virtualspace.hpp" |
30 #include "memory/virtualspace.hpp" |
31 #include "utilities/globalDefinitions.hpp" |
31 #include "utilities/globalDefinitions.hpp" |
32 |
32 |
33 // The CollectedHeap type requires subtypes to implement a method |
33 // The CollectedHeap type requires subtypes to implement a method |
34 // "block_start". For some subtypes, notably generational |
34 // "block_start". For some subtypes, notably generational |
35 // systems using card-table-based write barriers, the efficiency of this |
35 // systems using card-table-based write barriers, the efficiency of this |