This commit is contained in:
Rickard Bäckman 2016-07-29 09:23:05 +02:00
commit 5ce5d9f4cc
1055 changed files with 15640 additions and 10488 deletions

View file

@ -765,7 +765,7 @@ JVMCIEnv::CodeInstallResult CodeInstaller::initialize_buffer(CodeBuffer& buffer,
}
last_pc_offset = pc_offset;
if (CodeInstallSafepointChecks && SafepointSynchronize::do_call_back()) {
if (SafepointSynchronize::do_call_back()) {
// this is a hacky way to force a safepoint check but nothing else was jumping out at me.
ThreadToNativeFromVM ttnfv(JavaThread::current());
}