Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC c…
…ycles are not happening

Reviewed-by: phh
Backport-of: 47bfc8aa9367ff852ea5d901f1fa3c6ef316913e
  • Loading branch information
Ruhesh Chaganti authored and Paul Hohensee committed Sep 14, 2022
1 parent 0dc1035 commit 6784ea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Expand Up @@ -42,10 +42,9 @@
* @test
* @key jfr
* @requires vm.hasJFR
* @requires vm.gc == "null"
* @library /test/lib /test/jdk
* @modules jdk.jfr/jdk.jfr.internal.test
* @run main/othervm -XX:TLABSize=2k jdk.jfr.event.oldobject.TestClassLoaderLeak
* @run main/othervm -XX:TLABSize=2k -Xmx128m jdk.jfr.event.oldobject.TestClassLoaderLeak
*/
public class TestClassLoaderLeak {

Expand Down

1 comment on commit 6784ea0

@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.