RFR: JDK-8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds.
gary.adams at oracle.com
gary.adams at oracle.com
Thu Jun 28 15:12:22 UTC 2018
I'll need a sponsor for the attached patch.
It probably should wait for the rdp repos to be forked.
I'll file two followup bugs based on the discussions.
- one to continue investigation of why the exclude001 test takes so
long
- one to improve the vmTestbase/nsk tests setting of the jtreg
/timeout arg
On 6/25/18 1:20 PM, Gary Adams wrote:
> The exclude001 test times out on solaris sparc debug builds.
>
> Basically, this test is all about tracing method calls and introduces
> exclude filters to reduce the callbacks to a select set of packages.
> The time spent tracing/filtering method callbacks is purely a function
> of the number of methods that are processed. On this particularly slow
> target platform, more time is needed before issuing a timeout.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8205508
>
> Proposed fix:
> diff --git
> a/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.javab/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
>
> ---
> a/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
> +++
> b/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
> @@ -63,7 +63,7 @@
> * nsk.jdb.exclude.exclude001.exclude001a
> * @run main/othervm PropertyResolvingWrapper
> nsk.jdb.exclude.exclude001.exclude001
> * -arch=${os.family}-${os.simpleArch}
> - * -waittime=5
> + * -waittime=7
> * -debugee.vmkind=java
> * -transport.address=dynamic
> * -jdb=${test.jdk}/bin/jdb
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20180628/63693899/attachment.html>
-------------- next part --------------
# HG changeset patch
# User gadams
# Date 1530196299 14400
# Thu Jun 28 10:31:39 2018 -0400
# Node ID 5de4d7b0d1f0b03068adee69b9e552462f388472
# Parent f8c8bfd59e052dedc74b6c030a081094dfd10130
8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds.
Reviewed-by: cjplummer, sspitsyn, dcubed
diff --git a/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java b/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
+++ b/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
@@ -61,9 +61,9 @@
* @run driver jdk.test.lib.FileInstaller . .
* @build nsk.jdb.exclude.exclude001.exclude001
* nsk.jdb.exclude.exclude001.exclude001a
- * @run main/othervm PropertyResolvingWrapper nsk.jdb.exclude.exclude001.exclude001
+ * @run main/othervm/timeout=420 PropertyResolvingWrapper nsk.jdb.exclude.exclude001.exclude001
* -arch=${os.family}-${os.simpleArch}
- * -waittime=5
+ * -waittime=7
* -debugee.vmkind=java
* -transport.address=dynamic
* -jdb=${test.jdk}/bin/jdb
More information about the serviceability-dev
mailing list