[jdk11u-dev] RFR: 8250810: Push missing parts of JDK-8248817 [v2]
Andrew Haley
aph at openjdk.java.net
Mon Oct 4 06:37:24 UTC 2021
On Sun, 29 Aug 2021 20:39:39 GMT, Reka Kovacs <github.com+25946952+rnkovacs at openjdk.org> wrote:
>> This is a refactoring patch with no functional change. It didn't apply cleanly. Differences to the original commit:
>>
>> In `thread_windows_x86.cpp`:
>> - Some removed lines were simpler on tip because of [JDK-8248240](https://github.com/openjdk/jdk/commit/a6e794b3e85d28537bf740d9d7e68339707d38e1#diff-d4111d540c34b1e0f4acac1e92877ce458b29d70126ccb113b439261a503ed95).
>>
>> In `os_windows.cpp`:
>> - The block around L2461 is no longer present on tip, that and a bit of the next block can be simplified.
>> - The conditions on L2539 ([JDK-8234372](https://github.com/openjdk/jdk/commit/4e4d1f2b4dad61b4c4590f1d3a956b9ad86ff74c#diff-84938e7dfe64805a850b8a729495117a972a474622fff12bb97ee45cbc2184f2)) and L2549 ([JDK-8213199](https://github.com/openjdk/jdk/commit/7c3f2b06f13e3d28b74193d8acac4478e8c12bdb#diff-84938e7dfe64805a850b8a729495117a972a474622fff12bb97ee45cbc2184f2)) (original line numbers) are different on tip. We actually didn't touch those, they only show up colored in the diff because of the whitespace changes.
>> - The surrounding code is different around L2586 because of [JDK-8191278](https://github.com/openjdk/jdk/commit/aedbb7580334cb9131f547845f9b7aa3916ddf4b#diff-84938e7dfe64805a850b8a729495117a972a474622fff12bb97ee45cbc2184f2), but the changes are the same.
>
> Reka Kovacs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> Backport a4eaf9536c272862b5ec856bf263679be09bddc9
Looks OK, although I'm no Windows expert.
src/hotspot/os/windows/os_windows.cpp line 2530:
> 2528: }
> 2529: #ifdef _WIN64
> 2530: // If it's a legal stack address map the entire region in
Suggestion:
// If it's a legal stack address, map the entire region in
Desperately needs a comma.
-------------
Marked as reviewed by aph (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/274
More information about the jdk-updates-dev
mailing list