Skip to content

Commit 806ffb1

Browse files
author
Daniel D. Daugherty
committedJan 18, 2024
8324082: more monitoring test timeout adjustments
Reviewed-by: kevinw, sspitsyn
1 parent 52f787f commit 806ffb1

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load002/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm
50+
* @run main/othervm/timeout=180
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.load001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load003/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm
50+
* @run main/othervm/timeout=180
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.load001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load007/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm/timeout=180
50+
* @run main/othervm/timeout=360
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.load001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load008/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -45,7 +45,7 @@
4545
* /test/lib
4646
* @comment generate and compile LoadableClassXXX classes
4747
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
48-
* @run main/othervm/timeout=180
48+
* @run main/othervm/timeout=420
4949
* -XX:-UseGCOverheadLimit
5050
* nsk.monitoring.stress.classload.load001
5151
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load009/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -45,7 +45,7 @@
4545
* /test/lib
4646
* @comment generate and compile LoadableClassXXX classes
4747
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
48-
* @run main/othervm/timeout=180
48+
* @run main/othervm/timeout=420
4949
* -XX:-UseGCOverheadLimit
5050
* nsk.monitoring.stress.classload.load001
5151
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load010/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm
50+
* @run main/othervm/timeout=300
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.load001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load011/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -45,7 +45,7 @@
4545
* /test/lib
4646
* @comment generate and compile LoadableClassXXX classes
4747
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
48-
* @run main/othervm/timeout=180
48+
* @run main/othervm/timeout=360
4949
* -XX:-UseGCOverheadLimit
5050
* nsk.monitoring.stress.classload.load001
5151
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load012/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -45,7 +45,7 @@
4545
* /test/lib
4646
* @comment generate and compile LoadableClassXXX classes
4747
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
48-
* @run main/othervm/timeout=180
48+
* @run main/othervm/timeout=300
4949
* -XX:-UseGCOverheadLimit
5050
* nsk.monitoring.stress.classload.load001
5151
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload003/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm
50+
* @run main/othervm/timeout=180
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.unload001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload007/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -49,7 +49,7 @@
4949
* /test/lib
5050
* @comment generate and compile LoadableClassXXX classes
5151
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
52-
* @run main/othervm
52+
* @run main/othervm/timeout=180
5353
* -XX:-UseGCOverheadLimit
5454
* nsk.monitoring.stress.classload.unload001
5555
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload009/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -47,7 +47,7 @@
4747
* /test/lib
4848
* @comment generate and compile LoadableClassXXX classes
4949
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
50-
* @run main/othervm
50+
* @run main/othervm/timeout=180
5151
* -XX:-UseGCOverheadLimit
5252
* nsk.monitoring.stress.classload.unload001
5353
* classes

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon001/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -62,6 +62,6 @@
6262
*
6363
* @library /vmTestbase
6464
* /test/lib
65-
* @run main/othervm nsk.monitoring.stress.thread.cmon001 -threadCount=400
65+
* @run main/othervm/timeout=240 nsk.monitoring.stress.thread.cmon001 -threadCount=400
6666
*/
6767

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon002/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -63,6 +63,6 @@
6363
*
6464
* @library /vmTestbase
6565
* /test/lib
66-
* @run main/othervm nsk.monitoring.stress.thread.cmon001 -testMode=server -threadCount=400
66+
* @run main/othervm/timeout=240 nsk.monitoring.stress.thread.cmon001 -testMode=server -threadCount=400
6767
*/
6868

‎test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon003/TestDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, 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
@@ -63,7 +63,7 @@
6363
*
6464
* @library /vmTestbase
6565
* /test/lib
66-
* @run main/othervm
66+
* @run main/othervm/timeout=240
6767
* nsk.monitoring.stress.thread.cmon001
6868
* -testMode=server
6969
* -MBeanServer=custom

0 commit comments

Comments
 (0)
Please sign in to comment.