< prev index next > src/hotspot/share/code/codeBlob.hpp
Print this page
void prepare_for_archiving_impl();
void post_restore_impl();
public:
! ~CodeBlob() {
- assert(_oop_maps == nullptr, "Not flushed");
- }
// Returns the space needed for CodeBlob
static unsigned int allocation_size(CodeBuffer* cb, int header_size);
static unsigned int align_code_offset(int offset);
void prepare_for_archiving_impl();
void post_restore_impl();
public:
! ~CodeBlob() NOT_DEBUG_RETURN;
// Returns the space needed for CodeBlob
static unsigned int allocation_size(CodeBuffer* cb, int header_size);
static unsigned int align_code_offset(int offset);
< prev index next >