Skip to content

Commit

Permalink
8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subt…
Browse files Browse the repository at this point in the history
…est again

8302607: increase timeout for ContinuousCallSiteTargetChange.java
8305502: adjust timeouts in three more M&M tests

Backport-of: 4b23bef51df9c1a5bc8f43748a8d6c8d99995656
  • Loading branch information
GoeLin committed Oct 5, 2023
1 parent 60ae78a commit bf2d133
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -28,7 +28,7 @@
*
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
* @run driver compiler.jsr292.ContinuousCallSiteTargetChange
* @run driver/timeout=180 compiler.jsr292.ContinuousCallSiteTargetChange
*/

package compiler.jsr292;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -47,7 +47,7 @@
* /test/lib
* @comment generate and compile LoadableClassXXX classes
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
* @run main/othervm
* @run main/othervm/timeout=180
* -XX:-UseGCOverheadLimit
* nsk.monitoring.stress.classload.load001
* classes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -45,7 +45,7 @@
* /test/lib
* @comment generate and compile LoadableClassXXX classes
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
* @run main/othervm
* @run main/othervm/timeout=180
* -XX:-UseGCOverheadLimit
* nsk.monitoring.stress.classload.load001
* classes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -45,7 +45,7 @@
* /test/lib
* @comment generate and compile LoadableClassXXX classes
* @run driver nsk.monitoring.stress.classload.GenClassesBuilder
* @run main/othervm
* @run main/othervm/timeout=180
* -XX:-UseGCOverheadLimit
* nsk.monitoring.stress.classload.load001
* classes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
*
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
*
* @run main/othervm/timeout=240 -Xmx8g
* @run main/othervm/timeout=300 -Xmx8g
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -Xint
* -javaagent:basicAgent.jar GetObjectSizeIntrinsicsTest GetObjectSizeIntrinsicsTest large
Expand Down

1 comment on commit bf2d133

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.