sendaoYan / riscv-port-jdk8u-ysd

https://openjdk.org/projects/riscv-port
GNU General Public License v2.0
0 stars 0 forks source link

libjvm.so: undefined symbol: _ZN7Matcher21init_array_short_sizeE #240

Open sendaoYan opened 2 months ago

sendaoYan commented 2 months ago
./riscv-jdk8u-0917-1832-binary/bin/java
Error: dl failure on line 894
Error: failed /home/yansendao/software/jdk/riscv/8/riscv-jdk8u-0917-1832-binary/jre/lib/riscv64/server/libjvm.so, because /home/yansendao/software/jdk/riscv/8/riscv-jdk8u-0917-1832-binary/jre/lib/riscv64/server/libjvm.so: undefined symbol: _ZN7Matcher21init_array_short_sizeE

239-fix 2.zip

sendaoYan commented 2 months ago

8146801: Allocating short arrays of non-constant size is slow

sendaoYan commented 2 months ago

JDK-8146801.patch

sendaoYan commented 2 months ago

240-fixed.zip