jdk-24/test/hotspot/jtreg/vmTestbase
Harold Seigel 1b0445639f 8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
Prevent false failures by blocking the test until either it times out or the loading thread finishes

Reviewed-by: dholmes, coleenp
2019-05-31 13:09:15 -04:00
..
gc 8219158: use 'test.root' property instead of traversing test-src path 2019-02-22 11:07:18 -08:00
jit 8207965: C2-only debug build fails 2018-08-08 18:38:34 -07:00
metaspace 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize 2019-02-01 21:43:37 +09:00
nsk 8223718: Checks in check_slot_type_no_lvt() should be always executed 2019-05-30 15:55:16 -07:00
vm 8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing." 2019-05-31 13:09:15 -04:00
ExecDriver.java 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01: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.