History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
RVM-583
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Critical
Assignee:
Ian Rogers
Reporter:
Ian Rogers
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
RVM
Incorrect rounding on simplified integer divide
Created:
08/Jul/08 05:12 AM
Updated:
08/Jul/08 07:44 AM
Component/s:
Compiler: Optimizing
Affects Version/s:
2.9.3
Fix Version/s:
3.0
Time Tracking:
Not Specified
Description
« Hide
When simplified the result of:
static int int_3 = -3;
...() { System.out.println(int_3/2); }
instead of being -1 returns -2.
Description
When simplified the result of: static int int_3 = -3; ...() { System.out.println(int_3/2); } instead of being -1 returns -2.
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Ian Rogers
added a comment -
08/Jul/08 07:44 AM
Fix committed in r14674, test case in r14675.
[
Show »
]
Ian Rogers
added a comment -
08/Jul/08 07:44 AM
Fix committed in r14674, test case in r14675.