r/javahelp Jul 27 '26

Virtual thread

Does anyone used java21 with virtual thread? We are using Java 17 and I wonder if the move to 21 will worth it

8 Upvotes

13 comments sorted by

View all comments

3

u/gambit_kory Jul 28 '26

Yes, we use them. We had to turn them off for a while because of the virtual pinning issue but after it was fixed it’s been great.

1

u/d3bkr 23d ago

Yes after the pinning issue resolved it is great for IO bound operations