RFR: 8288752: Split thread implementation files [v9]

Daniel D. Daugherty dcubed at openjdk.org
Wed Jun 22 20:04:57 UTC 2022


On Wed, 22 Jun 2022 12:47:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Merge and testing in progress.
>
> Guidance says no copyright update. Thanks for reviewing.

@coleenp's comment from above:
> @dcubed-ojdk Your changes are now in threads.cpp and javaThread.cpp/hpp.
> Can you have a look to make sure they're correct? They were straightforward to move.

I double checked each of the three patches and all the changes are there and in
the right places. What was really cool was being able to pick between the javaThread.*,
thread.* and threads.* files easily based on the class name for the function that I
was changing. Pretty easy to navigate the new layout (IMHO).

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

PR: https://git.openjdk.org/jdk/pull/9218


More information about the serviceability-dev mailing list