• Ian Rogers's avatar
    Avoid race in single thread suspension. · 6093a5c2
    Ian Rogers authored
    Don't allow more than one concurrent single thread suspension to avoid
    potential cycles and deadlocks where threads try to suspend each other.
    Bug: 16364458, 16354227
    
    (cherry picked from commit f3d874c6)
    
    Change-Id: I907f1d5591a6aa5c241d37d6b4a34f968f98df77
    6093a5c2
dalvik_system_VMStack.cc 5.4 KB