-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6
-
1.2beta4
-
x86
-
windows_nt
-
Not verified
Name: tb29552 Date: 05/20/98
The instruction at "0x01f41daf" referenced memory at "0x00000014"
The memory could not be "read"
When run with -nojit, the program completes and the output is:
%java StockAccount
Wed May 20 16:35:53 PDT 1998 Buy Apple Computer -451.95 Buy 20 -22.15 -8.95 AAPL
Wed May 20 16:35:53 PDT 1998 Sell Apple Computer 274.55 Sale 10 28.35 -8.95 AAPL
Original Synopsis was: "JVM crashes when calling method of abstract class"
Original Description was:
The following code crashes the JVM at runtime
Reader in = new FileReader("test");
in.close(); // crashes here
running JDK 1.1.6 on NT 4.0 with SP 3.
works fine on other JVMs.
(Review ID: 30105)
======================================================================
- relates to
-
JDK-4152546 Class Reader, method in() crashes when JIT enabled
- Closed