[jdk11u-dev] RFR: 8250810: Push missing parts of JDK-8248817
Bernhard Urban-Forster
burban at openjdk.java.net
Fri Oct 1 10:08:35 UTC 2021
On Mon, 23 Aug 2021 16:41:17 GMT, Paul Hohensee <phh 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.
>
> Why not backport 8248817 first?
Just as a reference, this PR should go in first (backport of 8248817 as @phohensee pointed out): https://github.com/openjdk/jdk11u-dev/pull/300
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/274
More information about the jdk-updates-dev
mailing list