-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.1.7
-
x86
-
windows_98
Name: gsC80088 Date: 02/17/99
JDK 1.1.7a
Windows 98
The following code fragment:
...
Random rgen = new Random();
rgen.setSeed(new java.util.Date().getTime());
...
results in the error:
JIT error (3.00.072b(x)) error 'Structured
Exception (c0000005)' has occurred in 'java/util/Random.setSeed(j)v':
Interpreting method...
This was a non-critical error, but then crashes my program soon after
wards.
Running the same class files on Windows NT 4.0 and Windows NT
Server 4.0 (both service pack 3) does not generate these errors.
- Manlik
(Review ID: 54208)
======================================================================