robm [Tue, 28 Jun 2016 20:03:29 +0100] rev 39309
8143640: Showing incorrect result while passing specific argument in the Java launcher tools
Reviewed-by: ksrini
jlaskey [Tue, 28 Jun 2016 16:07:23 -0300] rev 39308
8160459: jlink minor code clean up
Reviewed-by: mchung
rpatil [Mon, 27 Jun 2016 11:52:49 +0530] rev 39307
8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
Summary: This patch adds a new configurable property "java.util.logging.FileHandler.maxLocks" to java.util.logging.FileHandler which can be defined in the logging configuration file and makes it possible to configure the maximum number of concurrent log file locks a FileHandler can handle. If not overridden, the default value of maxLocks (100) remains unchanged.
Reviewed-by: dfuchs, coffeys
amlu [Tue, 28 Jun 2016 14:39:09 +0800] rev 39306
8156536: Remove intermittent key from TreeTest.java and move back to tier1
Reviewed-by: darcy
rgoel [Tue, 28 Jun 2016 13:47:01 +0900] rev 39305
8158504: test/sun/util/locale/provider/Bug8038436.java: non English locale(s) included in available locales
Reviewed-by: okutsu, naoto
sundar [Tue, 28 Jun 2016 09:57:09 +0530] rev 39304
8160346: JLinkTest.java should compute exact number of plugins from jdk.jlink module
Reviewed-by: jlaskey, mchung
mchung [Mon, 27 Jun 2016 20:22:04 -0700] rev 39303
8159596: Add java --dry-run
Reviewed-by: alanb, ksrini