# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: mauve/gnu/testlet/java/lang/Class/security.java --- mauve/gnu/testlet/java/lang/Class/security.java Base (1.7) +++ mauve/gnu/testlet/java/lang/Class/security.java Locally Modified (Based On 1.7) @@ -159,9 +159,12 @@ } } finally { + if (oldrestrictions != null) + { Security.setProperty("package.access", oldrestrictions); } } + } catch (Exception ex) { harness.debug(ex); harness.check(false, "Unexpected exception");