src/hotspot/share/adlc/formssel.cpp
changeset 57804 9b7b9f16dfd9
parent 55743 fb2b47f0e067
child 57986 2172fd713350
equal deleted inserted replaced
57803:23e3ab980622 57804:9b7b9f16dfd9
  3515 #endif
  3515 #endif
  3516     "ClearArray"
  3516     "ClearArray"
  3517   };
  3517   };
  3518   int cnt = sizeof(needs_ideal_memory_list)/sizeof(char*);
  3518   int cnt = sizeof(needs_ideal_memory_list)/sizeof(char*);
  3519   if( strcmp(_opType,"PrefetchAllocation")==0 )
  3519   if( strcmp(_opType,"PrefetchAllocation")==0 )
       
  3520     return 1;
       
  3521   if( strcmp(_opType,"CacheWB")==0 )
       
  3522     return 1;
       
  3523   if( strcmp(_opType,"CacheWBPreSync")==0 )
       
  3524     return 1;
       
  3525   if( strcmp(_opType,"CacheWBPostSync")==0 )
  3520     return 1;
  3526     return 1;
  3521   if( _lChild ) {
  3527   if( _lChild ) {
  3522     const char *opType = _lChild->_opType;
  3528     const char *opType = _lChild->_opType;
  3523     for( int i=0; i<cnt; i++ )
  3529     for( int i=0; i<cnt; i++ )
  3524       if( strcmp(opType,needs_ideal_memory_list[i]) == 0 )
  3530       if( strcmp(opType,needs_ideal_memory_list[i]) == 0 )