RFR(XS): 8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Fri Dec 1 00:17:09 UTC 2017
Hi Chris,
It looks good.
Thanks,
Serguei
On 11/30/17 13:50, Chris Plummer wrote:
> Hello,
>
> Please review the changes below. I'll push once I get two reviews
> since this is an integration block and would be best if it makes it
> into today's nightly build.
>
> https://bugs.openjdk.java.net/browse/JDK-8192840
> diff --git
> a/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java
> b/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java
>
> ---
> a/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java
> +++
> b/test/hotspot/jtreg/serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java
> @@ -37,7 +37,8 @@
> OutputAnalyzer output = null;
>
> output = executor.execute("JVMTI.agent_load " + libpath);
> - output.shouldContain("Agent_OnAttach is not available");
> + output.shouldContain("Agent_OnAttach");
> + output.shouldContain("is not available");
> } catch (Exception e) {
> throw new RuntimeException(e);
> }
>
>
> I ran the test on Windows-x64, Solaris-sparc, macosx-x64, and and
> linux-x64 (both product and fastdebug for all 4 platforms).
>
> thanks,
>
> Chris
More information about the serviceability-dev
mailing list