-
Bug
-
Resolution: Duplicate
-
P4
-
repo-panama
Currently the "IS_NEGATIVE/IS_DEFAULT" benchmarks for all integral vectors cannot work with the following issue (forked VM failed with exit code 139):
# JMH version: 1.34
# VM version: JDK 19-internal, OpenJDK 64-Bit Server VM, 19-internal-git-801f1fde51
# VM invoker: build-release/images/jdk/bin/java
# VM options: --add-modules=jdk.incubator.vector -Djava.library.path=/home/ent-user/ci-scripts/build-release/images/test/micro/native -Xms8g -Xmx8g
# Blackhole mode: compiler (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 10 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: org.openjdk.bench.jdk.incubator.vector.operation.ByteMaxVector.IS_NEGATIVE
# Parameters: (size = 1024)
# Run progress: 0.00% complete, ETA 00:18:00
# Fork: 1 of 3
WARNING: Using incubator modules: jdk.incubator.vector
# Warmup Iteration 1: <forked VM failed with exit code 139>
<stdout last='20 lines'>
</stdout>
<stderr last='20 lines'>
WARNING: Using incubator modules: jdk.incubator.vector
</stderr>
This failure happens for all integral vectors with all kinds of vector shapes both on ARM and X86 platforms.
# JMH version: 1.34
# VM version: JDK 19-internal, OpenJDK 64-Bit Server VM, 19-internal-git-801f1fde51
# VM invoker: build-release/images/jdk/bin/java
# VM options: --add-modules=jdk.incubator.vector -Djava.library.path=/home/ent-user/ci-scripts/build-release/images/test/micro/native -Xms8g -Xmx8g
# Blackhole mode: compiler (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 10 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: org.openjdk.bench.jdk.incubator.vector.operation.ByteMaxVector.IS_NEGATIVE
# Parameters: (size = 1024)
# Run progress: 0.00% complete, ETA 00:18:00
# Fork: 1 of 3
WARNING: Using incubator modules: jdk.incubator.vector
# Warmup Iteration 1: <forked VM failed with exit code 139>
<stdout last='20 lines'>
</stdout>
<stderr last='20 lines'>
WARNING: Using incubator modules: jdk.incubator.vector
</stderr>
This failure happens for all integral vectors with all kinds of vector shapes both on ARM and X86 platforms.
- duplicates
-
JDK-8304948 [vectorapi] C2 crashes when expanding VectorBox
- Resolved