Skip to content

Commit

Permalink
8296190: TestMD5Intrinsics and TestMD5MultiBlockIntrinsics don't test…
Browse files Browse the repository at this point in the history
… the intrinsics

Backport-of: f43bb9feaa03008bad9708a4d7ed850d2532e102
  • Loading branch information
GoeLin committed Apr 3, 2024
1 parent ad94e70 commit 4cdf296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit 4cdf296

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.