jdk-24/test/hotspot/jtreg/vmTestbase/vm/gc/containers
2023-08-09 06:16:39 +00:00
..
Combination01 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
Combination02 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
Combination03 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
Combination04 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
Combination05 8313954: Add gc logging to vmTestbase/vm/gc/containers/Combination05 2023-08-09 06:16:39 +00:00
ConcurrentHashMap_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
HashMap_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
LinkedBlockingDeque_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
LinkedHashMap_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
LinkedList_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
TreeMap_Arrays 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
TreeSet_String 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests 2020-07-10 11:49:02 -07:00
CollectionContainer.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
Container.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
ContainerDescription.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
ContainersTest.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
DequeueContainer.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
MapContainer.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
readme 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00
Speed.java 8199370: [TESTBUG] Open source vm testbase GC tests 2018-05-17 14:52:47 -07:00

Copyright (c) 2010, 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.

These tests stress GC using standard data structures such as:
  -- maps( HashMap, TreeMap, Synchronized HashMap)
  -- collections (TreeSet, HashSet)
  -- deques (DoubleLinkedList)
and their combinations. These tests uses GC Stress Framework.


The tests are the next generation of some old tests like:
gc/gctests/HashTable
gc/gctests/TreeGC
gc/gctests/StackGC