< prev index next >

src/hotspot/share/adlc/formssel.cpp

Print this page

        

*** 3515,3524 **** --- 3515,3530 ---- "LoadBarrierSlowReg", "LoadBarrierWeakSlowReg" }; int cnt = sizeof(needs_ideal_memory_list)/sizeof(char*); if( strcmp(_opType,"PrefetchAllocation")==0 ) return 1; + if( strcmp(_opType,"CacheWB")==0 ) + return 1; + if( strcmp(_opType,"CacheWBPreSync")==0 ) + return 1; + if( strcmp(_opType,"CacheWBPostSync")==0 ) + return 1; if( _lChild ) { const char *opType = _lChild->_opType; for( int i=0; i<cnt; i++ ) if( strcmp(opType,needs_ideal_memory_list[i]) == 0 ) return 1;
< prev index next >