weijun [Mon, 27 Aug 2012 10:23:43 +0800] rev 13590
7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix
Reviewed-by: mullan
mchung [Fri, 24 Aug 2012 22:55:49 -0700] rev 13589
7193339: Prepare system classes be defined by a non-null module loader
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
khazra [Fri, 24 Aug 2012 11:48:51 -0700] rev 13588
7168172: (fs) Files.isReadable slow on Windows
Summary: Remove DACL checking for read access, also reviewed by Ulf.Zibis@CoSoCo.de, zhong.j.yu@gmail.com
Reviewed-by: alanb
alanb [Fri, 24 Aug 2012 19:35:30 +0100] rev 13587
7193933: More ProblemList.txt updates (8/2012)
Reviewed-by: darcy, chegar
naoto [Fri, 24 Aug 2012 10:13:58 -0700] rev 13586
7193601: Build breakage with the fix to 6336885 (build-infra build)
Reviewed-by: mduigou
alanb [Thu, 23 Aug 2012 13:07:08 +0100] rev 13585
7191587: (se) SelectionKey.interestOps does not defer changing the interest set to the next select [macosx]
Reviewed-by: alanb
Contributed-by: Jason T Greene <jason.greene@redhat.com>
dingxmin [Thu, 23 Aug 2012 16:28:17 +0800] rev 13584
7193463: Improve registering signal handlers in java.lang.Terminator.setup()
Reviewed-by: dholmes, alanb
naoto [Tue, 21 Aug 2012 11:00:30 -0700] rev 13583
6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
Reviewed-by: erikj, sherman, peytoia
alanb [Tue, 21 Aug 2012 13:42:08 +0100] rev 13582
7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close
Reviewed-by: alanb
Contributed-by: Shirish Kuncolienkar <shirishk@linux.vnet.ibm.com>
robm [Mon, 20 Aug 2012 14:52:12 +0100] rev 13581
7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896
Reviewed-by: dholmes, alanb
weijun [Mon, 20 Aug 2012 07:59:26 +0800] rev 13580
7192202: Make sure keytool prints both unknown and unparseable extensions
Reviewed-by: mullan
alanb [Sun, 19 Aug 2012 13:29:01 +0100] rev 13579
7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11]
Reviewed-by: chegar
alanb [Sun, 19 Aug 2012 13:03:00 +0100] rev 13578
7192275: Minimize LogManager dependencies on java.beans
Summary: Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage.
Reviewed-by: dcubed, dsamersoff, mchung
ksrini [Fri, 17 Aug 2012 08:28:48 -0700] rev 13577
7190750: (pack200) the java unpacker produces non spec. compliant classfile with lambda classfiles
Reviewed-by: jrose
dcubed [Fri, 17 Aug 2012 12:51:23 -0700] rev 13576
7191322: add test for 7064927 to java.lang.instrument
Summary: Add support for canRetransform attribute to the test manager. Add test for 7064927.
Reviewed-by: dsamersoff, sspitsyn, ohair