The cycle_finder tool statically analyzes specified Java source files for strong memory references between objects.
cycle_finder [ options ] file1.java ...
The following options are supported:
- -sourcepath path
- Specify where to find input source files
- -classpath path
- Specify where to find user class files
- -w, --whitelist file
- Specifies a whitelist file specifying object references to ignore.
- --blacklist file
- When specified, only cycles containing the types and namespaces listed are printed.
- -Xbootclasspath:path
- Boot path used by translation (not the tool itself).
- -version
- Version information
- -h, --help
- Print this message.