jdk-24/test/hotspot/jtreg/vmTestbase
Stefan Karlsson b95d16720f 8204163: Also detect concurrent GCs in MetaspaceBaseGC.java
Reviewed-by: eosterlund, pliden
2018-06-05 15:56:12 +02:00
..
gc 8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.) 2018-05-18 12:45:05 -07:00
heapdump 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
jit 8202812: [TESTBUG] Open source VM testbase compiler tests 2018-06-01 15:48:55 -07:00
metaspace 8204163: Also detect concurrent GCs in MetaspaceBaseGC.java 2018-06-05 15:56:12 +02:00
nsk 8199371: [TESTBUG] Open source vm testbase JDWP tests 2018-05-30 20:54:45 -07:00
vm 8202812: [TESTBUG] Open source VM testbase compiler tests 2018-06-01 15:48:55 -07:00
ExecDriver.java 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00
PropertyResolvingWrapper.java 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00
README.md 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00

VM Testbase landing

This directory serves as a temporary landing place for tests converted from so-called VM testbase. Most of these tests have been written a long time ago, don't meet modern coding standards, guidelines and are in need of reworking. Eventually, all the tests located here should be reworked and moved accordingly to regular JTReg test suite directory layout convention, i.e. following the same layout as product code as close as possible.

New tests must not be added into this directory.