Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 678 Bytes

JVM option analyzer

this script works...

  • get source releases from java.net
  • parse jvm options from source codes
  • output all of jvm options to json and csv
    • csv is look like this

if you want to get source relelases automatically, execute below

gradlew getSrcs

if you want to parse source codes

gradlew analyzeOptions

run all at once

gradlew

License

Apache License, Version 2.0