There is a simple error where we print the wrong pointers when reporting thread stack pretouching via UL. Looks like we only pretouch 32 bytes:
```
[2,418s][trace][os,thread] Pretouching thread stack from 0x00007f0f11c36fe0 to 0x00007f0f11c37000.
```
```
[2,418s][trace][os,thread] Pretouching thread stack from 0x00007f0f11c36fe0 to 0x00007f0f11c37000.
```
- relates to
-
JDK-8294266 Add a way to pre-touch java thread stacks
-
- Resolved
-