Appearantly harmless error in startup method

I’m getting this method when showing a splash screen (a fid with my logo):

18-dic-2006 18.43.38 com.servoy.j2db.util.Debug error
GRAVE: Throwable
java.lang.RuntimeException: java.lang.ClassFormatError: Invalid method Code length 428734 in class file org/mozilla/javascript/gen/c385
	at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:115)
	at org.mozilla.javascript.Context.compile(Context.java:1920)
	at org.mozilla.javascript.Context.compile(Context.java:1845)
	at org.mozilla.javascript.Context.compileFunction(Context.java:895)
	at com.servoy.j2db.scripting.f.compileFunction(Unknown Source)
	at com.servoy.j2db.scripting.f.getSolutionScope(Unknown Source)
	at com.servoy.j2db.FormManager.do(Unknown Source)
	at com.servoy.j2db.FormManager$1.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

It doesn’t seem to give any subsequent problem, but I’m wondering what can be causing it: I tried removing almost anything from the splash, without getting rid of it.

Any idea? :-)