8296190: TestMD5Intrinsics and TestMD5MultiBlockIntrinsics don't test the intrinsics
Reviewed-by: eastigeevich, phh, simonis
This commit is contained in:
parent
b685fc2de4
commit
f43bb9feaa
@ -54,7 +54,7 @@ public class DigestSanityTestBase {
|
||||
private static final int MSG_SIZE = 1024;
|
||||
private static final int OFFSET = 0;
|
||||
private static final int ITERATIONS = 10000;
|
||||
private static final int WARMUP_ITERATIONS = 1;
|
||||
private static final int WARMUP_ITERATIONS = WHITE_BOX.getIntxVMFlag("Tier4InvocationThreshold").intValue() + 50;
|
||||
private static final String PROVIDER = "SUN";
|
||||
|
||||
private final BooleanSupplier predicate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user