Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2209661 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b141 |
Please review this patch which changes a few more defaults for the AMD family 15h processors. The webrev is at
http://cr.openjdk.java.net/~tdeneau/bd-defaults-part2/webrev.01/
* A previous patch made the default AllocationPrefetchStyle
style 0 (no prefetch). Here we add that if a different style
is specified and a prefetch instruction type is not explicitly specified,
the default prefetch instruction will be PREFETCHW.
* UseXMMForArrayCopy and UseUnalignedLoadStores default to true
-- Tom Deneau, AMD
http://cr.openjdk.java.net/~tdeneau/bd-defaults-part2/webrev.01/
* A previous patch made the default AllocationPrefetchStyle
style 0 (no prefetch). Here we add that if a different style
is specified and a prefetch instruction type is not explicitly specified,
the default prefetch instruction will be PREFETCHW.
* UseXMMForArrayCopy and UseUnalignedLoadStores default to true
-- Tom Deneau, AMD
- backported by
-
JDK-2209661 few more defaults changes for new AMD processors
-
- Closed
-
- relates to
-
JDK-7108221 Backport to jdk6 Hotspot defaults for AMD Bulldozer processor
-
- Resolved
-