
|
If you were logged in you would be able to see more operations.
|
|
|
| Patch Info: |
Patch Available
|
| Estimated Complexity: |
Moderate
|
| Resolution Date: |
09/Jan/09 10:45 AM
|
|
When a float is specified in the constant pool:
/* #2 */ float = 35.0
VMTT converts it to an int and stores it with a float tag. The result is that the float is stored as:
0x00000023 (ie 35)
instead of
0x420C0000 (35.0).
|
|
Description
|
When a float is specified in the constant pool:
/* #2 */ float = 35.0
VMTT converts it to an int and stores it with a float tag. The result is that the float is stored as:
0x00000023 (ie 35)
instead of
0x420C0000 (35.0).
|
Show » |
| No work has yet been logged on this issue.
|
|