changeset 5305:ebad7b9c3682

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 10:43:39 +0100
parents 558ffeef43ca
children aafbd1c64be9
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 10:43:39 2013 +0100
@@ -502,7 +502,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 RunAgentvmBatch)
 
 # Stable samevm testruns (minus items from PROBLEM_LIST)