Skip to content
New issue

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

[Bug] Test8233197.sh用例在linux-aarch64平台上报错 #373

Closed
sendaoYan opened this issue Jul 29, 2022 · 0 comments
Closed

[Bug] Test8233197.sh用例在linux-aarch64平台上报错 #373

sendaoYan opened this issue Jul 29, 2022 · 0 comments

Comments

@sendaoYan
Copy link
Collaborator

Description
hotspot/test/runtime/8233197/Test8233197.sh用例在linux-aarch64平台上报错

+ /bin/gcc -DLINUX -m64 -Wl, -g -fno-strict-aliasing -fPIC -fno-omit-frame-pointer -W -Wall -Wno-unused -Wno-parentheses -c -o libJvmtiAgent.o -I/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12/include -I/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12/include/linux -L/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12/jre/lib/aarch64/server libJvmtiAgent.c
gcc: error: unrecognized command line option ‘-m64’
+ /bin/gcc -shared -o libJvmtiAgent.so libJvmtiAgent.o
gcc: error: libJvmtiAgent.o: No such file or directory
gcc: fatal error: no input files
compilation terminated.

Steps to Reproduce
Steps to reproduce the behavior:
jtreg hotspot/test/runtime/8233197/Test8233197.sh

Expected behavior
run pass

sendaoYan added a commit that referenced this issue Jul 29, 2022
Summary: fix testcase bug hotspot/test/runtime/8233197/Test8233197.sh, which gcc not support -m64 option on linux-aarch64 platform

Test Plan: CI pipeline

Reviewed-by: lei.yul, lvfei.lv

Issue: #373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant