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

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

package jdk.internal.thread;

import org.qbicc.runtime.patcher.Patch;

@Patch("java/lang/Shutdown")
final class ShutdownAccess {
    static native void exit(final int code);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy