8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files

Reviewed-by: iklam, stuefe
This commit is contained in:
Coleen Phillimore 2018-09-28 16:07:39 -04:00
parent 3a0b2d59ad
commit 7ef28cb2bc
51 changed files with 1014 additions and 872 deletions

View file

@ -25,6 +25,7 @@
#ifndef SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
#define SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
#include "classfile/classLoaderDataGraph.inline.hpp"
#include "gc/shared/oopStorageParState.hpp"
#include "gc/shared/stringdedup/stringDedup.hpp"
#include "gc/shared/workgroup.hpp"