[jdk21u-dev] RFR: 8364597: Replace THL A29 Limited with Tencent [v2]

John Jiang jjiang at openjdk.org
Thu Sep 11 02:56:19 UTC 2025


On Mon, 8 Sep 2025 11:09:12 GMT, John Jiang <jjiang at openjdk.org> wrote:

>> Please review this backport of `JDK-8364597: Replace THL A29 Limited with Tencent`.
>> This backport is not clean, because:
>> - Some files don't exist in jdk21u repo.
>>   - src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.cpp
>>   - test/jdk/sun/security/ec/ECDHKeyAgreementParamValidation.java
>>   - test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java
>> - Some files only in jdk21u repo should be also modified.
>>   - src/hotspot/cpu/x86/macroAssembler_x86_32_exp.cpp
>>   - src/hotspot/cpu/x86/macroAssembler_x86_32_log.cpp
>>   - src/hotspot/cpu/x86/macroAssembler_x86_32_pow.cpp 
>> - Some files have different copyright notes between these repos.
>>   - src/hotspot/cpu/x86/stubGenerator_x86_64_pow.cpp
>>   - src/hotspot/cpu/x86/stubGenerator_x86_64_log.cpp
>>   - src/hotspot/cpu/x86/stubGenerator_x86_64_exp.cpp
>>   - test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java
>>   - test/hotspot/jtreg/compiler/vectorapi/TestIntrinsicBailOut.java
>>   - test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java
>
> John Jiang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Trigger CI

I think the failures have nothing to do with my changes.

---

Pre-submit tests - linux-x64 / test - Test (tier1)
https://github.com/johnshajiang/jdk21u-dev/actions/runs/17548665545/job/49841170627

The tests were not executed.

==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
>> jtreg:test/hotspot/jtreg:tier1_runtime                1     0     0     1 <<
==============================
TEST FAILURE


This job failed with the below error:

Error: Unable to access jarfile jtreg/installed/lib/jtreg.jar"


---

Pre-submit tests - windows-x64 / test - Test (tier1)
https://github.com/johnshajiang/jdk21u-dev/actions/runs/17548665545/job/49838542812

The tests passed.

==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
   jtreg:test/hotspot/jtreg:tier1_compiler_3           496   496     0     0   
==============================
TEST SUCCESS


Though, the job failed to upload the test results with the below error,

Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact

-------------

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2138#issuecomment-3277185636


More information about the jdk-updates-dev mailing list