8260466: Test TestHeapDumpOnOutOfMemoryError.java needs multiple @test sections

Reviewed-by: shade, lmesnik
This commit is contained in:
Harold Seigel 2021-01-28 13:17:22 +00:00
parent 11d6467c50
commit 20e7df506f

View File

@ -24,9 +24,14 @@
/*
* @test TestHeapDumpOnOutOfMemoryError
* @summary Test verifies that -XX:HeapDumpOnOutOfMemoryError dumps heap when OutOfMemory is thrown in heap
* and when OutOfMemory is thrown in metaspace.
* @library /test/lib
* @run driver TestHeapDumpOnOutOfMemoryError run heap
*/
/*
* @test TestHeapDumpOnOutOfMemoryError
* @summary Test verifies that -XX:HeapDumpOnOutOfMemoryError dumps heap when OutOfMemory is thrown in metaspace.
* @library /test/lib
* @run driver/timeout=240 TestHeapDumpOnOutOfMemoryError run metaspace
*/