22 lines
815 B
Markdown
22 lines
815 B
Markdown
# Build
|
|
* same as the original JDK
|
|
* it could be, that on the first build iteration the `WildcardFinderPlugin.java` class has to be disabled/removed
|
|
|
|
# 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.
|