RFR: 8317562: [JFR] Compilation queue statistics [v5]

Mat Carter macarte at openjdk.org
Thu Nov 2 16:30:33 UTC 2023


On Thu, 2 Nov 2023 12:50:33 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Hi , we are seeing now the following error in our tests (with this PR added) when running jdk/jfr/event/compiler/TestCompilerQueueUtilization.java
> 
> java.lang.RuntimeException: Field ingress not in struct at jdk.test.lib.Asserts.fail(Asserts.java:634) at jdk.test.lib.jfr.Events.getValueDescriptor(Events.java:154) at jdk.test.lib.jfr.Events.assertField(Events.java:69) at jdk.jfr.event.compiler.TestCompilerQueueUtilization.main(TestCompilerQueueUtilization.java:55) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138) at java.base/java.lang.Thread.run(Thread.java:1570) java.lang.RuntimeException: Field ingress not in event at jdk.test.lib.Asserts.fail(Asserts.java:634) at jdk.test.lib.jfr.Events.assertField(Events.java:81) at jdk.jfr.event.compiler.TestCompilerQueueUtilization.main(TestCompilerQueueUtilization.java:55) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java
 .lang.reflect.Method.invoke(Method.java:580) at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138) at java.base/java.lang.Thread.run(Thread.java:1570)

Thank you for bringing this to my attention, I had failed to commit the updated test (to reflect the field name changes), it's not part of tier1 tests and so the github checks passed

I have now committed the updated test file

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16211#issuecomment-1791065806


More information about the hotspot-jfr-dev mailing list