JDK 26 |
---|
26 b10Fixed |
Causes :
|
|
Relates :
|
Running test/hotspot/jtreg/runtime/Monitor/MonitorWithDeadObjectTest.java fails with Error: Not a test or directory containing tests: runtime/Monitor/MonitorWithDeadObjectTest.java Because the jtreg header lists the @bug before the @test. UPD: It is the @requires tag which causes the problem, not the @bug. It is sufficient to place @requires right after @test, which should be the 1st tag for every test.
|