Foivos Zakkak
Foivos Zakkak
Hello @drom, are software projects that support RISC-V welcome to this repo?
I find it pretty awesome :) https://github.com/beehive-lab/Maxine-VM
Indeed it's not RISC-V specific (that's also why I initially asked whether software that supports RISC-V is welcome). It just recently got able to run on RISC-V though! (thanks to...
I guess it won't have many candidates for now but why not
> @zakkak I recall you did some work on VMA, any recall? @kotselidis I don't recall working on the VMA TBH (just touching some shared code maybe). > I'm having...
Hi @zdlgv5, you don't need to cross-compile the JDK. Fedora comes with 8u212 in its repositories and this should work with maxine. See http://fedora.riscv.rocks/koji/buildinfo?buildID=87633 https://github.com/beehive-lab/Maxine-VM-internal/blob/develop/docs/Status.rst looks wrong to me, it...
Oh sorry, I think I miss-read your comment, it looks like you are cross-compiling the image not the JDK itself. This should work @kotselidis, see https://github.com/beehive-lab/Maxine-VM-internal/blob/develop/docs/Working-with-RISCV-on-QEMU.rst#building-maxine-vm-for-risc-v.
@zdlgv5 I would use https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/tag/jdk8u212-b04 instead of jdk8u222 to make sure the versions match. Direct link: https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u212-b04/OpenJDK8U-jdk_x64_linux_hotspot_8u212b04.tar.gz
No unfortunately I don't. Maybe @gigiblender, @bakaliosdim, or @evankar can help you here. Does any of you remember if xalan was functional? According to https://github.com/beehive-lab/Maxine-VM/blob/develop/docs/Status.rst#dacapo-912-bach-mr1 it was, but I recall...
It looks like it is always failing in the deoptimization phase which is something that could be caused by https://github.com/beehive-lab/Maxine-VM/pull/19 (one would need to test with maxine before https://github.com/beehive-lab/Maxine-VM/pull/19 to...