# HG changeset patch # User cjplummer # Date 1510872451 28800 # Node ID aed3a9c1abfe8d32c94ee546eddfce871cbc667f # Parent 4c42aa431f40a51a40c50f9e6a5fbac0df0f0e5e 8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode Summary: run the test in "othervm" mode Reviewed-by: sspitsyn, dholmes diff -r 4c42aa431f40 -r aed3a9c1abfe test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Tue Nov 07 11:58:52 2017 +0100 +++ b/test/hotspot/jtreg/ProblemList.txt Thu Nov 16 14:47:31 2017 -0800 @@ -90,7 +90,6 @@ serviceability/sa/TestPrintMdo.java 8184042 macosx-all serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java 8184042 macosx-all -serviceability/dcmd/jvmti/LoadAgentDcmdTest.java 8186540 windows-all ############################################################################# # :hotspot_misc diff -r 4c42aa431f40 -r aed3a9c1abfe test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java --- a/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Tue Nov 07 11:58:52 2017 +0100 +++ b/test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Thu Nov 16 14:47:31 2017 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2017, 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 @@ -44,7 +44,7 @@ * jdk.internal.jvmstat/sun.jvmstat.monitor * @build SimpleJvmtiAgent * @run main ClassFileInstaller SimpleJvmtiAgent - * @run testng LoadAgentDcmdTest + * @run testng/othervm LoadAgentDcmdTest */ public class LoadAgentDcmdTest {