# HG changeset patch # User Thomas Wuerthinger # Date 1381792262 -7200 # Node ID edacadae40a054317379d10396de5546b306cc5b # Parent a9837a03127e0bf3614c172185ae75ccefb92150 Make sure HotSpot installed code link is cut when code is explicitely invalidated. diff -r a9837a03127e -r edacadae40a0 src/share/vm/graal/graalCompilerToVM.cpp --- 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