-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[riscv64-8u]javaFrameAnchor.hpp:101:52: error: ‘clear’ was not declared in this scope #74
Comments
8161258: Simplify including platform files |
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 |
hotspot/src/share/vm/asm/assembler.inline.hpp |
To github.com:sendaoYan/riscv-port-jdk8u-ysd.git |
build-precompiled.log
make-riscv64.log
The text was updated successfully, but these errors were encountered: