changeset 4886:56b8579d4ff5

8001032: Restrict object access Summary: Restrict object access; fix reviewed also by Alexander Fomin Reviewed-by: alanb, ahgross
author andrew
date Wed, 12 Jun 2013 14:58:31 +0100
parents 9a5782006b61
children 412901ba0aaf
files test/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Mon Mar 04 14:34:15 2013 -0800
+++ b/test/Makefile	Wed Jun 12 14:58:31 2013 +0100
@@ -488,7 +488,7 @@
 jdk_misc: $(call TestDirs, \
           demo javax/imageio javax/naming javax/print javax/script \
           javax/smartcardio javax/xml javax/sound com/sun/java com/sun/jndi \
-	  com/sun/org com/sun/xml sun/misc sun/pisces)
+	  com/sun/org com/sun/corba com/sun/xml sun/misc sun/pisces)
 	$(call RunSamevmBatch)
 
 # Stable samevm testruns (minus items from PROBLEM_LIST)