Re: semeru

2024-12-23 Thread Benjamin Marwell
We already can: https://github.com/eclipse-openj9/openj9 It is FLOSS! :) To fix it, you only need an Eclipse Foundation Account and sign their CLA. Anyone who is a customer with IBM and encounters such an issue can also report it to IBM directly. There is also the OpenJ9 slack you can join. Let me

Re: semeru

2024-12-21 Thread Sylwester Lachiewicz
Value would be more visible if we could react and fix or report builds issues for j9. Sylwester sob., 21 gru 2024, 13:41 użytkownik Benjamin Marwell napisał: > In addition to what Martijn said, I think it was me adding the Eclipse > OpenJ9-based JVM (the release is called IBM Semeru) to the buil

Re: semeru

2024-12-21 Thread Benjamin Marwell
In addition to what Martijn said, I think it was me adding the Eclipse OpenJ9-based JVM (the release is called IBM Semeru) to the build matrix. IIRC we had an issue we needed to solve and this is why I added it as a regression test. A normal unit test would not do here. Since Semeru is the only JV

Re: semeru

2024-12-07 Thread Martijn Verburg
Semeru is based on OpenJ9 whereas Temurin builds are HotSpot based. It depends on whether you want to test against the two different JVMs (both pass the TCK). Cheers, Martijn On Sat, 7 Dec 2024 at 10:13, Elliotte Rusty Harold wrote: > What's up with Java CI / build (ubuntu-latest, 17, semeru)