java plugin fails test with OpenJDK7

Deepak Bhole dbhole at redhat.com
Fri Dec 23 11:30:25 PST 2011


* Andreas Radke <a.radke at arcor.de> [2011-12-20 13:36]:
> Running ArchLinux we provide both latest OpenJDK6 and OpenJDK7 releases
> together with icedtea-web 1.1.4. The Plugin test page
> http://www.java.com/en/download/testjava.jsp works well with java ver6
> but fails with ver7. The Oracle prebuilt 7u2 jre shows the plugin test
> well again.
> 
> Any idea? I get this in the non-debug output:
> 

It works with HEAD. I have narrowed it down to this fix:
http://icedtea.classpath.org/hg/icedtea-web/rev/d57169ddb76a

However it seems to complex to port into 1.1 without proper study first.
I'll do it once I get back from holidays.

Cheers,
Deepak

> [andyrtr at laptop64 ~]$ firefox 
> java version "1.7.0_147-icedtea"
> OpenJDK Runtime Environment (IcedTea7 2.0) (ArchLinux-7.b147_2.0-4-x86_64)
> OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)
> AWT blocker activation interrupted:
> java.lang.InterruptedException
> 	at java.lang.Object.wait(Native Method)
> 	at java.lang.Object.wait(Object.java:503)
> 	at sun.awt.AWTAutoShutdown.activateBlockerThread(AWTAutoShutdown.java:337)
> 	at sun.awt.AWTAutoShutdown.notifyPeerMapUpdated(AWTAutoShutdown.java:215)
> 	at sun.awt.AWTAutoShutdown.registerPeer(AWTAutoShutdown.java:348)
> 	at sun.awt.SunToolkit.targetCreatedPeer(SunToolkit.java:375)
> 	at sun.awt.X11.XToolkit.createEmbeddedFrame(XToolkit.java:1118)
> 	at sun.awt.X11.XEmbeddedFrame.addNotify(XEmbeddedFrame.java:67)
> 	at sun.awt.X11.XEmbeddedFrame.<init>(XEmbeddedFrame.java:56)
> 	at sun.awt.X11.XEmbeddedFrame.<init>(XEmbeddedFrame.java:73)
> 	at sun.applet.PluginAppletViewer.<init>(PluginAppletViewer.java:345)
> 	at sun.applet.PluginAppletViewer.framePanel(PluginAppletViewer.java:323)
> 	at sun.applet.PluginAppletPanelFactory.createPanel(PluginAppletViewer.java:140)
> 	at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1886)
> 	at sun.applet.PluginAppletViewer$6.run(PluginAppletViewer.java:1810)
> 	at sun.applet.PluginAppletViewer$6.run(PluginAppletViewer.java:1808)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1808)
> 	at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:475)
> 	at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:232)
> 	at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:78)
> SYNC: in sync
> SYNC: in sync
> @@@@ readline
> @@@@ readline
> SYNC: version in sync=1.6.0_30
> SYNC: send notification
> Exception in thread "Thread-18" java.lang.IllegalMonitorStateException
> 	at java.lang.Object.notify(Native Method)
> 	at testJava2_1.TestVM$1.run(TestVM.java:90)
> SYNC: version in sync=1.6.0_30
> SYNC: send notification
> Exception in thread "Thread-12" java.lang.IllegalMonitorStateException
> 	at java.lang.Object.notify(Native Method)
> 	at testJava2_1.TestVM$1.run(TestVM.java:90)
> expect: en actual: de
> locale: 'en'
> expect: en actual: de
> 
> 
> Do Mozilla (Firefox 9/ built with Xulrunner 8, also tested npapi-sdk) guys block the old ver.7 java 
> release or is this a bug? I can provide a debug log if needed.
> 
> -Andy



More information about the distro-pkg-dev mailing list