Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8296945: PublicMethodsTest is slow due to dependency verification wit…
…h debug builds

Backport-of: bcc6b12b711a9c5007d963123fb38a7e72aaf8e5
  • Loading branch information
MBaesken committed Nov 23, 2022
1 parent 2f7e673 commit 4f5326c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
Expand Down Expand Up @@ -60,7 +60,7 @@
* @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 {

Expand Down

1 comment on commit 4f5326c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.