changeset 46769:36b6a1927a0b

8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module Summary: Remove unneeded dependencies on the jdk.jdi module Reviewed-by: dholmes
author sspitsyn
date Mon, 07 Aug 2017 18:14:39 -0700
parents 07298ebd9367
children 77cee0d00727
files hotspot/test/serviceability/jvmti/GetNamedModule/MyPackage/GetNamedModuleTest.java hotspot/test/serviceability/jvmti/IsModifiableModule/MyPackage/IsModifiableModuleTest.java
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hotspot/test/serviceability/jvmti/GetNamedModule/MyPackage/GetNamedModuleTest.java	Mon Aug 07 12:34:21 2017 -0700
+++ b/hotspot/test/serviceability/jvmti/GetNamedModule/MyPackage/GetNamedModuleTest.java	Mon Aug 07 18:14:39 2017 -0700
@@ -26,7 +26,6 @@
 /**
  * @test
  * @summary Verifies the JVMTI GetNamedModule API
- * @modules jdk.jdi
  * @compile GetNamedModuleTest.java
  * @run main/othervm/native -agentlib:GetNamedModuleTest MyPackage.GetNamedModuleTest
  */
--- a/hotspot/test/serviceability/jvmti/IsModifiableModule/MyPackage/IsModifiableModuleTest.java	Mon Aug 07 12:34:21 2017 -0700
+++ b/hotspot/test/serviceability/jvmti/IsModifiableModule/MyPackage/IsModifiableModuleTest.java	Mon Aug 07 18:14:39 2017 -0700
@@ -26,7 +26,6 @@
 /**
  * @test
  * @summary Verifies the JVMTI IsModifiableModule API
- * @modules jdk.jdi
  * @compile IsModifiableModuleTest.java
  * @run main/othervm/native -agentlib:IsModifiableModuleTest MyPackage.IsModifiableModuleTest
  */