On Fri, 18 Nov 2022 09:19:26 GMT, Matthias Baesken <mbaes...@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 . Turning off the dependency verification for this test is okay. ------------- Marked as reviewed by mchung (Reviewer). PR: https://git.openjdk.org/jdk/pull/11234