diff options
author | Tobias Thierer <tobiast@google.com> | 2017-05-09 21:59:19 +0100 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2017-05-18 23:24:35 +0100 |
commit | 94200e5a4eb40bb8a32b7c87c6eb6ea48cfc3b79 (patch) | |
tree | e420c9dc9e7e79e59004badce0e5afb66f7ed317 /include/ScopedJavaUnicodeString.h | |
parent | b122b7428394a1dfcd94a5e62824eca326a9d254 (diff) |
Apply upstream OpenJDK 9 compilation fix to JapaneseDate.
This downstreams this change from OpenJDK 9:
http://hg.openjdk.java.net/jdk9/dev/jdk/rev/2b7b09c81bf1
to refactor a
ChronoLocalDate.super.isSupported(field)
call in JapaneseDate into an equivalent
super.isSupported(field)
call.
The represents no behavior change, but some toolchains only accept
the code from after this CL.
isSupported(TemporalField) is a default method from the ChronoLocalDate
interface. JapaneseDate implements the interface indirectly via the
abstract class ChronoLocalDateImpl, which does not override
isSupported().
Test: Treehugger build succeeds
Bug: 38177295
Change-Id: Ibce31170f3e0af2994321550ab142e64c9bf938f
Diffstat (limited to 'include/ScopedJavaUnicodeString.h')
0 files changed, 0 insertions, 0 deletions