We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c13bd8 commit 8b0fedcCopy full SHA for 8b0fedc
jdk/test/jdk/jfr/event/oldobject/TestSanityDefault.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@
40
41
* @library /test/lib /
42
* @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
+ * @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
44
*/
45
public class TestSanityDefault {
46
0 commit comments