igerasim [Wed, 10 Feb 2016 16:16:48 +0300] rev 35774
8046339: sun.rmi.transport.DGCAckHandler leaks memory
Reviewed-by: smarks
srastogi [Wed, 10 Feb 2016 11:04:13 +0100] rev 35773
8071368: Use more concrete types for NamedFunction constants in the code
Reviewed-by: psandoz, vlivanov, mhaupt
srastogi [Wed, 10 Feb 2016 10:44:58 +0100] rev 35772
8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Reviewed-by: psandoz, mhaupt
darcy [Tue, 09 Feb 2016 11:58:36 -0800] rev 35771
8149492: Problem list CheckEncodings.sh
Reviewed-by: rriggs
rpatil [Tue, 09 Feb 2016 11:57:57 +0530] rev 35770
8148446: (tz) Support tzdata2016a
Reviewed-by: okutsu, aefimov
rpatil [Tue, 09 Feb 2016 11:17:28 +0530] rev 35769
8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
Summary: While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java.
Reviewed-by: rriggs, aefimov
shurailine [Mon, 08 Feb 2016 18:14:48 -0800] rev 35768
8149391: Fix module dependences in java/util tests
Reviewed-by: mchung