We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f84590 commit d9a14ecCopy full SHA for d9a14ec
test/jdk/java/lang/reflect/PublicMethods/PublicMethodsTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -60,7 +60,7 @@
60
* @modules jdk.compiler
61
* jdk.zipfs
62
* @summary Nearly exhaustive test of Class.getMethod() and Class.getMethods()
63
- * @run main PublicMethodsTest
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies PublicMethodsTest
64
*/
65
public class PublicMethodsTest {
66
0 commit comments