-
Bug
-
Resolution: Fixed
-
P3
-
1.1.6
-
b01
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2021671 | 1.2.0 | Deepa Viswanathan | P3 | Resolved | Fixed | 1.2fcs |
Name: tb29552 Date: 07/09/98
The source is in Standard ML, not Java. The JIT
crashes on a set of classes produced by
Persimmon's Standard ML compiler. These
classes verify and run on other
JVMs.
Attached to this bug is Sort.zip.Z
To reproduce:
- Store the Sort.zip.Z file off this bug report into a temp directory
- uncompress Sort.zip.Z
- unzip Sort.zip
- java -Djava.compiler=symcjit Main
This fails when run with JDK 1.1.6 and
SYMCJIT.DLL version 3.00.057(x)
You will see a pop-up menu which announces:
The instruction at "0x01f1eace" referenced memory at "0x00000005"
The memory could not be "written"
Click on OK to terminate the application
Click on CANCEL to debug the application
[OK] [Cancel]
If you launch the debugger, another pop-up will appear:
Unhandled exception in java.exe (SYMCJIT.DLL) 0xC0000005: Access Violation
[OK]
(Review ID: 34749)
======================================================================
- backported by
-
JDK-2021671 Access Violation: instruction at "0x01f1eace" referenced memory at "0x00000005"
- Resolved
- relates to
-
JDK-4139586 Unhandled Exception in java.exe (SYMCJIT.DLL): 0xC0000005: Access Violation
- Closed