SPECjvm2008_1_01 openjdk8 x86_64 ARM64 运行时长、成绩 Run is valid, but not compliant

i5-9600k

架构:                   x86_64
  CPU 运行模式:         32-bit, 64-bit
  Address sizes:         39 bits physical, 48 bits virtual
  字节序:               Little Endian
CPU:                     6
  在线 CPU 列表:        0-5
厂商 ID:                GenuineIntel
  型号名称:             Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
    CPU 系列:           6
    型号:               158
    每个核的线程数:     1
    每个座的核数:       6
    座:                 1
    步进:               13
    CPU 最大 MHz:       4600.0000
    CPU 最小 MHz:       800.0000
    BogoMIPS:           7399.70
    标记:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fx
                         sr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts re
                         p_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx 
                         est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer
                          aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb 
                         stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 
                         smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves d
                         therm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabiliti
                         es
Virtualization features: 
  虚拟化:               VT-x
Caches (sum of all):     
  L1d:                   192 KiB (6 instances)
  L1i:                   192 KiB (6 instances)
  L2:                    1.5 MiB (6 instances)
  L3:                    9 MiB (1 instance)
NUMA:                    
  NUMA 节点:            1
  NUMA 节点0 CPU:       0-5
Vulnerabilities:         
  Itlb multihit:         KVM: Mitigation: Split huge pages
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Mmio stale data:       Mitigation; Clear CPU buffers; SMT disabled
  Retbleed:              Mitigation; Enhanced IBRS
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
  Srbds:                 Mitigation; Microcode
  Tsx async abort:       Mitigation; TSX disabled

run-specjvm-local-build.sh

#!/bin/bash
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-arm64

(
        cd build/release/SPECjvm2008/
        time java -jar SPECjvm2008.jar -ikv
)

time记录

real	130m53.223s
user	678m4.965s
sys	4m25.798s

成绩

终端日志

Results are stored in: 
/home/yeqiang/SPECjvm2008/build/release/SPECjvm2008/results/SPECjvm2008.001/SPECjvm2008.001.raw
Generating reports in:
/home/yeqiang/SPECjvm2008/build/release/SPECjvm2008/results/SPECjvm2008.001

查看

file:///home/yeqiang/SPECjvm2008/build/release/SPECjvm2008/results/SPECjvm2008.001/SPECjvm2008.001.html

openEuler 20.04 LTS SP3 ARM64

real	188m25,371s
user	10206m37,421s
sys	20m57,290s

Run is valid, but not compliant

由于重新编译了SPECjvm2008,导致。

猜你喜欢

转载自blog.csdn.net/hknaruto/article/details/131891668
今日推荐