mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8047820: G1 Block offset table does not need to support generic Space classes
Reviewed-by: tschatzl, stefank
This commit is contained in:
parent
5b7c529bb2
commit
cfa1c5e67c
5 changed files with 55 additions and 71 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
|
||||
#define SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
|
||||
|
||||
#include "gc_implementation/g1/g1BlockOffsetTable.inline.hpp"
|
||||
#include "gc_implementation/g1/g1BlockOffsetTable.hpp"
|
||||
#include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
|
||||
#include "gc_implementation/g1/survRateGroup.hpp"
|
||||
#include "gc_implementation/shared/ageTable.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue