-
Bug
-
Resolution: Fixed
-
P1
-
1.1.7
-
None
-
b01
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2022786 | 1.2.0 | Deepa Viswanathan | P1 | Resolved | Fixed | 1.2fcs |
Enclosed is a zip file containing all the necessary files to reproduce the
problem. Basically, we have a function that takes two doubles as arguments.
This function is called from within a loop that iterates 100 times. When
running with the "-nojit" switch, all is fine. When running with the JIT
enabled, on the 33 iteration, the constants that get pushed on the stack by
the byte code and passed to our native methods are altered! This is
indicated by an assertion that appears from the native methods. It always
occurs on the 33 iteration.
problem. Basically, we have a function that takes two doubles as arguments.
This function is called from within a loop that iterates 100 times. When
running with the "-nojit" switch, all is fine. When running with the JIT
enabled, on the 33 iteration, the constants that get pushed on the stack by
the byte code and passed to our native methods are altered! This is
indicated by an assertion that appears from the native methods. It always
occurs on the 33 iteration.
- backported by
-
JDK-2022786 With JIT, the 33rd iteration trashes the stack
-
- Resolved
-