RFR: 8365829: Multiple definitions of static 'phase_names' [v2]

Francesco Andreuzzi duke at openjdk.org
Wed Aug 20 14:30:52 UTC 2025


On Wed, 20 Aug 2025 14:05:34 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> The guidelines that we follow is that if you copy code from another file to a new file you should use the old copyright years. So, using `2017, 2025,` seems correct to me.
>
> https://openjdk.org/guide/#copyright-headers
> 
>> If you move code from an existing file to a new file, bring the entire copyright + license header over to the new file.

Thanks, the start year for `phasetype.hpp` is 2012, so I fixed it in `.cpp`: 4db623eae0e6633889d1c9d571a06489258e39f5

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26851#discussion_r2288366668


More information about the hotspot-compiler-dev mailing list