8298048: Combine CDS archive heap into a single block

Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: matsaave, tschatzl
This commit is contained in:
Ioi Lam 2023-04-21 15:29:45 +00:00
parent d518dbf726
commit 723037a79d
83 changed files with 803 additions and 3090 deletions

View file

@ -257,8 +257,6 @@ class oopDesc {
// Forward pointer operations for scavenge
inline bool is_forwarded() const;
void verify_forwardee(oop forwardee) NOT_DEBUG_RETURN;
inline void forward_to(oop p);
// Like "forward_to", but inserts the forwarding pointer atomically.