/hg/release/icedtea7-forest-2.3/jdk: 8004341: Two JCK tests fail...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Feb 8 03:57:47 PST 2013


changeset ca6ee539c5f4 in /hg/release/icedtea7-forest-2.3/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=ca6ee539c5f4
author: andrew
date: Fri Feb 08 11:33:00 2013 +0000

	8004341: Two JCK tests fails with 7u11 b06


diffstat:

 src/share/classes/java/awt/Dialog.java |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 635d562a25be -r ca6ee539c5f4 src/share/classes/java/awt/Dialog.java
--- a/src/share/classes/java/awt/Dialog.java	Thu Feb 07 19:42:50 2013 -0500
+++ b/src/share/classes/java/awt/Dialog.java	Fri Feb 08 11:33:00 2013 +0000
@@ -1636,6 +1636,8 @@
         if (localModalityType == null) {
             this.modal = fields.get("modal", false);
             setModal(modal);
+        } else {
+            this.modalityType = localModalityType;
         }
 
         this.resizable = fields.get("resizable", true);



More information about the distro-pkg-dev mailing list