Integrated: 8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies

Calvin Cheung ccheung at openjdk.java.net
Thu Jun 3 22:59:59 UTC 2021


On Thu, 3 Jun 2021 16:34:34 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Please review this patch for disabling the `VerifyDependencies` option when running the CDS MethodHandle tests with debug build. It reduces the time required for running the tests a lot.
> e.g. total time for running the `appcds/methodHandles/MethodHandlesSpreadArgumentsTest.java` test with debug build:
> before 489.102s
> after 62.721s
> 
> The patch passed tier1 and tier2 tests.

This pull request has now been integrated.

Changeset: 516e60a7
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/516e60a7ee3072cb3a311432257fab86dd622a48
Stats:     91 lines in 14 files changed: 70 ins; 0 del; 21 mod

8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies

Reviewed-by: iklam, minqi

-------------

PR: https://git.openjdk.java.net/jdk/pull/4338


More information about the hotspot-runtime-dev mailing list