--- old/./test/Makefile 2012-09-07 14:37:51.023436514 -0400 +++ new/./test/Makefile 2012-09-07 14:37:50.895436517 -0400 @@ -480,6 +480,11 @@ jdk_lang: $(call TestDirs, java/lang) $(call RunAgentvmBatch) +ifdef DIRS +TD: $(call TestDirs, $(DIRS)) + $(call RunAgentvmBatch) +endif + # Stable othervm testruns (minus items from PROBLEM_LIST) # Using agentvm has serious problems with these tests JDK_ALL_TARGETS += jdk_management1