RFR: 8348323: Corrupted timezone string in JVM crash log [v2]

Kevin Walls kevinw at openjdk.org
Tue Jan 28 11:35:09 UTC 2025


On Fri, 24 Jan 2025 20:51:41 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:

>> Add a error check to "wcstombs" otherwise the "buf" prints junk or corrupted string.
>> 
>> Test performed: 
>> 1. "jcmd < jvm pid > VM.info" for different JVM versions
>
> Dhamoder Nalla has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Merge branch 'master' into Corrupted-Timezone-String
>  - update year in copyright header
>  - Fix to Timezone string corruption

Thanks.  
@dhanalla If you ever find out what TZ/locale the original machine had, it would be great to add a note in JDK-8340465.

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

PR Comment: https://git.openjdk.org/jdk/pull/23246#issuecomment-2618737717


More information about the hotspot-runtime-dev mailing list