Skip to content

Commit

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

Reviewed-by: egahlin
  • Loading branch information
shipilev committed Oct 4, 2021
1 parent 0828273 commit 47bfc8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
* @test
* @key jfr
* @requires vm.hasJFR
* @requires vm.gc != "Serial"
* @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 47bfc8a

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