mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +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
|
@ -965,7 +965,7 @@ void InstanceKlass::initialize_super_interfaces(TRAPS) {
|
|||
}
|
||||
}
|
||||
|
||||
ResourceHashtable<const InstanceKlass*, OopHandle, 107, ResourceObj::C_HEAP, mtClass>
|
||||
ResourceHashtable<const InstanceKlass*, OopHandle, 107, AnyObj::C_HEAP, mtClass>
|
||||
_initialization_error_table;
|
||||
|
||||
void InstanceKlass::add_initialization_error(JavaThread* current, Handle exception) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue