hg: code-tools/jmh: API CHANGE: Make @Warmup/@Measurement/@OperationsPerInvocation accept "int"-s as parameters, not "long"-s.
aleksey.shipilev at oracle.com
aleksey.shipilev at oracle.com
Mon Mar 3 07:06:35 PST 2014
Changeset: fda5c52fc014
Author: shade
Date: 2014-03-03 19:05 +0400
URL: http://hg.openjdk.java.net/code-tools/jmh/rev/fda5c52fc014
API CHANGE: Make @Warmup/@Measurement/@OperationsPerInvocation accept "int"-s as parameters, not "long"-s.
! jmh-core-it/src/test/java/org/openjdk/jmh/it/compile/OperationsPerInvocationTest.java
! jmh-core/src/main/java/org/openjdk/jmh/annotations/Measurement.java
! jmh-core/src/main/java/org/openjdk/jmh/annotations/OperationsPerInvocation.java
! jmh-core/src/main/java/org/openjdk/jmh/annotations/Warmup.java
More information about the jmh-dev
mailing list