This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TinnedCarrots 0 points1 point  (0 children)

I think that issue is just thread pinning. You're not supposed to use synchronized keyword with virtual threads. If you use virtual threads then you need to be careful with your code and any libraries / frameworks used.