6904183: Fix jdk/test/com/sun/jdi tests to run with -samevm
Reviewed-by: dcubed
diff --git a/jdk/test/Makefile b/jdk/test/Makefile
index c5a9829..b6fee3c 100644
--- a/jdk/test/Makefile
+++ b/jdk/test/Makefile
@@ -536,7 +536,7 @@
# Using samevm has serious problems with these tests
JDK_ALL_TARGETS += jdk_tools1
jdk_tools1: com/sun/jdi
- $(call RunOthervmBatch)
+ $(call RunSamevmBatch)
JDK_ALL_TARGETS += jdk_tools2
jdk_tools2: com/sun/tools sun/jvmstat sun/tools tools vm com/sun/servicetag com/sun/tracing
$(call RunOthervmBatch)