8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2018-08-21 08:38:02 -07:00
parent 4ef5590fa7
commit 9c4f2b7294
5 changed files with 30 additions and 20 deletions

View file

@ -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) {