mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8295475: Move non-resource allocation strategies out of ResourceObj
Reviewed-by: coleenp, stuefe, rehn, dholmes
This commit is contained in:
parent
e802b124b7
commit
bfc5816595
164 changed files with 444 additions and 415 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue