|
Quick Lists
|
|
Bug ID:
|
6708714
|
|
Votes
|
0
|
|
Synopsis
|
Optimize long LShift on 32-bits x86
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs14(b01)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
29-MAY-2008
|
|
Description
|
For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions
instead of shld+shl on new AMD cpus.
Posted Date : 2008-05-29 21:36:54.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions
instead of shld+shl on new AMD cpus.
Posted Date : 2008-06-20 23:00:41.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |