Skip to content

Commit

Permalink
8316328: Shenandoah: jdk/jfr/event/oldobject/TestSanityDefault.java t…
Browse files Browse the repository at this point in the history
…imes out for some heap sizes
  • Loading branch information
mrserb committed May 10, 2024
1 parent a643d6c commit 6a11e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.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, 2023, 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 @@ -37,7 +37,7 @@
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
* @run main/othervm jdk.jfr.event.oldobject.TestSanityDefault
* @run main/othervm -mx64m jdk.jfr.event.oldobject.TestSanityDefault
*/
public class TestSanityDefault {

Expand Down

0 comments on commit 6a11e11

Please sign in to comment.