Douglas Simon
Douglas Simon
Just a quick note on de-duplication: one would need to be sure that objects subject to de-duplication/converting are never synchronized or have their identity used.
It is possible to run something after `sbt -java-home /usr/lib/jvm/graalvm-ee-java17 clean 'jsoniter-scala-benchmarkJVM/jmh:run -p size=128 ArrayOfEnumADTsReading.dslJsonScala'` to reproduce the crash without doing a bunch of Java and Scala compilation? That is,...
If I try to reduce `sbt` execution time by omitting the `clean` step, I get: ``` [info] welcome to sbt 1.7.1 (Oracle Corporation Java 17.0.4) [info] loading settings for project...
Thanks @plokhotnyuk . It seems like this is not a Graal compiler problem since adding `-XX:-UseJVMCICompiler` does not prevent the crash. However, it still seems related to GraalVM as it...
Yes, there must be some difference but I haven't found it yet. The problem reproduces on EE even with `-Xint` (i.e. no compilation at all).
Ok, thanks. Now it makes more sense and likely does indicate a Graal EE compiler bug after all.
Yes, that's very helpful - thanks!
> Is there any concrete plan to support Apple ARM's chip in GraalVM in near future since the support landed in OpenJDK (https://bugs.openjdk.java.net/browse/JDK-8253795)? Please see this comment above: https://github.com/oracle/graal/issues/2666#issuecomment-817834239
As we get sufficient hardware in our CI system to test and develop on darwin-aarch64, this will become a priority. Any help from the GraalVM community before then would of...
Nothing that we can firmly commit to but I would expect something in the first quarter of 2022.