hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp
changeset 40093 f94d179a730b
parent 40010 e32d5e545789
parent 40081 50be9fe0e9c2
child 41697 94ef14db8a20
equal deleted inserted replaced
40020:20738e6bef83 40093:f94d179a730b
   763     } else {
   763     } else {
   764       JVMCI_ERROR_OK("unexpected site subclass: %s", site->klass()->signature_name());
   764       JVMCI_ERROR_OK("unexpected site subclass: %s", site->klass()->signature_name());
   765     }
   765     }
   766     last_pc_offset = pc_offset;
   766     last_pc_offset = pc_offset;
   767 
   767 
   768     if (CodeInstallSafepointChecks && SafepointSynchronize::do_call_back()) {
   768     if (SafepointSynchronize::do_call_back()) {
   769       // this is a hacky way to force a safepoint check but nothing else was jumping out at me.
   769       // this is a hacky way to force a safepoint check but nothing else was jumping out at me.
   770       ThreadToNativeFromVM ttnfv(JavaThread::current());
   770       ThreadToNativeFromVM ttnfv(JavaThread::current());
   771     }
   771     }
   772   }
   772   }
   773 
   773