mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8290833
: Remove ConstantPoolCache::walk_entries_for_initialization()
Reviewed-by: coleenp, ccheung
This commit is contained in:
parent
755ecf6b73
commit
bd5855337c
9 changed files with 124 additions and 85 deletions
|
@ -386,9 +386,6 @@ class ConstantPoolCacheEntry {
|
|||
// When shifting flags as a 32-bit int, make sure we don't need an extra mask for tos_state:
|
||||
assert((((u4)-1 >> tos_state_shift) & ~tos_state_mask) == 0, "no need for tos_state mask");
|
||||
}
|
||||
|
||||
void verify_just_initialized(bool f2_used);
|
||||
void reinitialize(bool f2_used);
|
||||
};
|
||||
|
||||
|
||||
|
@ -457,7 +454,7 @@ class ConstantPoolCache: public MetaspaceObj {
|
|||
|
||||
// CDS support
|
||||
void remove_unshareable_info();
|
||||
void verify_just_initialized();
|
||||
void save_for_archive();
|
||||
private:
|
||||
void walk_entries_for_initialization(bool check_only);
|
||||
void set_length(int length) { _length = length; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue