8311604: Simplify NOCOOPS requested addresses for archived heap objects

Reviewed-by: ccheung
This commit is contained in:
Ioi Lam 2023-07-09 15:18:46 +00:00
parent 4a1fcb6063
commit 581f90e242
30 changed files with 231 additions and 244 deletions

View file

@ -36,6 +36,7 @@
class JvmtiThreadState;
class RecordComponent;
class SerializeClosure;
#define CHECK_INIT(offset) assert(offset != 0, "should be initialized"); return offset;