8270061: Change parameter order of ResourceHashtable

Reviewed-by: coleenp, stuefe
This commit is contained in:
Ioi Lam 2021-07-28 20:39:16 +00:00
parent 034788a02c
commit 357947acd8
18 changed files with 49 additions and 73 deletions

View file

@ -2117,6 +2117,7 @@ void ClassFileParser::copy_localvariable_table(const ConstMethod* cm,
ResourceMark rm(THREAD);
typedef ResourceHashtable<LocalVariableTableElement, LocalVariableTableElement*,
256, ResourceObj::RESOURCE_AREA, mtInternal,
&LVT_Hash::hash, &LVT_Hash::equals> LVT_HashTable;
LVT_HashTable* const table = new LVT_HashTable();