Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c0a36d8
8366574: Bump update version of OpenJDK: 8u482
gnu-andrew Sep 3, 2025
942d6d0
8212155: Race condition when posting dynamic_code_generated event lea…
Sep 3, 2025
86ecd5b
8154043: Fields not reachable anymore by tab-key, because of new tabb…
Sep 8, 2025
2b36fc1
8345358: Some DLL Files are missing Windows Properties
Sep 15, 2025
9a1f0c6
8364597: Replace THL A29 Limited with Tencent
Sep 15, 2025
9948bd6
8367115: [8u] Problem list CAInterop.java#actalisauthenticationrootca…
jerboaa Sep 17, 2025
9a4bc2d
8297088: Update LCMS to 2.14
Sep 17, 2025
26a41cd
8219006: AArch64: Register corruption in slow subtype check
Sep 22, 2025
7bbd26b
8362208: [8u] Buffer overflow in g1GCPhaseTimes.cpp::LineBuffer::_buffer
Sep 26, 2025
652f7a7
8367257: [8u] Problem list CAInterop.java#entrustrootcag4 test
jerboaa Oct 6, 2025
18438d2
Merge
gnu-andrew Nov 2, 2025
a8cf6db
8371334: [8u] GHA: installation of VS2010 hangs
zzambers Nov 11, 2025
6526a27
8371352: [8u] Fix VS2010 build issue in check_code.c
zzambers Nov 11, 2025
fad33c7
8305072: Win32ShellFolder2.compareTo is inconsistent
mrserb Nov 12, 2025
335fce5
8193017: Import freetype sources into OpenJDK source tree
Nov 12, 2025
a87381a
8269668: [aarch64] java.library.path not including /usr/lib64
gnu-andrew Nov 17, 2025
fcd1361
8371387: [8u] hotspot needs to recognise latest VS2022
Nov 18, 2025
f67be21
8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
zzambers Nov 24, 2025
8304a76
8212678: Windows IME related patch
Nov 26, 2025
5452da9
8339280: jarsigner -verify performs cross-checking between CEN and LOC
franferrax Nov 27, 2025
7cca626
8261170: Upgrade to FreeType 2.10.4
Nov 27, 2025
6a3f7bb
8258805: Japanese characters not entered by mouse click on Windows 10
Nov 28, 2025
de76f06
8348596: Update FreeType to 2.13.3
Dec 5, 2025
48a9edf
8354941: Build failure with glibc 2.42 due to uabs() name collision
gnu-andrew Dec 5, 2025
5c0b36a
8317970: Bump target macosx-x64 version to 11.00.00
Larry-N Dec 22, 2025
976d0a1
8372534: Update Libpng to 1.6.51
gnu-andrew Jan 8, 2026
a27a52a
8265429: Improve GCM encryption
franferrax Jan 8, 2026
f858c7a
8341496: Improve JMX connections
franferrax Jan 2, 2026
8e328a4
8364660: ClassVerifier::ends_in_athrow() should be removed
gnu-andrew Dec 18, 2025
ec791e5
8359501: Enhance Handling of URIs
Dec 18, 2025
7675b75
8362308: Enhance Bitmap operations
Dec 23, 2025
332d177
8362632: Improve HttpServer Request handling
Dec 4, 2025
55d52eb
8364214: Enhance polygon data support
Dec 15, 2025
b73f238
8365058: Enhance CopyOnWriteArraySet
Dec 15, 2025
018f021
8365271: Improve Swing supports
Dec 15, 2025
cea3cd4
8368032: Enhance Certificate Checking
Dec 10, 2025
ad82898
Merge tag 'jdk8u482-ga'
gnu-andrew Jan 25, 2026
4f0a262
8376352: [8u] Build failure on Windows 32-bit after JDK-8362308
jerboaa Jan 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,733 changes: 0 additions & 1,733 deletions .github/workflows/freetype.vcxproj

This file was deleted.

54 changes: 24 additions & 30 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,13 +734,6 @@ jobs:
with:
path: jdk

- name: Checkout the FreeType source
uses: actions/checkout@v4
with:
repository: "freetype/freetype"
ref: VER-2-8-1
path: freetype

- name: Restore boot JDK from cache
id: bootjdk
uses: actions/cache@v4
Expand Down Expand Up @@ -807,18 +800,11 @@ jobs:
- name: Fix OpenJDK permissions
run: bash -c "chmod -R 0777 jdk"

- name: Copy FreeType project file
run: >
Remove-Item "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
Copy-Item -Path "$env:GITHUB_WORKSPACE\jdk\.github\workflows\freetype.vcxproj"
-Destination "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;

- name: Configure
run: >
$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ;
$env:Path = $env:Path -split ";" -match "C:\\Windows|PowerShell|cygwin" -join ";" ;
$env:BOOT_JDK = cygpath "$HOME/bootjdk/$env:BOOT_JDK_VERSION" ;
$env:FREETYPE_HOME = "$env:GITHUB_WORKSPACE\freetype" ;
$env:JT_HOME = cygpath "$HOME/jtreg" ;
& bash configure
--with-toolchain-version=2017
Expand All @@ -827,7 +813,6 @@ jobs:
--with-user-release-suffix="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
--with-build-number=b00
--with-boot-jdk="$env:BOOT_JDK"
--with-freetype-src="$env:FREETYPE_HOME"
--with-jtreg="$env:JT_HOME" ;
bash -c "cat $(find -name config.log)"
working-directory: jdk
Expand Down Expand Up @@ -884,6 +869,10 @@ jobs:
VS2010_TORRENT_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).VS2010_TORRENT_URL }}"
VS2010_TORRENT_DIR: "${{ fromJson(needs.prerequisites.outputs.dependencies).VS2010_TORRENT_DIR }}"
VS2010_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).VS2010_SHA256 }}"
PS2DLC_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).PS2DLC_FILENAME }}"
PS2DLC_DIR: "${{ fromJson(needs.prerequisites.outputs.dependencies).PS2DLC_DIR }}"
PS2DLC_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).PS2DLC_URL }}"
PS2DLC_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).PS2DLC_SHA256 }}"

steps:
- name: Restore cygwin installer from cache
Expand Down Expand Up @@ -915,13 +904,6 @@ jobs:
with:
path: jdk

- name: Checkout the FreeType source
uses: actions/checkout@v4
with:
repository: "freetype/freetype"
ref: VER-2-8-1
path: freetype

- name: Restore boot JDK from cache
id: bootjdk
uses: actions/cache@v4
Expand All @@ -939,6 +921,26 @@ jobs:
Get-ChildItem "$HOME\bootjdk\$env:BOOT_JDK_VERSION\*\*" | Move-Item -Destination "$HOME\bootjdk\$env:BOOT_JDK_VERSION"
if: steps.bootjdk.outputs.cache-hit != 'true'

- name: Restore PowerShell 2 from cache
id: ps2dlc
uses: actions/cache@v4
with:
path: ~/${{ env.PS2DLC_DIR }}
key: ps2dlc

- name: Download and unpack PowerShell 2
run: |
& curl -L "$env:PS2DLC_URL" -o "$HOME/$env:PS2DLC_FILENAME"
$FileHash = Get-FileHash -Algorithm SHA256 "$HOME/$env:PS2DLC_FILENAME"
$FileHash.Hash -eq $env:PS2DLC_SHA256
& unzip "$HOME/$env:PS2DLC_FILENAME" -d "$HOME"
if: steps.ps2dlc.outputs.cache-hit != 'true'

- name: Install PowerShell 2
run: |
cd "$HOME/$env:PS2DLC_DIR"
& powershell.exe -executionpolicy bypass -file ./loadGAC.ps1

- name: Restore Visual Studio 2010 from cache
id: vs2010
uses: actions/cache@v4
Expand Down Expand Up @@ -979,18 +981,11 @@ jobs:
- name: Fix OpenJDK permissions
run: bash -c "chmod -R 0777 jdk"

- name: Copy FreeType project file
run: >
Remove-Item "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;
Copy-Item -Path "$env:GITHUB_WORKSPACE\jdk\.github\workflows\freetype.vcxproj"
-Destination "$env:GITHUB_WORKSPACE\freetype\builds\windows\vc2010\freetype.vcxproj" ;

- name: Configure
run: >
$env:Path = "$HOME\cygwin\cygwin64\bin;$HOME\cygwin\cygwin64\bin;$env:Path" ;
$env:Path = $env:Path -split ";" -match "C:\\Windows|PowerShell|cygwin" -join ";" ;
$env:BOOT_JDK = cygpath "$HOME/bootjdk/$env:BOOT_JDK_VERSION" ;
$env:FREETYPE_HOME = "$env:GITHUB_WORKSPACE\freetype" ;
$env:JT_HOME = cygpath "$HOME/jtreg" ;
& bash configure
--with-conf-name=windows-x86
Expand All @@ -1001,7 +996,6 @@ jobs:
--with-user-release-suffix="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
--with-build-number=b00
--with-boot-jdk="$env:BOOT_JDK"
--with-freetype-src="$env:FREETYPE_HOME"
--with-jtreg="$env:JT_HOME" ;
bash -c "cat $(find -name config.log)"
working-directory: jdk
Expand Down
2 changes: 1 addition & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
project=jdk8u
jbs=JDK
version=openjdk8u472
version=openjdk8u482

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
Expand Down
Loading
Loading