Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/joa

analyze jvm options from openJDK
https://github.com/taichi/joa

Last synced: about 2 months ago
JSON representation

analyze jvm options from openJDK

Awesome Lists containing this project

README

        

# JVM option analyzer

this script works...

* get source releases from java.net
* [java6](http://download.java.net/openjdk/jdk6/)
* [java7](http://download.java.net/openjdk/jdk7/)
* [java8](http://download.java.net/openjdk/jdk8/)
* parse jvm options from source codes
* output all of jvm options to json and csv
* csv is look like [this](https://docs.google.com/spreadsheets/d/1W2enGLRz0t7PQ75nZn2QGZb-dyOrsjNflMNQZUyc5Tg/edit?usp=sharing)

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