mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
5ce5d9f4cc
1055 changed files with 15640 additions and 10488 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue