Some checkpoint-restore engines may not preserve PID of JVM process. To support such engines cached PID should be updated on restore.
In particular, in GLIBC < 2.25 `getpid()` performs the caching internally so `syscall(SYS_getpid)` should be used directly instead.
In particular, in GLIBC < 2.25 `getpid()` performs the caching internally so `syscall(SYS_getpid)` should be used directly instead.
- links to
-
Commit(crac) openjdk/crac/d5191e55
-
Review(crac) openjdk/crac/229