Dr. Christian Kohlschütter
Dr. Christian Kohlschütter
2.9.1 has been released, please verify. Thanks again for reporting!
I'm also hitting this for very simple JNI methods, using the latest junixsocket snapshot, which introduces support for VirtualThreads. It has a selftest suite that can be run as a...
@elkorchi @christianwimmer @peter-hofer Could this bug be due to a missing `@Uninterruptible` annotation for `getOrCreateLocals` (line 100) (and perhaps createLocals, line 109) in [JNIObjectHandles](https://github.com/oracle/graal/blob/a65ec785e7fecfa58450c0ccc062e3a64f16aca0/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jni/JNIObjectHandles.java#L100)? Compare for example `getExistingLocals` on [line...
This should be fixed by using standalone compiler instead of relying on whatever JDK provides. see PR https://github.com/cincheo/jsweet/pull/770 for details.
@msangel sorry, I just saw your message. I've added another change that depends on this one, which is tangentially related ("sane" strict variable checks) Regarding your question: ``` {% assign...
@janbartel Yes, see my pull request https://github.com/eclipse/jetty.project/pull/9304, which uses `jetty-codestyle-eclipse-ide.xml` to reformat code from Maven.
@olamy Yes, the reformatter in my pull request uses the Eclipse formatter with the Jetty formatting rules for Eclipse IDE, so there's no additional configuration necessary. You mention that the...
I'm not aware of any Maven plugin that supports IntelliJ formatting rules, and it looks like revelc's formatter isn't going to get it any time soon [1]. I'd say, yes,...
@olamy @janbartel @joakime I've updated my PR #9304 to fix some inconsistencies with Jetty's Eclipse code formatter, but most importantly, I've added a shell script that uses this formatter to...
This change in behavior broke loading of the native library for [junixsocket](https://github.com/kohlschutter/junixsocket) on JDK15 and newer. We will provide a fix on our end to work around the regression. It...