[vector-unstable] Getting webrev ready for community review
Viswanathan, Sandhya
sandhya.viswanathan at intel.com
Tue Mar 31 21:24:16 UTC 2020
Hi Yang,
We are all getting the various webrevs ready for community review of vector api.
Please create a webrev for aarch64 backend changes and place link to the latest webrev in the description of https://bugs.openjdk.java.net/browse/JDK-8223347.
The following script may be helpful towards that:
hg diff -r default > all.patch
grep "diff -r" all.patch | grep -e "src/hotspot/cpu/aarch64" | awk '{ print $4}' > aarch64_list
ksh ./webrev.ksh -r default -o aarch64_webrev aarch64_list
Best Regards,
Sandhya
More information about the panama-dev
mailing list