diff -r 3fd913435103 -r 3ac550392e43 jdk/test/Makefile
--- a/jdk/test/Makefile	Tue Jan 22 18:30:49 2013 -0800
+++ b/jdk/test/Makefile	Tue Jan 22 20:59:21 2013 -0800
@@ -498,6 +498,11 @@
 jdk_math: $(call TestDirs, java/math)
 	$(call RunAgentvmBatch)
 
+# Stable agentvm testruns (TestNG)
+JDK_DEFAULT_TARGETS += jdk_time
+jdk_time: $(call TestDirs, java/time)
+	$(call RunOthervmBatch)
+
 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 JDK_ALL_TARGETS += jdk_other
 JDK_DEFAULT_TARGETS += jdk_other