mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 22:19:43 +00:00
8260466: Test TestHeapDumpOnOutOfMemoryError.java needs multiple @test sections
Reviewed-by: shade, lmesnik
This commit is contained in:
parent
11d6467c50
commit
20e7df506f
@ -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
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user