-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6
-
b01
-
x86
-
windows_95
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020656 | 1.2.0 | Deepa Viswanathan | P4 | Resolved | Fixed | 1.2fcs |
tim.bell@Eng 1998-07-15 I am re-opening the bug with
a new test case. Original information is at the bottom
of this section.
The test case is attached to this bug report as SunBug4139229.zip.Z
To reproduce:
1) Save the attachment into a temp directory
2) Uncompress and unzip the file
3) copy JitBug.jikes35 JitBug.class
4) java JitBug
The output will be:
Symantec Java! JustInTime Compiler Version 3.00.057(x) for JDK 1.1.x
Copyright (C) 1996-98 Symantec Corporation
A nonfatal internal JIT (3.00.057(x)) error 'redoDFO' has occurred in :
'JitBug.except ()V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
==================================================================
Original report:
Name: tb29552 Date: 05/16/98
I made 3D application with enki 3D api.
I worked will on JDK 1.1.5, but produce bug on
JDK 1.1.6, JRE 1.1.6.
The message generated by JDK(JRE) are:
A nonfatal internal JIT (3.00.039(x)) error 'redoDFO' has occurred in :
'enki/Surface.texture ([BIIIIIIIIIIII)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Component.java:1817)
at java.awt.Container.dispatchEventImpl(Container.java:939)
at java.awt.Window.dispatchEventImpl(Window.java:443)
at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.lang.Object.wait(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
(Review ID: 30441)
==================================================================
a new test case. Original information is at the bottom
of this section.
The test case is attached to this bug report as SunBug4139229.zip.Z
To reproduce:
1) Save the attachment into a temp directory
2) Uncompress and unzip the file
3) copy JitBug.jikes35 JitBug.class
4) java JitBug
The output will be:
Symantec Java! JustInTime Compiler Version 3.00.057(x) for JDK 1.1.x
Copyright (C) 1996-98 Symantec Corporation
A nonfatal internal JIT (3.00.057(x)) error 'redoDFO' has occurred in :
'JitBug.except ()V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
==================================================================
Original report:
Name: tb29552 Date: 05/16/98
I made 3D application with enki 3D api.
I worked will on JDK 1.1.5, but produce bug on
JDK 1.1.6, JRE 1.1.6.
The message generated by JDK(JRE) are:
A nonfatal internal JIT (3.00.039(x)) error 'redoDFO' has occurred in :
'enki/Surface.texture ([BIIIIIIIIIIII)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Component.java:1817)
at java.awt.Container.dispatchEventImpl(Container.java:939)
at java.awt.Window.dispatchEventImpl(Window.java:443)
at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.lang.Object.wait(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
(Review ID: 30441)
==================================================================
- backported by
-
JDK-2020656 A nonfatal internal JIT (3.00.057(x)) error 'redoDFO' has occurred
- Resolved