Bug 3380 - 跑SPECjvm2008时卡在"startup.compiler.sunflow"节点
Summary: 跑SPECjvm2008时卡在"startup.compiler.sunflow"节点
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 8.6
Hardware: aarch64 Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-08 09:38 UTC by huanghe
Modified: 2022-12-08 11:43 UTC (History)
1 user (show)

See Also:


Attachments
问题截图 (188.90 KB, image/png)
2022-12-08 09:38 UTC, huanghe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description huanghe 2022-12-08 09:38:00 UTC
Created attachment 515 [details]
问题截图

Description of problem:
跑SPECjvm2008时卡在"startup.compiler.sunflow"节点

Version-Release number of selected component (if applicable):
Anolis OS 8.6

How reproducible:


Steps to Reproduce:
1.安装JAVA-1.8.0 :yum install -y java-1.8.0*
2.安装SPECjvm2008:java -jar SPECjvm2008_1_01_setup.jar -i console
3.在安装好的目录下执行测试:
  java -jar SPECjvm2008.jar  -ikv --base
  java -jar SPECjvm2008.jar  -ikv --peak

Actual results:
长时间卡在"startup.compiler.sunflow"节点没往下进行

Expected results:
正常测试并出测试结果

Additional info:
测试平台:鲲鹏920服务器
CPU: HUAWEI Kunpeng 920 5220 32C 2600MHz
Comment 1 huanghe 2022-12-08 09:42:35 UTC
内存:Samsung M393A4G43AB3-CWE 32G 3200MHz *8
Comment 2 feitian200603 2022-12-08 11:43:30 UTC
这个根本原因是日志输出太多了
解决方法:
1,规避该用例
2,重新编译:新增“-nowarn”
    1,vim /SPECjvm2008/src/spec/benchmarks/compiler/sunflow/Main.java
     28行左右:String[] args = new string[]{
                     "-proc:none",
                     "-nowarn",//新增
            “@” + srcsFile.getpath()};
                     
    2、cd /SPECjvm2008/
      unzip build-tools.zip
    3、重新编译SPECjvm2008
      ./build-specjvm.sh
    4、cd /SPECjvm2008/build/release/SPECjvm2008/
      java -jar SPECjvm2008.jar --base