RFR: 8256536: Newer AMD 19h (EPYC) Processor family defaults
    Rohit Arul Raj 
    rraj at openjdk.java.net
       
    Mon Nov 30 12:03:58 UTC 2020
    
    
  
On Thu, 19 Nov 2020 18:04:03 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> This patch sets the following flags as defaults for newer AMD 19h (EPYC) processors.
>>       bool UseFPUForSpilling               = true   
>>       bool UseUnalignedLoadStores    = true   
>>       bool UseXMMForArrayCopy        = true   
>>       bool UseXMMForObjInit             = true   
>>       bool UseFastStosb                       = false  
>>       bool AlignVector                          = false  
>> 
>> Additional testing: make run-test TEST="tier1 tier2" JTREG="JOBS=128" CONF=linux-x86_64-server-fastdebug
>> 
>> Please review this change.
>> 
>> Thanks,
>> Rohit
>
> Good.
@vnkozlov 
Hello Vladimir, can you please sponsor this patch?
Another query I have is that to back port this patch to JDK11 branch, will opening a RFE be enough?
Regards,
Rohit
-------------
PR: https://git.openjdk.java.net/jdk/pull/1288
    
    
More information about the hotspot-dev
mailing list