-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.0
-
generic
-
solaris_2.5
In an applet, the paint routine does the following:
dat = new Date();
cal.setTime(dat);
cal.computeFields();
This supposedly used to work.
The setTime() method call now generates the following Error.
Which in turn hangs the awt event thread and therefore the browser.
java.lang.IllegalAccessError: java.util.GregorianCalendar.computeFields()V
at Clock2.paint(Clock2.java:118)
at java.awt.Component.dispatchEventImpl(Component.java)
at java.awt.Container.dispatchEventImpl(Container.java)
at java.awt.EventDispatchThread.run(EventDispatchThread.java)
If you are looking for the applet the source and class file are in:
/home/smani/public_html/.
-------------------------------------------------------------------------------
the following file contains the object tag with an applet
loading the page hangs up hotjava also occurs in the nightly
to recreate:
load
file:/usr/sqe/workspaces/hotjava/test/master/manual/html3.2/object/applet/supported/align/align_baseline.html
the log displays... (see comments for a full thread dump)
a.lang.IllegalAccessError: java.util.GregorianCalendar.computeFields()V
at Clock2.paint(Clock2.java:118)
at java.awt.Component.dispatchEventImpl(Component.java)
at java.awt.Container.dispatchEventImpl(Container.java)
at java.awt.EventDispatchThread.run(EventDispatchThread.java)
dat = new Date();
cal.setTime(dat);
cal.computeFields();
This supposedly used to work.
The setTime() method call now generates the following Error.
Which in turn hangs the awt event thread and therefore the browser.
java.lang.IllegalAccessError: java.util.GregorianCalendar.computeFields()V
at Clock2.paint(Clock2.java:118)
at java.awt.Component.dispatchEventImpl(Component.java)
at java.awt.Container.dispatchEventImpl(Container.java)
at java.awt.EventDispatchThread.run(EventDispatchThread.java)
If you are looking for the applet the source and class file are in:
/home/smani/public_html/.
-------------------------------------------------------------------------------
the following file contains the object tag with an applet
loading the page hangs up hotjava also occurs in the nightly
to recreate:
load
file:/usr/sqe/workspaces/hotjava/test/master/manual/html3.2/object/applet/supported/align/align_baseline.html
the log displays... (see comments for a full thread dump)
a.lang.IllegalAccessError: java.util.GregorianCalendar.computeFields()V
at Clock2.paint(Clock2.java:118)
at java.awt.Component.dispatchEventImpl(Component.java)
at java.awt.Container.dispatchEventImpl(Container.java)
at java.awt.EventDispatchThread.run(EventDispatchThread.java)