-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[23.0] JFRTest.jfrOptionsSmokeTest test failing with latest JDK 17.0.12 #271
Comments
Steps to reproduce:
|
With this patch to the base JDK 17 we get more info as to what's happening:
It's actually the backport of https://bugs.openjdk.org/browse/JDK-8299858 (new in 17.0.12), which causes it:
|
It looks like this will need a backport of oracle/graal#6751. That took way longer than needed to figure that out. Anyway, working on it now. |
graalvm/mandrel#768 is the PR fixing this:
|
Too bad it didn't ring any bells to me :/ |
Issue is closed with graalvm/mandrel#768 |
We've probably seen this for a while, but there is a JFR related issue showing up on integration tests for the 23.0 train (JDK 17 based):
The JDK version in use is:
17.0.12-beta+6-ea
See https://github.com/graalvm/mandrel/actions/runs/9815025073/job/27103947971#step:11:21633
The text was updated successfully, but these errors were encountered: