On Fri, 17 Nov 2023 23:35:37 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Haven't tried, but I think `t.getChronology() instanceof IsoChronology` >> should work > > Now I tried and it didn't compile 🙂 It should have been > `t.query(TemporalQueries.chronology()) instanceof IsoChronology` JapaneseChronology is an IsoChronology so run the test again (before committing) to make sure. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16033#discussion_r1398222416