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

sun.nio.fs.UnixFileSystem$_runtime Maven / Gradle / Ivy

There is a newer version: 17.alpha.0.57
Show newest version
package sun.nio.fs;

import org.qbicc.rt.annotation.Tracking;
import org.qbicc.runtime.patcher.Add;
import org.qbicc.runtime.patcher.PatchClass;
import org.qbicc.runtime.patcher.RunTimeAspect;

/**
 *
 */
@PatchClass(UnixFileSystem.class)
@Tracking("src/java.base/unix/classes/java/io/UnixFileSystem.java")
@RunTimeAspect
class UnixFileSystem$_runtime {
    @Add
    static final byte[] RT_DEFAULT_DIR = UnixNativeDispatcher.getcwd();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy