RFR: JDK-8294618: Update openjdk.java.net => openjdk.org [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Sep 30 14:01:18 UTC 2022
On Fri, 30 Sep 2022 01:11:45 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> With the domain change from openjdk.java.net to openjdk.org, references to URLs in the sources should be updated.
>>
>> Updates were made using a shell script. I"ll run a copyright updater before any push.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> http -> https
$ grep -rl doc make -e openjdk.java.net
doc/hotspot-unit-tests.html
doc/hotspot-style.html
doc/building.html
doc/hotspot-unit-tests.md
doc/hotspot-style.md
doc/building.md
make/Doctor.gmk
make/jdk/src/classes/build/tools/taglet/Incubating.java
make/autoconf/configure.ac
make/conf/branding.conf
Think you can fix those as well?
Also, FWIW, there are 100+ hits in `test` as well. But that is so many it might warrant a separate PR..?
-------------
PR: https://git.openjdk.org/jdk/pull/10501
More information about the compiler-dev
mailing list