jdk-24 fork (from: https://github.com/openjdk/jdk) with modifications to be used in Wildcard-Usage analysis tools
Go to file
2024-12-22 08:05:40 +01:00
.github 8344093: Implement JEP 501: Deprecate the 32-bit x86 Port for Removal 2024-11-28 09:35:51 +00:00
.jcheck 8334166: Enable binary check 2024-06-24 05:15:32 +00:00
bin 8322936: Update blessed-modifier-order.sh for default, sealed, and non-sealed 2024-01-09 11:36:36 +00:00
doc 8344093: Implement JEP 501: Deprecate the 32-bit x86 Port for Removal 2024-11-28 09:35:51 +00:00
make 8344093: Implement JEP 501: Deprecate the 32-bit x86 Port for Removal 2024-11-28 09:35:51 +00:00
src Fix owner class name compare. Add error output 2024-12-22 08:05:40 +01:00
test 8341585: Test java/foreign/TestUpcallStress.java should mark as /native 2024-11-28 09:29:49 +00:00
.gitattributes 8314543: gitattributes: make diffs easier to read 2023-08-18 07:48:50 +00:00
.gitignore 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore' 2024-11-20 01:09:05 +00:00
ADDITIONAL_LICENSE_INFO 8193208: Add additional licensing file for the JDK 2017-12-14 18:20:33 +01:00
ASSEMBLY_EXCEPTION 8295198: Update more openjdk.java.net => openjdk.org URLs 2022-10-12 13:34:07 +00:00
configure 8294549: configure script should detect unsupported path 2023-11-27 14:52:42 +00:00
CONTRIBUTING.md 8312882: Update the CONTRIBUTING.md with pointers to lifecycle of a PR 2023-08-10 22:26:32 +00:00
LICENSE 8154469: Update FSF address 2016-05-30 16:17:11 +02:00
Makefile 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged 2016-09-21 14:20:27 +02:00
README.md Build Instructions 2024-12-15 16:47:25 +01:00
SECURITY.md 8340815: Add SECURITY.md file 2024-09-25 16:25:23 +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

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, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.