jdk-24/README.md

22 lines
815 B
Markdown
Raw Normal View History

2024-12-15 15:47:25 +00:00
# Build
* same as the original JDK
* it could be, that on the first build iteration the `WildcardFinderPlugin.java` class has to be disabled/removed
2024-12-12 14:01:03 +00:00
# Usage
* after building set this custom JDK as Java_Home `export JAVA_HOME='/path/to/jdk-24/build/linux-x86_64-server-release/images/jdk`
* building any Java Project using this JDK will output Stats to method calls and Capture Conversion
# Welcome to the JDK!
For build instructions please see the
[online documentation](https://openjdk.org/groups/build/doc/building.html),
or either of these files:
- [doc/building.html](doc/building.html) (html version)
- [doc/building.md](doc/building.md) (markdown version)
See <https://openjdk.org/> for more information about the OpenJDK
Community and the JDK and see <https://bugs.openjdk.org> for JDK issue
tracking.