equal
deleted
inserted
replaced
476 $(call RunAgentvmBatch) |
476 $(call RunAgentvmBatch) |
477 |
477 |
478 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
478 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
479 JDK_ALL_TARGETS += jdk_lang |
479 JDK_ALL_TARGETS += jdk_lang |
480 JDK_DEFAULT_TARGETS += jdk_lang |
480 JDK_DEFAULT_TARGETS += jdk_lang |
481 jdk_lang: $(call TestDirs, java/lang sun/invoke sun/misc vm) |
481 jdk_lang: $(call TestDirs, java/lang sun/invoke sun/misc sun/reflect vm) |
482 $(call RunAgentvmBatch) |
482 $(call RunAgentvmBatch) |
483 |
483 |
484 # Stable othervm testruns (minus items from PROBLEM_LIST) |
484 # Stable othervm testruns (minus items from PROBLEM_LIST) |
485 # Using agentvm has serious problems with these tests |
485 # Using agentvm has serious problems with these tests |
486 JDK_ALL_TARGETS += jdk_jmx |
486 JDK_ALL_TARGETS += jdk_jmx |