Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 807 Bytes

File metadata and controls

10 lines (8 loc) · 807 Bytes

jacobin_tools

Various tools related to the Jacobin JVM project (see jacobin.org)

These include:

  • cleansrc - Cleans source files of non-displayable characters with options for replacement and deletion.
  • genJmodsCsv - Generate a catalogue of Java JMODS to a CSV file.
  • gob2csv - Converts the .gob file creates of the classes in the JDK 17 distribution into a CSV file format on standard output.
  • jerrsum - Read a Jacotest summary report and produce a CSV sorted by error category and test case name.

The jacobin tools are installed by executing install.sh (Linux, MacOS, and Unix) or install.bat (Windows). After compilation, they reside in $GOPATH/bin. It is recommended that $GOPATH/bin be an element of the user's executable PATH.