Skip to content

Commit

Permalink
[JFR] fix complie errors for a jfr testcase
Browse files Browse the repository at this point in the history
Summary: As title.

Testing: ci jtreg
jdk/test/jdk/jfr/event/compiler/TestHugeObjectAllocationSample.java

Reviewers: lingjun-cg, yulei

Issue: dragonwell-project#620
  • Loading branch information
jia-wei-tang committed Feb 2, 2024
1 parent 45d5cc2 commit 25cb773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @summary Test that when a huge object is allocated an event will be triggered.
* @key jfr
*
* @library /lib /
* @library /lib /test/lib
* @run main/othervm -XX:+UseTLAB -XX:-FastTLABRefill -XX:TLABSize=90k -XX:-ResizeTLAB -XX:TLABRefillWasteFraction=256 -XX:HugeObjectAllocationThreshold=64m jdk.jfr.event.compiler.TestHugeObjectAllocationSample
* @run main/othervm -XX:+UseTLAB -XX:-FastTLABRefill -XX:TLABSize=90k -XX:-ResizeTLAB -XX:TLABRefillWasteFraction=256 -Xint -XX:HugeObjectAllocationThreshold=64m jdk.jfr.event.compiler.TestHugeObjectAllocationSample
*/
Expand Down

0 comments on commit 25cb773

Please sign in to comment.