8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError

Reviewed-by: psandoz
This commit is contained in:
SendaoYan 2025-01-07 15:08:24 +00:00
parent cf3e48e771
commit 4d8fb80732

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,7 @@ import org.openjdk.jmh.annotations.*;
@BenchmarkMode(Mode.AverageTime)
@OutputTimeUnit(TimeUnit.NANOSECONDS)
@Fork(1)
@Fork(value=1, jvmArgs={"--add-modules=jdk.incubator.vector"})
public class SpiltReplicate {
@CompilerControl(CompilerControl.Mode.DONT_INLINE)
public long broadcastInt() {