Skip to content
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

Missing known blocking method in Object and Thread #550

Closed
thurka opened this issue Jan 29, 2024 · 2 comments
Closed

Missing known blocking method in Object and Thread #550

thurka opened this issue Jan 29, 2024 · 2 comments
Assignees
Labels

Comments

@thurka
Copy link
Member

thurka commented Jan 29, 2024

Virtual thread introduced new methods java.lang.Object.wait0[native](long) and java.lang.Thread.sleepNanos0[native](long) . They should be added to the list of known blocking methods.

@thurka thurka added the bug label Jan 29, 2024
@thurka thurka self-assigned this Jan 29, 2024
@thurka
Copy link
Member Author

thurka commented Jan 29, 2024

One more from JDK 21: java.lang.Thread.sleep0[native](long)

thurka added a commit that referenced this issue Feb 2, 2024
@thurka
Copy link
Member Author

thurka commented Feb 2, 2024

Fixed in master.

@thurka thurka closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant