[threeten-dev] hg: threeten/threeten/jdk: 2 new changesets

roger.riggs at oracle.com roger.riggs at oracle.com
Sat Apr 27 12:06:31 PDT 2013


Changeset: bfd5f5ef2281
Author:    rriggs
Date:      2013-04-27 14:40 -0400
URL:       http://hg.openjdk.java.net/threeten/threeten/jdk/rev/bfd5f5ef2281

#263 Performance of Localized calendar initializations
  Defer the reading of the HijrahChronology data until
  it is first needed.
Update a crude test of the time it takes to list the available Chronologies

! src/share/classes/java/time/chrono/HijrahChronology.java
! test/java/time/test/java/time/chrono/TestChronologyPerf.java

Changeset: d8e31d2dd5a7
Author:    rriggs
Date:      2013-04-27 15:04 -0400
URL:       http://hg.openjdk.java.net/threeten/threeten/jdk/rev/d8e31d2dd5a7

Merge

- make/tools/javazic/Makefile
- make/tools/src/build/tools/javazic/BackEnd.java
- make/tools/src/build/tools/javazic/Checksum.java
- make/tools/src/build/tools/javazic/DayOfWeek.java
- make/tools/src/build/tools/javazic/Gen.java
- make/tools/src/build/tools/javazic/GenDoc.java
- make/tools/src/build/tools/javazic/Main.java
- make/tools/src/build/tools/javazic/Mappings.java
- make/tools/src/build/tools/javazic/Month.java
- make/tools/src/build/tools/javazic/Rule.java
- make/tools/src/build/tools/javazic/RuleDay.java
- make/tools/src/build/tools/javazic/RuleRec.java
- make/tools/src/build/tools/javazic/Simple.java
- make/tools/src/build/tools/javazic/Time.java
- make/tools/src/build/tools/javazic/Timezone.java
- make/tools/src/build/tools/javazic/Zone.java
- make/tools/src/build/tools/javazic/ZoneRec.java
- make/tools/src/build/tools/javazic/Zoneinfo.java
- src/share/classes/java/lang/annotation/InvalidContainerAnnotationError.java
! src/share/classes/java/time/chrono/HijrahChronology.java
- src/share/classes/java/time/format/DateTimeBuilder.java
- src/share/classes/java/time/format/DateTimeFormatStyleProvider.java
- src/share/classes/java/time/format/DateTimeFormatSymbols.java
- src/share/classes/java/time/temporal/Adjusters.java
- src/share/classes/java/time/temporal/Queries.java
- src/share/classes/java/util/function/Block.java
- src/share/classes/java/util/function/DoubleBlock.java
- src/share/classes/java/util/function/IntBlock.java
- src/share/classes/java/util/function/LongBlock.java
- src/share/classes/sun/security/util/KeyLength.java
- test/java/time/tck/java/time/TestChronology.java
! test/java/time/tck/java/time/chrono/TCKChronology.java
- test/java/time/tck/java/time/chrono/TestChronoLocalDate.java
- test/java/time/tck/java/time/chrono/TestChronoLocalDateTime.java
- test/java/time/tck/java/time/chrono/TestHijrahChronology.java
- test/java/time/tck/java/time/chrono/TestJapaneseChronology.java
- test/java/time/tck/java/time/chrono/TestMinguoChronology.java
- test/java/time/tck/java/time/chrono/TestThaiBuddhistChronology.java
- test/java/time/tck/java/time/format/TCKDateTimeFormatSymbols.java
- test/java/time/tck/java/time/temporal/TCKDateTimeAdjusters.java
- test/java/time/tck/java/time/temporal/TestChronoLocalDate.java
- test/java/time/tck/java/time/temporal/TestChronoLocalDateTime.java
- test/java/time/tck/java/time/temporal/TestChronoZonedDateTime.java
! test/java/time/test/java/time/chrono/TestChronologyPerf.java
- test/java/time/test/java/time/format/TestDateTimeFormatSymbols.java
- test/java/time/test/java/time/temporal/TestDateTimeAdjusters.java
- test/java/time/test/java/time/temporal/TestJapaneseChronoImpl.java
- test/java/time/test/java/time/temporal/TestThaiBuddhistChronoImpl.java
- test/javax/script/RhinoExceptionTest.java



More information about the threeten-dev mailing list