Skip to content

Commit d9a14ec

Browse files
committed
8296945: PublicMethodsTest is slow due to dependency verification with debug builds
Backport-of: bcc6b12b711a9c5007d963123fb38a7e72aaf8e5
1 parent 4f84590 commit d9a14ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/java/lang/reflect/PublicMethods/PublicMethodsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -60,7 +60,7 @@
6060
* @modules jdk.compiler
6161
* jdk.zipfs
6262
* @summary Nearly exhaustive test of Class.getMethod() and Class.getMethods()
63-
* @run main PublicMethodsTest
63+
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies PublicMethodsTest
6464
*/
6565
public class PublicMethodsTest {
6666

0 commit comments

Comments
 (0)