Skip to content

Commit 8b0fedc

Browse files
committed
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
Reviewed-by: phh, andrew Backport-of: 9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb
1 parent 7c13bd8 commit 8b0fedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jdk/test/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
@@ -40,7 +40,7 @@
4040
*
4141
* @library /test/lib /
4242
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
43-
* @run main/othervm jdk.jfr.event.oldobject.TestSanityDefault
43+
* @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
4444
*/
4545
public class TestSanityDefault {
4646

0 commit comments

Comments
 (0)