Update to ModulesProblemList.txt

Chris Hegarty chris.hegarty at oracle.com
Mon Feb 27 02:33:18 PST 2012


Trivial update to add two tests to the ModulesProblemList.txt.

The first, ReadProp.sh, is already excluded in the 
closed/ProblemList.txt for solaris only. It needs to be excluded on all 
platforms for jigsaw. I added it to the ModulesProblemList, rather than 
updating closed/ProblemList.txt, since it is jigsaw specific.

The second test makes the assumption that the JDK's lib directory 
contains jar files.

  closed/sun/management/snmp/generic/GenericTest.sh              generic-all
  closed/sun/management/snmp/snmpCounter64/SnmpCounter64Test.sh  generic-all
+
+# Recursive initialization of system class loader when
+# initializing the security manager/provider
+# http://mail.openjdk.java.net/pipermail/jigsaw-dev/2011-March/001188.html
+closed/java/security/Security/ReadProp/ReadProp.sh              generic-all

 
############################################################################

@@ -262,6 +267,9 @@ java/util/zip/InterruptibleZip.java
  # Assumes JAR files in JDK's lib directory
  java/util/zip/ZipFile/FinalizeZipFile.java             generic-all

+# Assumes JAR files in JDK's lib directory
+closed/java/util/zip/ZipFile/Collectible.java          generic-all
+
  # java.util.ConcurrentModificationException - need investigation
  java/util/Locale/Bug6989440.java                        generic-all

-Chris.






More information about the jigsaw-dev mailing list