mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8080113: Remove CollectedHeap::set_par_threads()
Reviewed-by: jmasa, kbarrett
This commit is contained in:
parent
8d0f1a6528
commit
5dc3521a80
13 changed files with 6 additions and 101 deletions
|
@ -364,8 +364,6 @@ public:
|
|||
// asserted to be this type.
|
||||
static GenCollectedHeap* heap();
|
||||
|
||||
void set_par_threads(uint t);
|
||||
|
||||
// Invoke the "do_oop" method of one of the closures "not_older_gens"
|
||||
// or "older_gens" on root locations for the generation at
|
||||
// "level". (The "older_gens" closure is used for scanning references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue