1Exercise Dalvik-specific DEX file feature. Will not work on RI. 2 3If these conditions are met: 4* When we are loading in a secondary dex file 5* and when dex2oat is not used 6* and the dex file is stored uncompressed in a ZIP file 7 8Then check: 9* The dex file is memory-mapped file-backed as clean memory 10(i.e. there is no extraction step) 11 12