1. 23 Feb, 2016 2 commits
  2. 22 Feb, 2016 3 commits
  3. 05 Feb, 2016 3 commits
  4. 28 Jan, 2016 3 commits
  5. 07 Nov, 2015 11 commits
  6. 06 Nov, 2015 1 commit
    • Rohit Agrawal's avatar
      Handle ACONST_NULL multidimensional arrays. · c2ea99d6
      Rohit Agrawal authored
      Instead of inferring that an AALOAD following an ACONST_NULL means that
      the null constant was of type Object[] and the result is of type Object,
      infer that the result is also null and don't infer the type of the null
      constant. Note that this is also incorrect but it doesn't matter since
      the code will always throw a NullPointerException at runtime.
      
      This removes dx's reliance on javac bug
      https://bugs.openjdk.java.net/browse/JDK-7040592
      
      Bug: 25075957
      
      (cherry picked from commit 54576c56)
      
      Change-Id: I021a6686cfc298ada50df04fd6b345f4ad838229
      c2ea99d6
  7. 04 Nov, 2015 1 commit
    • Rohit Agrawal's avatar
      Handle ACONST_NULL multidimensional arrays. · 54576c56
      Rohit Agrawal authored
      Instead of inferring that an AALOAD following an ACONST_NULL means that
      the null constant was of type Object[] and the result is of type Object,
      infer that the result is also null and don't infer the type of the null
      constant. Note that this is also incorrect but it doesn't matter since
      the code will always throw a NullPointerException at runtime.
      
      This removes dx's reliance on javac bug
      https://bugs.openjdk.java.net/browse/JDK-7040592
      
      Bug: 25075957
      Change-Id: Ic5818f5d8138b14afaa63026b0479a13f45ad241
      54576c56
  8. 17 Oct, 2015 1 commit
  9. 14 Oct, 2015 2 commits
  10. 07 Oct, 2015 4 commits
  11. 06 Oct, 2015 1 commit
  12. 24 Sep, 2015 4 commits
  13. 15 Sep, 2015 1 commit
  14. 14 Sep, 2015 3 commits