8295475: Move non-resource allocation strategies out of ResourceObj

Reviewed-by: coleenp, stuefe, rehn, dholmes
This commit is contained in:
Stefan Karlsson 2022-11-10 08:31:37 +00:00
parent e802b124b7
commit bfc5816595
164 changed files with 444 additions and 415 deletions

View file

@ -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;