Skip to content
Snippets Groups Projects
  1. Apr 17, 2017
    • Kalle Raita's avatar
      Clone System properties before iterating · ae369e17
      Kalle Raita authored
      Iterating over the live set retrieved from System.getProperties() can
      cause trouble as any modification to the System properties during
      iteration here will trigger concurrent modification exception. It's
      safer to first clone the live set and iterate over the clone.
      
      Bug: 36820084
      Test: 40000 iterations of CTS unit tests
      Change-Id: I647a6cc8ab9d3a51204e635bfd3250c035a77e68
      ae369e17
  2. Dec 29, 2015
  3. Mar 18, 2015
  4. Mar 12, 2015
  5. Feb 08, 2011
  6. Jan 26, 2011
  7. May 11, 2010
  8. Apr 16, 2010
  9. Mar 09, 2010
  10. Feb 03, 2010
  11. Feb 02, 2010
Loading