Integrated: 8332671: Logging for pretouching thread stacks shows wrong memory range

Thomas Stuefe stuefe at openjdk.org
Thu May 23 15:57:09 UTC 2024


On Wed, 22 May 2024 07:13:39 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Trivial fix to a printout.
> 
> Before, looks like we only pretouch 32 bytes:
> 
> 
> [2,417s][trace][os,thread] Pretouching thread stack from 0x00007f0f12640fe0 to 0x00007f0f12641000.          
> 
> 
> Corrected with this patch:
> 
> 
> [0,538s][trace][os,thread] Pretouching thread stack for 124618: [0x00007faa87f1afe0 - 0x00007faa87ffed90), (933296 bytes) (933296).

This pull request has now been integrated.

Changeset: 303ac9f2
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/303ac9f270f567d821d156f3a9d4f4c070f43f95
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8332671: Logging for pretouching thread stacks shows wrong memory range

Reviewed-by: shade

-------------

PR: https://git.openjdk.org/jdk/pull/19342


More information about the hotspot-runtime-dev mailing list