mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty
Split SystemDictionary and ClassLoaderDataGraph root processing to help load balancing. Reviewed-by: tschatzl, johnc
This commit is contained in:
parent
7c176c9678
commit
2ccd92e927
7 changed files with 27 additions and 12 deletions
|
@ -59,9 +59,10 @@ class ScavengeRootsTask : public GCTask {
|
|||
object_synchronizer = 4,
|
||||
flat_profiler = 5,
|
||||
system_dictionary = 6,
|
||||
management = 7,
|
||||
jvmti = 8,
|
||||
code_cache = 9
|
||||
class_loader_data = 7,
|
||||
management = 8,
|
||||
jvmti = 9,
|
||||
code_cache = 10
|
||||
};
|
||||
private:
|
||||
RootType _root_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue