Martin Entlicher
Martin Entlicher
Added Linux-aarch64 executables so that C/C++ and GraalVM Native Image debugging works on ARM 64.
GraalVM used for tests is upgraded to 21.3.2 (LTS) and 22.1.0 (latest).
I needed this change for the project to run and debug with the graal compiler in NetBeans. Without this change it runs on hotspot for me with performance of ~1s...
See https://netbeans.org/bugzilla/show_bug.cgi?id=255499 The SourcePathProviderImpl can not be created because of: Caused: java.lang.IllegalArgumentException: file:/....jar is not a valid classpath entry; use a jar-protocol URL. at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.verify(SimplePathResourceImplementation.java:104) at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.verify(SimplePathResourceImplementation.java:68) at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.(SimplePathResourceImplementation.java:131) at...
We have a report in NetBeans Bugzilla about a NPE when using darcula: https://netbeans.org/bugzilla/show_bug.cgi?id=258553 Stacktrace: java.lang.NullPointerException: Colors cannot be null at java.awt.GradientPaint.(GradientPaint.java:90) at com.revivius.nb.darcula.ui.ContentAreaAwareToggleButtonUI.getBackgroundPaint(ContentAreaAwareToggleButtonUI.java:34) at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.paint(ContentAreaAwareButtonUI.java:56) at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.update(ContentAreaAwareButtonUI.java:115)...