JDK-7037812 : few more defaults changes for new AMD processors
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2011-04-19
  • Updated: 2011-07-29
  • Resolved: 2011-05-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 Other
7Fixed hs21Fixed
Related Reports
Relates :  
Description
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

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/2a34a4fbc52c
05-05-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/2a34a4fbc52c
19-04-2011