Open sendaoYan opened 4 months ago
grep "^diff --git" ~/compiler-test/openjdk/patchs/riscv64/JDK-8161258.patch | awk '{print $3}' | sed "s|a/||" > /tmp/files.log ; for i in {aarch64,ppc,riscv,sparc,x86,zero} ; do sed -i "/\/$i\//d" /tmp/files.log ; sed -i "/_$i\//d" /tmp/files.log ; done
while read i ; do if test -f $i ; then if grep -q aarch64 $i ; then grep -q riscv $i || echo $i ; fi ; fi ; done < /tmp/files.log
for i in `grep "#ifdef TARGET_ARCH_aarch64" hotspot/ -rnl` ; do if grep -q aarch64 $i ; then grep -q riscv $i || echo $i ; fi ; done | xargs
build-precompiled.log make-fastdebug-aarch64.log make-fastdebug-x86_64.log make-release-aarch64.log make-release-x86_64.log make-riscv64.log make-slowdebug-aarch64.log make-slowdebug-x86_64.log make.log