avian
avian copied to clipboard
[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
This class was missing and is required because it's also loaded by reflection from DefaultFileSystemProvider
Various identifiers from Avian's vm::OpCode enum - fadd, fmul, fsub, fdiv - clash with fadd, fmul, fsub, fdiv declared elsewhere when compiling on a modern Linux system. This results in...
Various identifiers from Avian's vm::OpCode enum - fadd, fmul, fsub, fdiv - clash with fadd, fmul, fsub, fdiv declared elsewhere when compiling on a modern Linux system. This patch is...
I'm hitting a null pointer crash in Avian, somewhere in the guts of handling an `invokedynamic` instruction. This is with avian in "compile mode". It doesn't matter if Avian is...
Hi, I known this project is currently inactive, however I am placing this here so others can see. I have found a file descriptor leak in the NIO accept call....
cygwin win10 openjdk-1.8.0.181-1.b13.ojdkbuild.windows.x86 package extra; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.ws.Endpoint; @WebService public class HelloWS { public void HelloWord() { System.out.println("hello, world!"); } public static void main(String[] args) { String...
Hello I think I found another lambda problem Let's consider this interface: ``` java public interface MyFunction { R apply(T t); default MyFunction andThen(MyFunction
I'm getting a `ClassCastException` on a simple attempt to get annotations of a class. I've attached a zip with code that reproduces the problem. The trigger is simple: public static...
i saw that there can be made something with SWT but i'm not very pratical with it so before starting using Avian i would like to know if can make...