mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8322744: VirtualThread.notifyJvmtiDisableSuspend should be static
Reviewed-by: pchilanomate, alanb
This commit is contained in:
parent
6c0bebccb0
commit
8700de66e4
5 changed files with 14 additions and 14 deletions
|
@ -1175,10 +1175,10 @@ final class VirtualThread extends BaseVirtualThread {
|
|||
|
||||
@IntrinsicCandidate
|
||||
@JvmtiMountTransition
|
||||
private native void notifyJvmtiHideFrames(boolean hide);
|
||||
private static native void notifyJvmtiHideFrames(boolean hide);
|
||||
|
||||
@IntrinsicCandidate
|
||||
private native void notifyJvmtiDisableSuspend(boolean enter);
|
||||
private static native void notifyJvmtiDisableSuspend(boolean enter);
|
||||
|
||||
private static native void registerNatives();
|
||||
static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue