Skip to content

Commit

Permalink
8322989: New test serviceability/HeapDump/FullGCHeapDumpLimitTest.jav…
Browse files Browse the repository at this point in the history
…a fails

Reviewed-by: stefank, dholmes
  • Loading branch information
D-D-H authored and pull[bot] committed Apr 2, 2024
1 parent 70163bd commit 8260709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ serviceability/attach/ConcAttachTest.java 8290043 linux-all

serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java 8315980 linux-all,windows-x64

serviceability/HeapDump/FullGCHeapDumpLimitTest.java 8322989 generic-all

#############################################################################

# :hotspot_misc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Alibaba Group Holding Limited. All Rights Reserved.
* Copyright (c) 2023, 2024 Alibaba Group Holding Limited. 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 All @@ -23,6 +23,7 @@

/**
* @test
* @requires vm.gc.Serial & (vm.opt.DisableExplicitGC != "true")
* @summary Test of option -XX:FullGCHeapDumpLimit
* @library /test/lib
* @run main/othervm -XX:+UseSerialGC -XX:+HeapDumpBeforeFullGC -XX:+HeapDumpAfterFullGC -XX:HeapDumpPath=test.hprof -XX:FullGCHeapDumpLimit=1 FullGCHeapDumpLimitTest
Expand Down

0 comments on commit 8260709

Please sign in to comment.