RFR: 8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies
Calvin Cheung
ccheung at openjdk.java.net
Thu Jun 3 21:26:57 UTC 2021
On Thu, 3 Jun 2021 21:09:09 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> I would like the common code put in some Util class, so just a call to the function to get the Opt String. how about put the code in CDSTestUtils.java?
Thanks for taking a look.
Only CDS MethodHandles tests are disabling the option. Also note that the only changes are in those sh scripts. The java source are generated from the script. We can put the code in CDSTestUtils.java in the future if more tests require disabling the option.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4338
More information about the hotspot-runtime-dev
mailing list