changeset 12409:edacadae40a0

Make sure HotSpot installed code link is cut when code is explicitely invalidated.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 15 Oct 2013 01:11:02 +0200
parents a9837a03127e
children 083e90f11c93 7421885a2b9d
files src/share/vm/graal/graalCompilerToVM.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Tue Oct 15 00:31:43 2013 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Tue Oct 15 01:11:02 2013 +0200
@@ -1132,6 +1132,7 @@
     VM_Deoptimize op;
     VMThread::execute(&op);
   }
+  HotSpotInstalledCode::set_codeBlob(hotspotInstalledCode, 0);
 C2V_END