RFR: 8334295: CTW: update modules

Evgeny Nikitin enikitin at openjdk.org
Thu Jun 20 05:31:42 UTC 2024


On Mon, 17 Jun 2024 15:51:50 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> This updates Compile-the-world modules, adding some new ones.
>> Testing: added tests + tier1 on 5 supported platforms, with and without debug enabled.
>
> test/hotspot/jtreg/applications/ctw/modules/generate.bash line 33:
> 
>> 31:     cat > $file <<EOF
>> 32: /*
>> 33:  * Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
> 
> Hm. So if the date had changed here, why it did not change in the existing files?

1. I generated only the files for the new modules, not changing the existing ones (as they would not change);
2. I've manually edited the generated headers, removing the "2017" part. I'm not a layer, but it seems reasonable as the new files' code didn't exist before 2024, despite it being a standard and template one.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19738#discussion_r1643894337


More information about the compiler-dev mailing list