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

Yumin Qi minqi at openjdk.java.net
Thu Jun 3 21:26:56 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.

Then it is OK to me.

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

Marked as reviewed by minqi (Reviewer).

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


More information about the hotspot-runtime-dev mailing list