You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a JDK19-based GraalVM from current master, a simple JFR example fails with a NPE in thread "Performance data":
$ $GRAALVM_HOME/bin/native-image --enable-monitoring -m jdk.httpserver
$ ./jdk.httpserver -XX:+FlightRecorder -XX:StartFlightRecording="filename=recording.jfr"
Binding to loopback by default. For all interfaces use "-b 0.0.0.0" or "-b ::".
Serving /home/fniephaus/dev/tmp/jwebserver and subdirectories on 127.0.0.1 port 8000
URL http://127.0.0.1:8000/
Exception in thread "Performance data" java.lang.NullPointerException: [no exception stack trace available because exception is thrown from code that must be allocation free]