mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8342958: Use jvmArgs consistently in microbenchmarks
Reviewed-by: ecaspole, jvernee
This commit is contained in:
parent
d49f21043b
commit
90bd544512
142 changed files with 202 additions and 202 deletions
|
@ -48,7 +48,7 @@ import static java.lang.invoke.MethodType.methodType;
|
|||
@State(Scope.Thread)
|
||||
@Warmup(iterations = 5, time = 1)
|
||||
@Measurement(iterations = 5, time = 1)
|
||||
@Fork(value = 1, jvmArgsAppend = "--add-exports=java.base/sun.net.www=ALL-UNNAMED")
|
||||
@Fork(value = 1, jvmArgs = "--add-exports=java.base/sun.net.www=ALL-UNNAMED")
|
||||
public class ThreadLocalParseUtil {
|
||||
|
||||
private static final MethodHandle MH_DECODE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue