ksrini [Tue, 07 May 2013 13:37:03 -0700] rev 20797
8013506: Better Pack200 data handling
Reviewed-by: jrose, kizune, mschoene
jbachorik [Tue, 23 Apr 2013 09:37:31 +0200] rev 20796
8011081: Improve jhat
Summary: Properly escape HTML output
Reviewed-by: alanb, mschoene, sundar
rriggs [Tue, 15 Oct 2013 13:14:03 -0400] rev 20795
8025722: TemporalAdjusters and TemporalQueries
Summary: Move static from interfaces methods to supporting classes
Reviewed-by: sherman
scolebourne [Tue, 09 Jul 2013 21:35:04 +0100] rev 20794
8025719: Change Chronology to an interface
Summary: Split Chronology and add AbstractChronology
Reviewed-by: darcy
Contributed-by: scolebourne@joda.org
rriggs [Thu, 26 Sep 2013 23:05:29 -0700] rev 20793
8025720: Separate temporal interface layer
Summary: Remove ZoneId and Chronology from TemporalField interface
Reviewed-by: sherman
Contributed-by: scolebourne@joda.org
dfuchs [Tue, 15 Oct 2013 13:01:28 +0200] rev 20792
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged.
Reviewed-by: alanb, mchung, dholmes
alanb [Tue, 15 Oct 2013 10:52:09 +0100] rev 20791
8026398: Can't load jdk.Exported, ClassNotFoundException
Reviewed-by: chegar, mchung