All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk.internal.thread.ObjectAccess Maven / Gradle / Ivy

package jdk.internal.thread;

import org.qbicc.runtime.patcher.PatchClass;

@PatchClass(Object.class)
final class ObjectAccess {
    native void monitorEnter();
    native void monitorExit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy