Fabio Niephaus
Fabio Niephaus
It'd be great to see a few screenshots or even a screencast of this somewhere.
Hi @roberttoyonaga, could you take a look at this? The new test seems to fail sometimes, even here on GitHub: ``` 1) com.oracle.svm.test.jfr.TestThrottler#testDistributionHighRate java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52)...
### TL;DR Add support for [Generational ZGC (JEP 439)](https://openjdk.org/jeps/439) to the Graal compiler. ### Goals [JDK 21 added support](https://openjdk.org/projects/jdk/21/) for [Generational ZGC](https://openjdk.org/jeps/439), which > Improve(s) application performance by extending the...
`-H:±UnlockExperimentalVMOptions` was introduced in GraalVM for JDK 21 (see https://github.com/oracle/graal/issues/7105). This is a follow up issue to track outstanding tasks such as its enforcement, bugs and improvements, or API option...
[On the GraalVM website](https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/), we recommend to put metadata into directory following this pattern: > foo.jar has its configurations in META-INF/native-image/foo_groupID/foo_artifactID > bar.jar has its configurations in META-INF/native-image/bar_groupID/bar_artifactID It seems...
Even though we've implemented is https://github.com/graalvm/setup-graalvm/pull/31, dev builds will still break projects in case a specific JDK version is required for a project but not available anymore due to it...
It'd be great to have a testing setup for SqueakJS. This testing setup could run `SUnit` tests and/or other JavaScript tests. Probably using [Travis CI](https://travis-ci.org) to be able to test...
This PR adds the ability to override the `user-agent` via the `headers` option. This is useful, for example, when the `user-agent` is set to some value in a dependency (e.g.,...
**Description:** This PR adds Oracle GraalVM JDK to the list of supported distributions. **Related issue:** https://github.com/actions/setup-java/pull/401 **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if...
### TL;DR We plan to gradually add support for more Python packages to GraalPy. ### Goals To allow as many Python developers as possible to take advantage of the performance...