oracle / visualvm

VisualVM is an All-in-One Java Troubleshooting Tool
https://visualvm.github.io/
Other
2.79k stars 297 forks source link

Missing known blocking method in Object and Thread #550

Closed thurka closed 5 months ago

thurka commented 5 months ago

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 commented 5 months ago

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

thurka commented 5 months ago

Fixed in master.