Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fail…
…s when GC cycles are not happening

Reviewed-by: phh
Backport-of: 5002eaa5cc7301b91a45f8c0f65b5943fea225d8
  • Loading branch information
Victor Rudometov authored and Paul Hohensee committed Oct 11, 2022
1 parent 4a25b00 commit 861ac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdk/test/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 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 @@ -45,7 +45,7 @@
*
* @library /lib /
*
* @run main/othervm -XX:TLABSize=2k -Xmx128m jdk.jfr.event.oldobject.TestClassLoaderLeak
* @run main/othervm -XX:TLABSize=2k -Xmx64m jdk.jfr.event.oldobject.TestClassLoaderLeak
*/
public class TestClassLoaderLeak {

Expand Down

1 comment on commit 861ac32

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