We get the following build error:
libproc_impl.h:99:4: error: 'off64_t' does not name a type; did you mean 'off_t'?
99 | off64_t vdso_offset; // offset of vDSO in core
| ^~~~~~~
| off_t
libproc_impl.h:99:4: error: 'off64_t' does not name a type; did you mean 'off_t'?
99 | off64_t vdso_offset; // offset of vDSO in core
| ^~~~~~~
| off_t
- caused by
-
JDK-8377368 [REDO] Mixed jstack cannot find function in vDSO
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/29710