mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
7014851: Remove unused parallel compaction code
Removed. Reviewed-by: jcoomes, brutisso
This commit is contained in:
parent
7eccb460db
commit
0c395c7799
25 changed files with 24 additions and 424 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2011, 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
|
||||
|
@ -99,8 +99,6 @@ class klassVtable : public ResourceObj {
|
|||
// Parallel Old
|
||||
void oop_follow_contents(ParCompactionManager* cm);
|
||||
void oop_update_pointers(ParCompactionManager* cm);
|
||||
void oop_update_pointers(ParCompactionManager* cm,
|
||||
HeapWord* beg_addr, HeapWord* end_addr);
|
||||
#endif // SERIALGC
|
||||
|
||||
// Iterators
|
||||
|
@ -295,8 +293,6 @@ class klassItable : public ResourceObj {
|
|||
// Parallel Old
|
||||
void oop_follow_contents(ParCompactionManager* cm);
|
||||
void oop_update_pointers(ParCompactionManager* cm);
|
||||
void oop_update_pointers(ParCompactionManager* cm,
|
||||
HeapWord* beg_addr, HeapWord* end_addr);
|
||||
#endif // SERIALGC
|
||||
|
||||
// Iterators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue