ascarpino [Wed, 08 Feb 2017 10:56:59 -0800] rev 43696
8174157: Backout 8151116
Reviewed-by: mullan
rriggs [Wed, 08 Feb 2017 13:17:31 -0500] rev 43695
8174128: [testbug] Remove implementation dependency from java.time TCK tests
Reviewed-by: dfuchs, scolebourne
dfuchs [Wed, 08 Feb 2017 16:33:52 +0000] rev 43694
8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection.
Summary: StackWalker is fixed to take into account constructor reflection frames. The specification of StackWalker.Option.SHOW_REFLECT_FRAMES is also clarified in this regard.
Reviewed-by: bchristi, lancea, mchung, psandoz
coffeys [Wed, 08 Feb 2017 08:40:25 +0000] rev 43693
8173783: IllegalArgumentException: jdk.tls.namedGroups
Reviewed-by: xuelei, wetmore
ascarpino [Tue, 07 Feb 2017 19:55:10 -0800] rev 43692
8151116: Add extended key usage constraint to the jdk.certpath.disabledAlgorithms security property
Reviewed-by: wetmore
mchung [Tue, 07 Feb 2017 16:41:26 -0800] rev 43691
8173712: Rename JAVA_OPTIONS environment variable to JDK_JAVA_OPTIONS
Reviewed-by: henryjen, psandoz
smarks [Tue, 07 Feb 2017 13:45:26 -0800] rev 43690
8044626: Update RMI specifications to reflect modularization changes
8165649: Re-examine if Activatable object can be created from non-public class and/or constructor
Reviewed-by: alanb, mchung
rpatil [Wed, 08 Feb 2017 02:23:32 +0530] rev 43689
8173943: Change error reporting of LauncherHelper to include actual Error class name
Reviewed-by: alanb, ksrini
lancea [Tue, 07 Feb 2017 14:07:24 -0500] rev 43688
8169313: java.xml.ws not granted NetPermission(getProxySelector)
Reviewed-by: alanb, aefimov, mchung
bpb [Tue, 07 Feb 2017 11:01:04 -0800] rev 43687
8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
Summary: On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb