• Nicolas Geoffray's avatar
    Put a handle on the String object. · a96f316f
    Nicolas Geoffray authored
    Otherwise, a GC could occur in the loop below, and the String
    be moved (note that there was already one for the Class object to
    protect for that same problem).
    
    bug:27561834
    Change-Id: I5ad0e0cac148bc6e028d05eff67f18932ec46ea8
    a96f316f
java_lang_Class.cc 28.2 KB