-
Bug
-
Resolution: Fixed
-
P2
-
1.1.6, 1.2.0
-
1.1.6
-
x86
-
windows_95, windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020406 | 1.2.0 | Deepa Viswanathan | P2 | Resolved | Fixed | 1.2beta4 |
When using recent 1.2 build, the JIT gave an error message to my Java program during the start up time. When turn off the JIT, there is no such error message. The is failure is definite repeatable. It happens every time on my machine.
A nonfatal internal JIT (3.00.038(x)) error 'Unuse' has occurred in : 'ui/ScrollBar.setValues (IIIIII)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
To produce the error, compile the attacted code according to the package. Run
oldjava Foo
A nonfatal internal JIT (3.00.038(x)) error 'Unuse' has occurred in : 'ui/ScrollBar.setValues (IIIIII)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
To produce the error, compile the attacted code according to the package. Run
oldjava Foo
- backported by
-
JDK-2020406 (jit) The Symantec JIT gave an error message during program startup.
- Resolved