jdk-24/test/hotspot/jtreg/vmTestbase/heapdump
Igor Ignatyev f575533a17 8202392: [TESTBUG] open source vm testbase heapdump tests
Reviewed-by: sspitsyn, mseledtsov
2018-05-15 11:28:29 -07:00
..
JMapHeap 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
JMapHeapCore 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
JMapMetaspace 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
JMapMetaspaceCore 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
OnOOMToFile 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
OnOOMToFileMetaspace 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
OnOOMToPath 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
share 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
README 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00

Copyright (c) 2007, 2018, Oracle and/or its affiliates. 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
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation.

This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).

You should have received a copy of the GNU General Public License version
2 along with this work; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.

heapdump/JMapHeap
    test for heapdump for jmap on live process
heapdump/JMapHeapCore
    test for heap for jmap on core file
heapdump/JMapMetaspace
    test for heapdump for jmap on live process, fills metaspace with classes
heapdump/JMapMetaspaceCore
    test for heap for jmap on core file, fills metaspace with classes
heapdump/OnOOMToFile
    test for -XX:+HeapDumpOnOutOfMemoryError and -XX:HeapDumpPath option
    for file. This test fills heap with objects of different types.
heapdump/OnOOMToFileMetaspace
    the same test as OnOOMToFile, but it fills metaspace with classes
heapdump/OnOOMToPath
    the same test as OnOOMToFile for -XX:HeapDumpPath option that points to directory
heapdump/OnOOMRun
    test for -XX:OnOutOfMemoryError option