8295475: Move non-resource allocation strategies out of ResourceObj

Reviewed-by: coleenp, stuefe, rehn, dholmes
This commit is contained in:
Stefan Karlsson 2022-11-10 08:31:37 +00:00
parent e802b124b7
commit bfc5816595
164 changed files with 444 additions and 415 deletions

View file

@ -617,7 +617,7 @@ class VerifyCompStrings : StackObj {
}
ResizeableResourceHashtable<oop, bool,
ResourceObj::C_HEAP, mtInternal,
AnyObj::C_HEAP, mtInternal,
string_hash, string_equals> _table;
public:
size_t _errors;