-
Enhancement
-
Resolution: Fixed
-
P4
-
hs22
-
b02
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2213614 | 7u2 | Vladimir Kozlov | P4 | Closed | Fixed | b04 |
JDK-2217483 | 6u32 | Kevin Walls | P4 | Closed | Fixed | b01 |
L2 cache line size is 32 bytes on T4 instead of 64 bytes on T series before. As result BIS instruction used for allocation prefetching initialize only 32 bytes. Jbb2005 runs show that prefetching 64 bytes is still better on T4 so 2 BIS instructions should be issued.
- backported by
-
JDK-2213614 Adjust allocation prefetching for T4
- Closed
-
JDK-2217483 Adjust allocation prefetching for T4
- Closed
- relates to
-
JDK-7081926 assert(VM_Version::supports_sse2()) failed: must support
- Closed