Re: The virtual thread is not parked in InetAddress isReachable

2025-04-22 Thread Alan Bateman
On 22/04/2025 14:28, Anton Rameykov wrote: Alan, good day to you. I have a few questions. Could you please advise me to forward my initial message to the net-dev mailing list? Sorry, it's just my first time with the mailing model. And second question, if the thread went to native code why Djdk.

Re: The virtual thread is not parked in InetAddress isReachable

2025-04-22 Thread Anton Rameykov
Alan, good day to you. I have a few questions. Could you please advise me to forward my initial message to the net-dev mailing list? Sorry, it's just my first time with the mailing model. And second question, if the thread went to native code why Djdk.tracePinnedThreads=full didn't work and didn't

Re: The virtual thread is not parked in InetAddress isReachable

2025-04-22 Thread Alan Bateman
On 22/04/2025 13:18, Anton Rameykov wrote: :                     InetAddress address = InetAddress.getByName("8.8.8.8");                     boolean reachable = address.isReachable(100); cc'ing net-dev as that is where the networking code is maintained. Right now, the the IGMP and TCP implemen

The virtual thread is not parked in InetAddress isReachable

2025-04-22 Thread Anton Rameykov
Good afternoon, everyone! I think I've found a bug. There is a code that basically pings the server. I decided to test it on virtual threads and for some reason they don't work in it. Code: ``` public static void main(String[] args) throws ExecutionException, InterruptedException { Syst