RFR: JDK-8296945: PublicMethodsTest is slow due to dependency verification with debug builds
Matthias Baesken
mbaesken at openjdk.org
Mon Nov 21 07:41:17 UTC 2022
On Fri, 18 Nov 2022 09:19:26 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> As discussed in https://bugs.openjdk.org/browse/JDK-8296945 , let us switch off VerifyDependencies in this test because of slow machines when (fast)debug builds are used, the test sometimes times out after the [JDK-8266074](https://bugs.openjdk.org/browse/JDK-8266074) Vtable-based CHA implementation implementation came in.
> Same has been done for other tests with similar issues, see 8268227: java/foreign/TestUpcall.java still times out .
Hi Mandy and Tobias, thanks for the reviews !
-------------
PR: https://git.openjdk.org/jdk/pull/11234
More information about the core-libs-dev
mailing list