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
caojoshua authored and Paul Hohensee committed Oct 11, 2022
1 parent 859c057 commit 4a25b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdk/test/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Expand Up @@ -45,7 +45,7 @@
*
* @library /lib /
*
* @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 4a25b00

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