RFR: JDK-8327971: Multiple ASAN errors reported for metaspace [v6]

Thomas Stuefe stuefe at openjdk.org
Tue Mar 26 10:04:28 UTC 2024


On Tue, 26 Mar 2024 09:58:46 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert accidentally added patch
>
> src/hotspot/share/runtime/os.cpp line 1292:
> 
>> 1290: 
>> 1291:   st->print_cr(INTPTR_FORMAT " is an unknown value", p2i(addr));
>> 1292: 
> 
> Would it make sense to move this a few lines up and print 'unknown' instead of nothing?

Right you are.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18230#discussion_r1538923591


More information about the hotspot-runtime-dev mailing list