Skip to content

Commit 26d53ef

Browse files
committed
Backport a91143cc93fe3810ecca4b04c9f81c1b967db0ed
1 parent e299091 commit 26d53ef

File tree

186 files changed

+372
-372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+372
-372
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -89,7 +89,7 @@ public static int run (String argv[], PrintStream out) {
8989
if (exitCode != PASSED) {
9090
System.out.println("TEST FAILED");
9191
}
92-
return testExitCode;
92+
return exitCode;
9393
}
9494

9595

test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -98,7 +98,7 @@ public static int run (String argv[], PrintStream out) {
9898
if (exitCode != PASSED) {
9999
System.out.println("TEST FAILED");
100100
}
101-
return testExitCode;
101+
return exitCode;
102102
}
103103

104104
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -93,7 +93,7 @@ public static int run (String argv[], PrintStream out) {
9393
if (exitCode != PASSED) {
9494
System.out.println("TEST FAILED");
9595
}
96-
return testExitCode;
96+
return exitCode;
9797
}
9898

9999
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -99,7 +99,7 @@ public static int run (String argv[], PrintStream out) {
9999
if (exitCode != PASSED) {
100100
System.out.println("TEST FAILED");
101101
}
102-
return testExitCode;
102+
return exitCode;
103103
}
104104

105105
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -99,7 +99,7 @@ public static int run (String argv[], PrintStream out) {
9999
if (exitCode != PASSED) {
100100
System.out.println("TEST FAILED");
101101
}
102-
return testExitCode;
102+
return exitCode;
103103
}
104104

105105

test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -95,7 +95,7 @@ public static int run (String argv[], PrintStream out) {
9595
if (exitCode != PASSED) {
9696
System.out.println("TEST FAILED");
9797
}
98-
return testExitCode;
98+
return exitCode;
9999
}
100100

101101
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -89,7 +89,7 @@ public static int run (String argv[], PrintStream out) {
8989
if (exitCode != PASSED) {
9090
System.out.println("TEST FAILED");
9191
}
92-
return testExitCode;
92+
return exitCode;
9393
}
9494

9595
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -89,7 +89,7 @@ public static int run (String argv[], PrintStream out) {
8989
if (exitCode != PASSED) {
9090
System.out.println("TEST FAILED");
9191
}
92-
return testExitCode;
92+
return exitCode;
9393
}
9494

9595
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -92,7 +92,7 @@ public static int run (String argv[], PrintStream out) {
9292
if (exitCode != PASSED) {
9393
System.out.println("TEST FAILED");
9494
}
95-
return testExitCode;
95+
return exitCode;
9696
}
9797

9898
// ************************************************ test parameters

test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. 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
@@ -102,7 +102,7 @@ public static int run (String argv[], PrintStream out) {
102102
if (exitCode != PASSED) {
103103
System.out.println("TEST FAILED");
104104
}
105-
return testExitCode;
105+
return exitCode;
106106
}
107107

108108
// ************************************************ test parameters

0 commit comments

Comments
 (0)