jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBException.java
changeset 20590 b3b34e4344ce
parent 19645 36f707905f2b
child 23782 953bfc3fbe31
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Wed Jul 05 19:14:19 2017 +0200
+++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Fri Oct 04 16:21:34 2013 +0100
@@ -48,7 +48,7 @@
      * Exception reference
      *
      */
-    private Throwable linkedException;
+    private volatile Throwable linkedException;
 
     static final long serialVersionUID = -5621384651494307979L;
 
@@ -133,7 +133,7 @@
      *                  indicates that the linked exception does not exist or
      *                  is unknown).
      */
-    public synchronized void setLinkedException( Throwable exception ) {
+    public void setLinkedException( Throwable exception ) {
         this.linkedException = exception;
     }