< prev index next > src/hotspot/share/oops/cpCache.hpp
Print this page
/*
- * Copyright (c) 1998, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
oop archived_references() NOT_CDS_JAVA_HEAP_RETURN_(nullptr);
void clear_archived_references() NOT_CDS_JAVA_HEAP_RETURN;
CDS_JAVA_HEAP_ONLY(int archived_references_index() { return _archived_references_index; })
- inline objArrayOop resolved_references();
+ inline refArrayOop resolved_references();
void set_resolved_references(OopHandle s) { _resolved_references = s; }
Array<u2>* reference_map() const { return _reference_map; }
void set_reference_map(Array<u2>* o) { _reference_map = o; }
private:
< prev index next >