The copyright of some files of JDK-8341692 wasn't update correctly.
Search command like below:
for i in `grep "diff --git a" ~/compiler-test/openjdk/patchs/JDK-8341692.patch | awk '{print $3}' | sed "s|^a/||"` ; do if test -f $i ; then grep 'Copyright (c)' $i | grep -wq 2024 || echo $i ; fi ; done
Search command like below:
for i in `grep "diff --git a" ~/compiler-test/openjdk/patchs/
- links to
-
Review(master) openjdk/jdk/21891