mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
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:
parent
d518dbf726
commit
723037a79d
83 changed files with 803 additions and 3090 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue