mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
Reviewed-by: kvn
This commit is contained in:
parent
4ef5590fa7
commit
9c4f2b7294
5 changed files with 30 additions and 20 deletions
|
@ -362,7 +362,7 @@ void AOTCompiledMethod::log_identity(xmlStream* log) const {
|
|||
log->print(" aot='%2d'", _heap->dso_id());
|
||||
}
|
||||
|
||||
void AOTCompiledMethod::log_state_change() const {
|
||||
void AOTCompiledMethod::log_state_change(oop cause) const {
|
||||
if (LogCompilation) {
|
||||
ResourceMark m;
|
||||
if (xtty != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue