RFR(S) : 8180805 : move RandomFactory to the top level testlibrary
Jonathan Gibbons
jonathan.gibbons at oracle.com
Mon Jun 5 22:39:39 UTC 2017
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
More information about the core-libs-dev
mailing list