RFR: 8265754: Move suspend/resume API from HandshakeState [v11]
David Holmes
dholmes at openjdk.org
Mon Jun 16 04:36:42 UTC 2025
On Wed, 11 Jun 2025 12:40:40 GMT, Anton Artemov <duke at openjdk.org> wrote:
>> src/hotspot/share/runtime/suspendResumeManager.cpp line 2:
>>
>>> 1: /*
>>> 2: * Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
>>
>> Suggestion:
>>
>> * Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
>
> Addressed in the latest commit.
We have had this raised a number of times recently. When you refactor code into a new file the copyright years for the new file are taken from the oldest dates in the original files. It is an approximation as you don't know exactly when the refactored code was first added, but you don't just give it the current year.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25407#discussion_r2149025086
More information about the hotspot-runtime-dev
mailing list