Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-2025321 1412

OWNERSH A D25-Apr-202560 43

README.chromiumH A D25-Apr-20251.7 KiB4034

README.chromium

1Name: Java Development Kit
2Short Name: JDK
3URL: https://openjdk.java.net/
4Version: 11.0.4
5License: GPL v2
6Security Critical: no
7Shipped: no
8
9Description:
10The Java Development Kit (JDK) is a software development environment used for
11developing Java applications and applets. (linux-x64)
12
13How to update:
14For the `jdk` directory:
151. Find the specific version you want to update from
16   https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u#JDK11u-Releases
172. Click the link "[Binaries]" for the specific version.
183. Copy the link address of the asset "OpenJDK11U-jre_x64_linux_<specific_version>.tar.gz"
194. Update the "download_url" and "version" in 3pp/3pp.pb with the desired values.
205. Upload and land the CL.
216. Wait for the 3pp packager (https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager)
22   to create the new instance at https://chrome-infra-packages.appspot.com/p/chromium/third_party/jdk/+/
237. Update instance ID in //DEPS
24
25For the `jdk/extras` subdirectory:
261. Find the specific version you want to update from
27   https://wiki.openjdk.java.net/display/jdk8u#Main-Releases
282. Click the link "[Binaries]" for the specific version.
293. Copy the link address of the asset "OpenJDK8U-jdk_x64_linux_<specific_version>.tar.gz"
304. Update the "download_url" and "version" in 3pp/3pp.pb with the desired values.
315. Upload and land the CL.
326. Wait for the 3pp packager (https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager)
33   to create the new instance at https://chrome-infra-packages.appspot.com/p/chromium/third_party/jdk/extras/+/
347. Update instance ID in //DEPS
35
36Local Modifications:
37None
38
39This directory is copied from Chromium's third_party/jdk for standalone ANGLE builds.
40