mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do
Unnecessary Reviewed-by: zgu, tschatzl
This commit is contained in:
parent
dc556f4086
commit
eca24bfb55
2 changed files with 1 additions and 6 deletions
|
@ -104,7 +104,6 @@ class ClassLoaderDataGraph : public AllStatic {
|
|||
static void cld_do(CLDClosure* cl);
|
||||
static void cld_unloading_do(CLDClosure* cl);
|
||||
static void roots_cld_do(CLDClosure* strong, CLDClosure* weak);
|
||||
static void keep_alive_cld_do(CLDClosure* cl);
|
||||
static void always_strong_cld_do(CLDClosure* cl);
|
||||
// klass do
|
||||
// Walking classes through the ClassLoaderDataGraph include array classes. It also includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue