Skip to content

Commit

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

Backport-of: 5002eaa5cc7301b91a45f8c0f65b5943fea225d8
Victor Rudometov authored and Paul Hohensee committed Sep 22, 2022
1 parent dab4c44 commit b5dbfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Original file line number Diff line number Diff line change
@@ -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
@@ -44,7 +44,7 @@
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @modules jdk.jfr/jdk.jfr.internal.test
* @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 {

1 comment on commit b5dbfef

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