1. 13 May, 2016 1 commit
    • Przemyslaw Szczepaniak's avatar
      Ensure that java.lang.reflect.Field is initialized · a2b147ea
      Przemyslaw Szczepaniak authored
      Recent change in libcore (a move of clinit code
      to register function for java.net.InetAddress
      class) was triggering a failure in 119-noimage-patchoat
      test. Failure was occurring when the test was running
      without the image. This was caused by the
      java.lang.reflect.Field not being initialized when
      running InetAddress.<clinit>, which is a side effect
      of calling JNIEnv->GetMethodId inside the libcore JNI_OnLoad.
      
      This changes makes sure that this class is initialized
      when we're running without image.
      
      Bug: 28153851
      Change-Id: I8aeb5eb312a163c452c40b851112544a8340e488
      a2b147ea
  2. 12 May, 2016 2 commits
  3. 11 May, 2016 10 commits
  4. 10 May, 2016 27 commits