Integrated: 8308748: JNU_GetStringPlatformChars may write to String's internal memory array

2023-06-06 Thread Rudi Horn
On Wed, 24 May 2023 09:24:46 GMT, Rudi Horn wrote: > This change prevents the contents of the internal string array from being > copied back when releasing it. This pull request has now been integrated. Changeset: 8f0839bc Author: Rudi Horn Committer: Alan Bateman URL:

Re: RFR: 8308748: JNU_GetStringPlatformChars may write to String's internal memory array [v2]

2023-05-31 Thread Rudi Horn
On Fri, 26 May 2023 19:54:07 GMT, Rudi Horn wrote: >> This change prevents the contents of the internal string array from being >> copied back when releasing it. > > Rudi Horn has updated the pull request with a new target base due to a merge > or a rebase. The pull req

Re: RFR: 8308748: JNU_GetStringPlatformChars may write to String's internal memory array [v2]

2023-05-26 Thread Rudi Horn
> This change prevents the contents of the internal string array from being > copied back when releasing it. Rudi Horn has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit: Use JNI_ABORT to release string

Re: RFR: 8308748: JNU_GetStringPlatformChars may write to String's internal memory array

2023-05-26 Thread Rudi Horn
On Fri, 26 May 2023 17:36:12 GMT, Michael McMahon wrote: > There was an unrelated change to these functions recently. You might want to > rebase this PR with the latest version. Done - PR Comment: https://git.openjdk.org/jdk/pull/14117#issuecomment-1564855730

RFR: 8308748: JNU_GetStringPlatformChars may write to String's internal memory array

2023-05-26 Thread Rudi Horn
This change prevents the contents of the internal string array from being copied back when releasing it. - Commit messages: - Use JNI_ABORT to release string bytes Changes: https://git.openjdk.org/jdk/pull/14117/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14117&range=00