Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taichi/joa
- Owner: taichi
- License: apache-2.0
- Created: 2014-08-24T08:13:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T22:59:53.000Z (over 10 years ago)
- Last Synced: 2024-10-12T01:42:43.808Z (3 months ago)
- Language: Java
- Size: 164 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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