error when building hotspot in aarch64.

李雪军 alian567 at 126.com
Tue Jul 21 14:39:56 UTC 2015


 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?


More information about the hotspot-dev mailing list