dragonwell-releng / issues-repo

0 stars 0 forks source link

[riscv64-8u]Threads.java:38: error: package sun.jvm.hotspot.runtime.linux_riscv64 does not exist #48

Open sendaoYan opened 3 months ago

sendaoYan commented 3 months ago
/home/yansendao/software/jdk/2024-05/dragonwell-8.18.19/bin/javac -g -encoding ascii -source 7 -target 7 -classpath /home/yansendao/software/jdk/2024-05/dragonwell-8.18.19/lib/tools.jar -sourcepath /home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes -d /home/yansendao/git/riscv-port-jdk8u-ysd/build/linux-x86_64-normal-server-release/hotspot/linux_amd64_compiler2/product/../generated/saclasses @/home/yansendao/git/riscv-port-jdk8u-ysd/build/linux-x86_64-normal-server-release/hotspot/linux_amd64_compiler2/product/../generated/agent.classes.list
warning: [options] bootstrap class path not set in conjunction with -source 1.7
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java:38: error: package sun.jvm.hotspot.runtime.linux_riscv64 does not exist
import sun.jvm.hotspot.runtime.linux_riscv64.LinuxRISCV64JavaThreadPDAccess;
                                            ^
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java:39: error: package sun.jvm.hotspot.runtime.linux_ppc64 does not exist
import sun.jvm.hotspot.runtime.linux_ppc64.LinuxPPC64JavaThreadPDAccess;
                                          ^
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java:36: error: package sun.jvm.hotspot.debugger.ppc64 does not exist
import sun.jvm.hotspot.debugger.ppc64.*;
^
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java:97: error: cannot find symbol
                access = new LinuxRISCV64JavaThreadPDAccess();
                             ^
  symbol:   class LinuxRISCV64JavaThreadPDAccess
  location: class Threads
/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java:103: error: cannot find symbol
       return new LinuxSPARCCFrame(dbg, sp, pc, LinuxDebuggerLocal.getAddressSize());
                  ^
  symbol:   class LinuxSPARCCFrame
  location: class LinuxCDebugger
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

make-x86_64.log make-aarch64.log

sendaoYan commented 3 months ago

To github.com:sendaoYan/riscv-port-jdk8u-ysd.git 1d6dc443daa..26270a1883b minus-jbs8276799 -> minus-jbs8276799