diff src/share/vm/graal/graalCompilerToVM.cpp @ 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 359f7e70ae7f
children 9b1cc2628961
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