Peter Zhelezniakov
Peter Zhelezniakov
Your JDK probably doesn't include static libraries. Check: ls $JAVA_HOME/lib/*.a
@pejovica One tricky problem with supporting AWT on Mac is that Cocoa requires the event loop (RunLoop in their lingo) to be started on the main thread. So JDK's libjli...
I'm currently working on it. I've got both 8 and 11 versions build on Alpine, but the native-image tool does not work properly: it produces images that crash when run
I'm able to build substratevm and native-image with the attached patch applied and the following prerequisites: - gcc-9.3.1 from [musl.cc](http://musl.cc/x86_64-linux-musl-native.tgz) (no luck with gcc package provided by Alpine) - symlink...
I've managed to build complete GraalVM CE 20.3.0 package (including js, graalpython, truffleruby, and fastr) on Alpine Linux 3.11 with the 3 patches attached, and - [labsjdk-11](https://github.com/graalvm/labs-openjdk-11.git) as boot JDK...
Hi @gradinac, sorry to disturb you but do you think we'll be able to work on integrating this patch anytime soon? If yes, I will work on resolving conflicts and...
It's ready for review, and no, I don't have any specific reviewer in mind
Musl support was merged some time ago, see #3141. It is now possible to build and run GraalVM on a musl based system. Some things might be unimplemented (esp. in...
Similar property sheet for Liberica NIK: Bellsoft Liberica NIK 21.3.0 (Java 11) ``` file.encoding=UTF-8 file.separator=/ java.awt.printerjob=sun.print.PSPrinterJob java.class.path=prj/java/scratch/target/classes java.class.version=55.0 java.home=/home/peterz/prj/bellsoft/release/bellsoft-liberica-vm-full-openjdk11-21.3.0 java.io.tmpdir=/tmp java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib java.runtime.name=OpenJDK Runtime Environment java.runtime.version=11.0.13+1-LTS java.specification.name=Java Platform API Specification java.specification.vendor=Oracle...
Right, `java.vendor.version` is defined by NIK and isn't defined by Liberica JDK