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 using the x86 nightly build from Nov 15th, 2024 to run the DaCapo Spring benchmark, the JVM will livelock and throttle the CPU.
To reproduce, run java -XX:+FlightRecorder -jar dacapo-23.11-chopin.jar spring. The benchmark will successfully run without flight recorder enabled. Some other benchmarks, such as cassandra, appear to execute fine with JFR enabled.
The text was updated successfully, but these errors were encountered:
When using the x86 nightly build from Nov 15th, 2024 to run the DaCapo Spring benchmark, the JVM will livelock and throttle the CPU.
To reproduce, run
java -XX:+FlightRecorder -jar dacapo-23.11-chopin.jar spring
. The benchmark will successfully run without flight recorder enabled. Some other benchmarks, such ascassandra
, appear to execute fine with JFR enabled.The text was updated successfully, but these errors were encountered: