8322989: New test serviceability/HeapDump/FullGCHeapDumpLimitTest.java fails
Reviewed-by: stefank, dholmes
This commit is contained in:
parent
1d1cd32bc3
commit
3dc4bd8581
test/hotspot/jtreg
@ -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
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user