Skip to content

Commit 43b28ee

Browse files
author
John Jiang
committed
8364597: Replace THL A29 Limited with Tencent
Reviewed-by: andrew Backport-of: 4c9eaddaef83c6ba30e27ae3e0d16caeeec206cb
1 parent 1680243 commit 43b28ee

File tree

16 files changed

+16
-20
lines changed

16 files changed

+16
-20
lines changed

test/hotspot/jtreg/compiler/arraycopy/TestIllegalArrayCopyBeforeInfiniteLoop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/arraycopy/TestNegativeArrayCopyAfterLoop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/loopopts/TestLoopPredicateDep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/loopopts/TestSkeletonPredicateNegation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

test/hotspot/jtreg/compiler/regalloc/TestGCMRecalcPressureNodes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2021, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -50,4 +50,3 @@ public static void main(String[] args) {
5050
}
5151
}
5252
}
53-

test/hotspot/jtreg/compiler/unsafe/TestMisalignedUnsafeAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2020, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2022, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 THL A29 Limited, a Tencent company. All rights reserved.
2+
* Copyright (C) 2022, Tencent. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -248,4 +248,3 @@ protected void runClientApplication(SSLSocket socket) throws Exception {
248248
sslIS.read();
249249
}
250250
}
251-

0 commit comments

Comments
 (0)