mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8252661: Change SafepointMechanism terminology to talk less about "blocking"
Reviewed-by: rehn, shade, dholmes
This commit is contained in:
parent
e0c8d4420c
commit
e29c3f6123
12 changed files with 33 additions and 33 deletions
|
@ -919,7 +919,7 @@ JVMCI::CodeInstallResult CodeInstaller::initialize_buffer(CodeBuffer& buffer, bo
|
|||
last_pc_offset = pc_offset;
|
||||
|
||||
JavaThread* thread = JavaThread::current();
|
||||
if (SafepointMechanism::should_block(thread)) {
|
||||
if (SafepointMechanism::should_process(thread)) {
|
||||
// this is a hacky way to force a safepoint check but nothing else was jumping out at me.
|
||||
ThreadToNativeFromVM ttnfv(thread);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue