Douglas Simon
Douglas Simon
The cygwin environment support in mx has always lagged behind support for other environments. I believe it was only added because that was the way someone first tried to use...
The current release of Eclipse is 4.5.1 and a number of people have expressed they are now using it. One problem though is that the formatter in 4.5 is not...
Recently the graal-core gate switched to importing the Truffle suite as a binary dependency. This had the unfortunately side effect of stopping the Truffle unit tests from being run on...
As suggested in https://github.com/graalvm/graal-core/issues/72, the checkstyle command should use batch processing for all projects that share the same checkstyle configuration. We can probably re-use some of the batching logic from...
As a result of [JDK-8296244](https://bugs.openjdk.org/browse/JDK-8296244) some/all Spark benchmarks in renaissance are broken: ``` Benchmark 'als' failed with exception: java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed at...
I've been trying SpotBugs on the [Graal compiler](https://github.com/oracle/graal/tree/master/compiler) code using a snapshot build, running on a JDK 25 early access build. The latter is required since [Graal references](https://github.com/oracle/graal/pull/11376/files#diff-0e4cd92e648e0994d684b45f56831f25324c73d0fbc66b9e0b62069ce4b94110R229) some recent...
## TL;DR Terminus will make it possible for Native Image to be self-hosted. That is, Native Image will be able to produce and image of itself such that it runs...