sun.nio.fs.UnixFileSystem$_runtime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-rt-java.base Show documentation
Show all versions of qbicc-rt-java.base Show documentation
The Qbicc builder for the java.base JDK module
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