We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在ppc64le的环境下进行kona-8的编译,编译过程中发现hotspot/src/cpu/ppc/vm/templateTable_ppc_64.cpp文件内的以下方法没有实现,是否可以更新相应的实现代码,谢谢! TemplateTable::nofast_getfield TemplateTable::nofast_iload TemplateTable::nofast_aload_0 TemplateTable::nofast_putfield TemplateTable::aload_0_internal TemplateTable::iload_internal
The text was updated successfully, but these errors were encountered:
Hi,这些代码主要是KonaJDK在支持Default CDS Archives的时候加进来的,但是没有对ppc的环境支持 因此要在ppc64le的环境里面用KonaJDK的话可以在configure的时候加上 --disable-cds-archive 来编
Sorry, something went wrong.
No branches or pull requests
在ppc64le的环境下进行kona-8的编译,编译过程中发现hotspot/src/cpu/ppc/vm/templateTable_ppc_64.cpp文件内的以下方法没有实现,是否可以更新相应的实现代码,谢谢!
TemplateTable::nofast_getfield
TemplateTable::nofast_iload
TemplateTable::nofast_aload_0
TemplateTable::nofast_putfield
TemplateTable::aload_0_internal
TemplateTable::iload_internal
The text was updated successfully, but these errors were encountered: