Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | H A D | 25-Apr-2025 | 321 | 14 | 12 | |
OWNERS | H A D | 25-Apr-2025 | 60 | 4 | 3 | |
README.chromium | H A D | 25-Apr-2025 | 1.7 KiB | 40 | 34 |
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