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
|
@ -291,7 +291,7 @@ jobjectArray readConfiguration0(JNIEnv *env, JVMCI_TRAPS) {
|
|||
JavaThread* THREAD = JavaThread::current(); // For exception macros.
|
||||
ResourceHashtable<jlong, JVMCIObject> longs;
|
||||
ResourceHashtable<const char*, JVMCIObject,
|
||||
256, ResourceObj::RESOURCE_AREA, mtInternal,
|
||||
256, AnyObj::RESOURCE_AREA, mtInternal,
|
||||
&CompilerToVM::cstring_hash, &CompilerToVM::cstring_equals> strings;
|
||||
|
||||
jvalue prim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue