Skip to content

Commit

Permalink
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times ou…
Browse files Browse the repository at this point in the history
…t for some heap sizes

Backport-of: 9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb
  • Loading branch information
mrserb committed May 29, 2024
1 parent 0d0cf83 commit 56fdca3
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, 2024, 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 -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
*/
public class TestSanityDefault {

Expand Down

1 comment on commit 56fdca3

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