sherman [Thu, 14 Aug 2014 15:54:04 -0700] rev 25986
8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
Summary: To use the offset based new parse methods.
Reviewed-by: sherman
Contributed-by: claes.redestad@oracle.com
dfuchs [Thu, 14 Aug 2014 15:18:11 +0200] rev 25985
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
Summary: This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread.
Reviewed-by: dholmes