mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8199946: Move load/store and encode/decode out of oopDesc
Reviewed-by: eosterlund, coleenp, tschatzl
This commit is contained in:
parent
4c21e9bc68
commit
f89abe4589
71 changed files with 426 additions and 384 deletions
|
@ -634,7 +634,7 @@ JVMCIEnv::CodeInstallResult CodeInstaller::install(JVMCICompiler* compiler, Hand
|
|||
|
||||
if (!compiled_code->is_a(HotSpotCompiledNmethod::klass())) {
|
||||
oop stubName = HotSpotCompiledCode::name(compiled_code_obj);
|
||||
if (oopDesc::is_null(stubName)) {
|
||||
if (stubName == NULL) {
|
||||
JVMCI_ERROR_OK("stub should have a name");
|
||||
}
|
||||
char* name = strdup(java_lang_String::as_utf8_string(stubName));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue