RFR: 8285507: revert fix for JDK-8282704 now that JDK-8282952 is fixed [v2]
openjdk-notifier[bot]
duke at openjdk.java.net
Mon May 2 15:28:42 UTC 2022
On Fri, 29 Apr 2022 20:27:11 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Revert (most of) the fix for JDK-8282704 now that JDK-8282952 is fixed.
>>
>> This fix has been tested with Mach5 Tier[1-7] (about to start a Tier8) and I also ran
>> my StressWrapper_StopAtExit.java test using {release, fastdebug, and slowdebug}
>> bits for 12 hours per config. No failures for StressWrapper_StopAtExit.java.
>
> Daniel D. Daugherty has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>
> - Merge branch 'JDK-8284632' into JDK-8285507
> - 8285507.cr0
The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork:
git checkout JDK-8284632
git fetch https://git.openjdk.java.net/jdk master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push
-------------
PR: https://git.openjdk.java.net/jdk/pull/8389
More information about the hotspot-runtime-dev
mailing list