Improve change markers for TimeUnit, VerifyAccess.
- Like the other classes in java.util.concurrent,
TimeUnit is based on a revision of OpenJDK 9
between 9b113 and 9b114.
- VerifyAccess is based on OpenJDK 8u60 and should
be updated to OpenJDK 8u121-b13 in a future CL.
Bug: 35910877
Bug: 62527337
Test: ${ANDROID_BUILD_TOP}/libcore/tools/upstream/upstream-diff \
-r ojluni,8u60 sun.invoke.util.VerifyAccess
Test: ${ANDROID_BUILD_TOP}/libcore/tools/upstream/upstream-diff \
-r ojluni,9b113+ java.util.concurrent.TimeUnit
Change-Id: Ic507161b36bdaa288f25978c5dca65506746b907
Loading
Please sign in to comment