michaelm [Thu, 12 May 2016 16:06:17 +0100] rev 37897
8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
Reviewed-by: chegar
weijun [Thu, 12 May 2016 13:06:03 +0800] rev 37896
8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
Reviewed-by: wetmore, xuelei
weijun [Thu, 12 May 2016 09:49:42 +0800] rev 37895
8156501: DRBG not synchronized at reseeding
Reviewed-by: xuelei
smarks [Wed, 11 May 2016 17:37:11 -0700] rev 37894
8156810: remove redundant sentence in SecurityManager.checkMemberAccess doc
Reviewed-by: darcy
jlaskey [Wed, 11 May 2016 16:17:45 -0300] rev 37893
8156781: change to jlink has result in test failure
Reviewed-by: redestad
rriggs [Wed, 11 May 2016 14:01:29 -0400] rev 37892
8155978: Remove HTTP proxy implementation and tests from RMI
Reviewed-by: smarks
dfuchs [Wed, 11 May 2016 19:23:58 +0200] rev 37891
8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
Summary: runs each scenario in its own VM to avoid unwanted interaction and start from a clean slate.
Reviewed-by: mchung
shurailine [Tue, 10 May 2016 14:51:29 -0700] rev 37890
8156695: Fix @modules in tests in java/lang/management
Summary: As part of JDK-8155993, tests are updated to declare dependencies on jdk.management.
Reviewed-by: mchung
jlaskey [Wed, 11 May 2016 12:01:19 -0300] rev 37889
8156766: jdk/test/tools/jlink/plugins/SorterPluginTest.java broken
Reviewed-by: redestad
jlaskey [Wed, 11 May 2016 11:26:02 -0300] rev 37888
8155237: jlink plugin to order resources should take a class list as input
Reviewed-by: redestad
sla [Wed, 11 May 2016 11:04:47 +0200] rev 37887
8156658: Common way to run jtreg tests
Reviewed-by: erikj, dsamersoff
bgopularam [Wed, 11 May 2016 10:28:23 +0000] rev 37886
8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
Summary: Addded the necessary chck in IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR
Reviewed-by: rriggs, scolebourne
shurailine [Tue, 10 May 2016 13:48:07 -0700] rev 37885
8151914: java/util/jar/JarFile/MultiReleaseJar* tests do not declare module dependences
Reviewed-by: chegar
xuelei [Wed, 11 May 2016 05:02:20 +0000] rev 37884
8156716: Incorrect condition in test SupportedDHKeys.java
Reviewed-by: weijun
weijun [Wed, 11 May 2016 12:32:00 +0800] rev 37883
8154523: SHA1PRNG output should change after setSeed
Reviewed-by: xuelei
sherman [Tue, 10 May 2016 21:19:25 -0700] rev 37882
6328855: String: Matches hangs at short and easy Strings containing \r \n
6192895: java.util.regex.Matcher: Performance issue
6345469: java.util.regex.Matcher utilizes 100% of the CPU
6988218: RegEx matcher loops
6693451: RegEx matcher goes into infinite delay
7006761: Matcher.matches() has infinite loop
8140212: Slow performance of Matcher.find
8151481: j.u.regex.Pattern cleanup
6609854: Regex does not match correctly for negative nested character classes
4916384: CANON_EQ supports only combining character sequences with non-spacing marks
4867170: Pattern doesn't work with composite character in CANON_EQ mode
6995635: CANON_EQ pattern flag is buggy
6728861: ExceptionInInitializerError is caught when the pattern has precomposed character
6736245: A character in Composition Exclusion Table does not match itself
7080302: the normalization in java regex pattern may have flaw
Reviewed-by: rriggs, okutsu, alanb