Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ jdk22u Public archive

Commit 3ed85b9

Browse files
committed
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
Backport-of: 9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb
1 parent 851922d commit 3ed85b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -37,7 +37,7 @@
3737
* @requires vm.hasJFR
3838
* @library /test/lib /test/jdk
3939
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
40-
* @run main/othervm jdk.jfr.event.oldobject.TestSanityDefault
40+
* @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
4141
*/
4242
public class TestSanityDefault {
4343

0 commit comments

Comments
 (0)