sendaoYan / riscv-port-jdk8u-ysd

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

java -Xint lanuch NPE at java.util.HashMap.putVal(HashMap.java:631) #266

Open pengying-flora opened 3 weeks ago

pengying-flora commented 3 weeks ago
> riscv-jdk8u-1027-1746-slowdebug-binary/bin/java -Xmx10m -Xms10m -XX:ParallelGCThreads=1 -version 
Error occurred during initialization of VM
java.lang.ExceptionInInitializerError
        at sun.misc.Unsafe.<clinit>(Unsafe.java:49)
        at sun.misc.SharedSecrets.<clinit>(SharedSecrets.java:48)
        at java.lang.ref.Reference.<clinit>(Reference.java:235)
Caused by: java.lang.NullPointerException
        at java.util.HashMap.putVal(HashMap.java:631)
        at java.util.HashMap.put(HashMap.java:613)
        at sun.reflect.Reflection.<clinit>(Reflection.java:46)
        at sun.misc.Unsafe.<clinit>(Unsafe.java:49)
        at sun.misc.SharedSecrets.<clinit>(SharedSecrets.java:48)
        at java.lang.ref.Reference.<clinit>(Reference.java:235)

jdk8u-riscv64-bytecodes.log jdk8u-VerifyOops.log 265-fixed.zip jdk8u-riscv64-bytecodes.log jdk8u-VerifyOops.log jdk8u-aarch64-bytecodes.log jdk8u-riscv64.log

sendaoYan commented 3 weeks ago

266.patch

sendaoYan commented 3 weeks ago

To github.com:sendaoYan/riscv-port-jdk8u-ysd.git 686a7c69b2e..cb181399c89 minus-jbs8276799 -> minus-jbs8276799

pengying-flora commented 3 weeks ago

before.zip make-inc-gcc9-cross-riscv64-release.log make-inc-gcc9-cross-riscv64-slowdebug.log jdk8u-riscv64.log make-inc-gcc9-cross-riscv64-fastdebug.log

pengying-flora commented 3 weeks ago

after.zip