changeset 7313:b23153655006 jdk7u55-b10

8034772: JDK-8028795 brought a specification change to 7u55 release and caused JCK7 signature test failure Reviewed-by: art, serb
author pchelko
date Wed, 19 Feb 2014 10:23:06 +0400
parents 122510be9947
children 67d86837f669
files src/share/classes/java/awt/event/InvocationEvent.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/awt/event/InvocationEvent.java	Tue Feb 18 13:36:34 2014 -0800
+++ b/src/share/classes/java/awt/event/InvocationEvent.java	Wed Feb 19 10:23:06 2014 +0400
@@ -98,7 +98,7 @@
      *
      * @see #isDispatched
      */
-    protected volatile Object notifier;
+    protected Object notifier;
 
     /**
      * The (potentially null) Runnable whose run() method will be called