(original) (raw)

configure cmd:
configure --openjdk-target=aarch64 --with-debug-level=slowdebug
make
error happen in frame\_aarch64.cpp
in frame::frame(....){
init(...);
}
init is undefined.

is init function missing the implementation?