8031776: Remove the unnecessary enum GenRemSet::Name

Reviewed-by: stefank, tschatzl, jwilhelm
This commit is contained in:
Erik Helin 2014-01-20 17:15:55 +01:00
parent 70fd1802a0
commit ba54cfdf88
7 changed files with 6 additions and 22 deletions

View file

@ -178,10 +178,7 @@ size_t CollectorPolicy::compute_heap_alignment() {
// byte entry and the os page size is 4096, the maximum heap size should
// be 512*4096 = 2MB aligned.
// There is only the GenRemSet in Hotspot and only the GenRemSet::CardTable
// is supported.
// Requirements of any new remembered set implementations must be added here.
size_t alignment = GenRemSet::max_alignment_constraint(GenRemSet::CardTable);
size_t alignment = GenRemSet::max_alignment_constraint();
// Parallel GC does its own alignment of the generations to avoid requiring a
// large page (256M on some platforms) for the permanent generation. The