8265696: Move CDS sources to src/hotspot/shared/cds

Reviewed-by: erikj, dholmes, stuefe
This commit is contained in:
Ioi Lam 2021-04-23 04:13:02 +00:00
parent a715b09f52
commit 95f0fd6c4d
78 changed files with 180 additions and 208 deletions

View file

@ -25,6 +25,7 @@
#include "precompiled.hpp"
#include "jvm.h"
#include "jimage.hpp"
#include "cds/filemap.hpp"
#include "classfile/classFileStream.hpp"
#include "classfile/classLoader.inline.hpp"
#include "classfile/classLoaderData.inline.hpp"
@ -47,7 +48,6 @@
#include "logging/logStream.hpp"
#include "logging/logTag.hpp"
#include "memory/allocation.inline.hpp"
#include "memory/filemap.hpp"
#include "memory/oopFactory.hpp"
#include "memory/resourceArea.hpp"
#include "memory/universe.hpp"