[jdk11u-dev] RFR: 8364597: Replace THL A29 Limited with Tencent
Andrew John Hughes
andrew at openjdk.org
Thu Sep 4 14:31:03 UTC 2025
On Wed, 3 Sep 2025 09:43:45 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 have different copyright notes between the repos
> - test/hotspot/jtreg/compiler/debug/TraceIterativeGVN.java
> - test/jdk/jdk/internal/platform/docker/GetFreeSwapSpaceSize.java
> - test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java
> - Some files should not be modified due to there is not Tencent copyright notes
> - src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
> - src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp
> - test/hotspot/jtreg/compiler/c2/cr6865031/Test.java
> - test/hotspot/jtreg/compiler/debug/TraceIterativeGVN.java
> - Some files doesn't exist in jdk11u
> - src/hotspot/cpu/x86/stubGenerator_x86_64_exp.cpp
> - src/hotspot/cpu/x86/stubGenerator_x86_64_log.cpp
> - src/hotspot/cpu/x86/stubGenerator_x86_64_pow.cpp
> - src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.cpp
> - test/hotspot/jtreg/compiler/c1/TestRangeCheckEliminated.java
> - test/hotspot/jtreg/compiler/c2/TestDuplicateSimpleLoopBackedge.java
> - test/hotspot/jtreg/compiler/c2/irTests/TestAutoVectorization2DArray.java
> - test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java
> - test/hotspot/jtreg/compiler/intrinsics/math/TestPow0Dot5Opt.java
> - test/hotspot/jtreg/compiler/intrinsics/math/TestPow2Opt.java
> - test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java
> - test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU.java
> - test/hotspot/jtreg/compiler/jvmci/errors/TestInvalidTieredStopAtLevel.java
> - test/hotspot/jtreg/compiler/loopopts/TestLoopEndNodeEliminate.java
> - test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java
> - test/hotspot/jtreg/compiler/print/TestTraceOptoParse.java
> - test/hotspot/jtreg/compiler/vectorapi/TestIntrinsicBailOut.java
> - test/hotspot/jtreg/compiler/vectorapi/TestVectorErgonomics.java
> - test/hotspot/jtreg/compiler/vectorapi/VectorReinterpretTest.java
> - test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java
> - test/hotspot/jtreg/runtime/cds/appcds/FillerObjectLoadTest.java
> - test/jdk/java/lang/Thread/virtual/ParkWithFixedThreadPool.java
> - test/jdk/javax/net/ssl/DTLS/DTLSNamedGroups.java
> - test/jdk/javax/net/ssl/DTLS/DTLSSignatureSchemes.java
> - test/jdk/javax/net/ssl/SSLException/CheckSSLHandshakeException.java
> - test/jdk/javax/net/ssl/SSL...
It looks like you are not running the GitHub Actions tests on your fork. While I don't expect any regression from this change, as it only alters comments, you should enable this for future backports at https://github.com/johnshajiang/jdk11u-dev/actions
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3086#issuecomment-3254008197
More information about the jdk-updates-dev
mailing list