mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8295225: [JVMCI] codeStart should be cleared when entryPoint is cleared
Reviewed-by: never
This commit is contained in:
parent
26ac836636
commit
03e63a2b87
3 changed files with 6 additions and 0 deletions
|
@ -1616,6 +1616,7 @@ CodeBlob* JVMCIEnv::get_code_blob(JVMCIObject obj) {
|
|||
// nmethod in the code cache.
|
||||
set_InstalledCode_address(obj, 0);
|
||||
set_InstalledCode_entryPoint(obj, 0);
|
||||
set_HotSpotInstalledCode_codeStart(obj, 0);
|
||||
}
|
||||
return nm;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue