jtulach opened a new issue, #6925: URL: https://github.com/apache/netbeans/issues/6925
### Apache NetBeans version Apache NetBeans 20 ### What happened I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the GraalVM for JDK21 has switched to so called [Truffle Unchained](https://medium.com/graalvm/truffle-unchained-13887b77b62c). Due to that the tests in the `debugger.jpda.truffle` fails a lot. There is **28 failures** out of 30 tests. To reproduce build NetBeans and then: ``` netbeans$ JAVA_HOME=~/bin/graalvm-21 ant -f java/debugger.jpda.truffle test ``` Fixing the tests is a lot of work for an outsider. Martin @entlicher, could you look at them and adjust them to work with [Truffle Unchained](https://medium.com/graalvm/truffle-unchained-13887b77b62c) - I assume [Truffle Unchained](https://medium.com/graalvm/truffle-unchained-13887b77b62c) is responsibility of your team, so this could fit into your repsonsibilities (a bit) too. ### Language / Project Type / NetBeans Component NetBeans API Support ### How to reproduce To reproduce build NetBeans and then: ``` netbeans$ JAVA_HOME=~/bin/graalvm-21 ant -f java/debugger.jpda.truffle test ``` ### Did this work correctly in an earlier version? No / Don't know ### Operating System Ubuntu ### JDK GraalVM for JDK21 ### Apache NetBeans packaging Own source build ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
