"git@repo.buzztime.com:halo/libcore.git" did not exist on "1791f6be1bd2733babb0c862ad8509f4c847b48f"
Fix crash in selector.wakeup() with closed selector
Neil Fuller authored
Selector.wakeup() can throw an undeclared IOException
(from native code).

This is not compatible with the signature of wakeup(). In prior
Android releases no exception is thrown in this case.

This change reverts the behavior to the same as prior Android
releases.

Many thanks to diddysbestbud@ for the report.

Bug: https://code.google.com/p/android/issues/detail?id=80785
Bug: 18548071
Change-Id: I5421e8a0ae1fdf2cde9cb635dae56b4fd02b6ac4
1791f6be
Name Last commit Last update
benchmarks Add benchmark for reflection performance on large classes.
dalvik Improve DexFile debugging
dex/src Add DexIndexOverflowException
dom/src/test Remove all the remaining AllTests cruft.
expectations Revert "Suppress zip & spdy tests that are OOMing with a 48MB max heap."
harmony-tests/src/test am 80a166b4: Merge "Do not run the multicast tests if the device doesn’t support multicast." into lmp-sprout-dev
include Pass BCP-47 tags and not Locale.toString results to ICU.
json Add missing JSONObject#keySet API.
jsr166-tests/src/test/java/jsr166 Fix jsr166 tests
libart/src/main/java Move dexCacheStrings from ArtMethod to ArtClass
luni Fix crash in selector.wakeup() with closed selector
support am 939e6a1a: Fix URLConnectionTest for devices without full internet access.
xml/src/main/java/org Improve support for non-BMP characters in XML.
Android.mk Dalvik is dead, long live Dalvik!
CaCerts.mk Remove deprecated WITH_HOST_DALVIK.
CleanSpec.mk CA certificates update
Docs.mk Dalvik is dead, long live Dalvik!
JavaLibrary.mk Remove prohibition on stripping classes.dex from core-libart for Dalvik/ART dual-boot
NOTICE Remove JavaSQLite & JUnit licenses.
NativeCode.mk am 60e4a65d: am 916c54b2: Merge "Enable host multilib for ART testing."
run-libcore-tests Allow the user to specify the packages to test.