Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018795 | 1.2.0 | Tom Rodriguez | P2 | Closed | Fixed | 1.2alpha1 |
The x86 interpreter pushes values onto the stack as arguments to functions it is calling and then pulls the values back off the stack after the function returns. This is a bad practice in general and in particular this will break VC++ 5.0. Symantec specifically requested this changes for their latest JIT.
- backported by
-
JDK-2018795 win32: interpreter uses arguments values on stack after calls
-
- Closed
-