On 06/05/2017 03:24 PM, Martin Buchholz wrote:
Can we find missing @build directives by running each individual jtreg test by itself with a clean JTwork directory?
That's generally been the recommended way.You might also be able to do run groups of tests (such as all tests that use a given library) and then look for duplicate classes in the compiled classes directory. Such classes will generally be an indication of implicit compilation.
-- Jon
