<div dir="ltr">Hello! <br><br>I am trying to take a checkpoint using zulu's CRaC.<br><br>When using VirtualThreads the checkpoint fails because of open file descriptors created by EPollPoller. <div><br></div><div>As of now, I think the only possible way to close the FD's is by accessing the private read/write pollers to fetch the epfd's and manually closing them. (I tried the jdk.crac.resource-policies but it doesn't seem to pick up these FDs).<br><br>While this works to capture the snapshot, restoring is another story, since the poller threads don't expect the epfds to change. <br><br>Are there any plans to add some sort of lifecycle api to Poller to make it CRaC friendly?<br><br>Regards<br></div></div>