src/share/vm/adlc/formssel.cpp

changeset 8670
68df1db6880e
parent 6680
78bbf4d43a14
child 8856
ac27a9c85bea
child 9615
c5e1abd2d0af
equal deleted inserted replaced
8668:c49daa7f447f 8670:68df1db6880e
646 if( strcmp(_matrule->_opType,"MemBarRelease") == 0 ) return true; 646 if( strcmp(_matrule->_opType,"MemBarRelease") == 0 ) return true;
647 if( strcmp(_matrule->_opType,"MemBarAcquire") == 0 ) return true; 647 if( strcmp(_matrule->_opType,"MemBarAcquire") == 0 ) return true;
648 if( strcmp(_matrule->_opType,"MemBarReleaseLock") == 0 ) return true; 648 if( strcmp(_matrule->_opType,"MemBarReleaseLock") == 0 ) return true;
649 if( strcmp(_matrule->_opType,"MemBarAcquireLock") == 0 ) return true; 649 if( strcmp(_matrule->_opType,"MemBarAcquireLock") == 0 ) return true;
650 if( strcmp(_matrule->_opType,"MemBarStoreStore") == 0 ) return true; 650 if( strcmp(_matrule->_opType,"MemBarStoreStore") == 0 ) return true;
651 if( strcmp(_matrule->_opType,"MemBarVolatile") == 0 ) return true;
651 if( strcmp(_matrule->_opType,"StoreFence") == 0 ) return true; 652 if( strcmp(_matrule->_opType,"StoreFence") == 0 ) return true;
652 if( strcmp(_matrule->_opType,"LoadFence") == 0 ) return true; 653 if( strcmp(_matrule->_opType,"LoadFence") == 0 ) return true;
653 654
654 return false; 655 return false;
655 } 656 }

mercurial