Ben Evans
Ben Evans
**Description:** Change impl to match current version of specification **Existing Issue(s):** < Link any applicable issues. > **Testing:** Tests continue to pass. **Outstanding items:** Initial PR to confirm approach -...
Currently, only the JFR events for the G1 collector (and the general events are supported). We should support other collectors, and as far as possible make sure that the semantics...
Currently, `AbstractThreadDispatchingHandler` looks at incoming JFR events and delegates them based on the (grouped) thread name. Some JFR events, e.g. `jdk.JavaMonitorWait` also have a `monitorClass` that might be a useful...
When trying to build a Java 17 / Panama project, the new version 2.24 fails with this error: ``` Script compilation error: Line 41: jvmArgs = listOf("--add-modules", "jdk.incubator.foreign", "--enable-native-access=ALL-UNNAMED") ^...
The bug https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8202473 that is called out in "Known Issues" is reported as only existing in OpenJDK, not in OracleJDK. This is incorrect, OracleJDK 8u202 (the last freely available version)...
This is with NB 8.0.2, Oracle Java 8u25, Scala 2.11.8, Maven 3.2.1 ## This piece of Java: package testscalaandjava; import testscalaandjava.Helper; import testscalaandjava.Message; ## public class Main { } reports...
A completely fresh install of version 0.23 fails out out of the box on macOS 12.4 Reproducible on both Java 11 & 17 (Temurin). Stack trace: ``` uriel:hyperfoil-0.23 ben$ ./bin/cli.sh...
Should some (all?) maven dependencies & properties be pulled up to the parent project to avoid version clash across the examples?
To implement LDC2_W, a proper handling of double-width constants (e.g. double) is required.