-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Set TieredStopAtLevel=1 on JDK 21. #17456
Conversation
There's some error in
After that, there's a ton of StupidPool errors due to leaks being detected. There must be some cleanup code somewhere that catches |
I've attempted to work around the above problem by setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried the same steps I was able to repro the issue earlier and it didn't happened
some tests were 2/3 times slower...but that's kinda expected
overall: instead of 3:55 it took 11:36 to run the same set of tests
+1
Now a quidem test is failing with:
Maybe JDK 21 is too buggy 😛 |
Closing, this doesn't seem like the right path. |
Attempting to work around #17429.