mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8270061: Change parameter order of ResourceHashtable
Reviewed-by: coleenp, stuefe
This commit is contained in:
parent
034788a02c
commit
357947acd8
18 changed files with 49 additions and 73 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue