alanb [Mon, 03 Feb 2014 14:00:43 +0000] rev 22631
8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
8032668: Check jdk/src/solaris/native/java/io for pending JNI exception issues
Reviewed-by: chegar, simonis
darcy [Sat, 01 Feb 2014 10:27:55 -0800] rev 22630
8033223: Fix serial lint warnings in sun.{font, java2d[.*]}
Reviewed-by: bae
rriggs [Fri, 31 Jan 2014 13:42:31 -0500] rev 22629
8032221: Typo in java.util.date
Summary: trancate -> truncate; updated html <code> and <tt> to use {@code ...}
Reviewed-by: darcy, lancea
chegar [Fri, 31 Jan 2014 18:32:07 +0000] rev 22628
8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
Reviewed-by: martin, psandoz