mirror of
https://github.com/openjdk/jdk19u.git
synced 2025-12-10 00:20:40 -06:00
8296945: PublicMethodsTest is slow due to dependency verification with debug builds
Backport-of: bcc6b12b711a9c5007d963123fb38a7e72aaf8e5
This commit is contained in:
parent
6615c05467
commit
a3707580ab
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -60,7 +60,7 @@ import static java.util.stream.Collectors.toMap;
|
||||
* @modules jdk.compiler
|
||||
* jdk.zipfs
|
||||
* @summary Nearly exhaustive test of Class.getMethod() and Class.getMethods()
|
||||
* @run main PublicMethodsTest
|
||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies PublicMethodsTest
|
||||
*/
|
||||
public class PublicMethodsTest {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user