equal
deleted
inserted
replaced
534 |
534 |
535 # Stable othervm testruns (minus items from PROBLEM_LIST) |
535 # Stable othervm testruns (minus items from PROBLEM_LIST) |
536 # Using samevm has serious problems with these tests |
536 # Using samevm has serious problems with these tests |
537 JDK_ALL_TARGETS += jdk_tools1 |
537 JDK_ALL_TARGETS += jdk_tools1 |
538 jdk_tools1: com/sun/jdi |
538 jdk_tools1: com/sun/jdi |
539 $(call RunOthervmBatch) |
539 $(call RunSamevmBatch) |
540 JDK_ALL_TARGETS += jdk_tools2 |
540 JDK_ALL_TARGETS += jdk_tools2 |
541 jdk_tools2: com/sun/tools sun/jvmstat sun/tools tools vm com/sun/servicetag com/sun/tracing |
541 jdk_tools2: com/sun/tools sun/jvmstat sun/tools tools vm com/sun/servicetag com/sun/tracing |
542 $(call RunOthervmBatch) |
542 $(call RunOthervmBatch) |
543 |
543 |
544 jdk_tools: jdk_tools1 jdk_tools2 |
544 jdk_tools: jdk_tools1 jdk_tools2 |