Add Criu Debug

This commit is contained in:
2025-07-14 19:13:25 +02:00
parent 58ab619144
commit c682333771
@@ -134,6 +134,8 @@ class CheckpointUtilsJ9 {
port = stream.readInt();
}
System.out.println(port);
// Reopen socket
bind.invoke(serverConnection, InetAddress.getLoopbackAddress(), port);
if(Core.getVersion() > 12) {