mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
Reviewed-by: twisti, kvn, never
This commit is contained in:
parent
48476abaa6
commit
86961b9419
6 changed files with 62 additions and 217 deletions
|
@ -782,7 +782,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