lana [Thu, 09 Feb 2017 18:10:19 +0000] rev 43707
Merge
msheppar [Thu, 09 Feb 2017 15:56:40 +0000] rev 43706
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
Reviewed-by: lancea, alanb
bpb [Thu, 09 Feb 2017 07:48:19 -0800] rev 43705
8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
Summary: Corrected timing problem with multiple threads setting static variables
Reviewed-by: clanger, alanb
ssahoo [Thu, 09 Feb 2017 05:19:48 -0800] rev 43704
8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
Summary: If a malformed policy file is encountered when running with a custom system class loader then it leads to a recursive initialization issue
Reviewed-by: mullan
dlsmith [Wed, 08 Feb 2017 17:28:15 -0700] rev 43703
8174226: Test failures after JDK-8033076
Summary: Reverting JDK-8033076 for now
Reviewed-by: darcy
dlsmith [Wed, 08 Feb 2017 14:23:59 -0700] rev 43702
8033076: LambdaMetafactory should use types in implMethod.type()
Reviewed-by: psandoz
ascarpino [Wed, 08 Feb 2017 12:08:28 -0800] rev 43701
8160655: Fix denyAfter and usage types for security properties
Reviewed-by: mullan, xuelei
dlsmith [Wed, 08 Feb 2017 12:27:45 -0700] rev 43700
8173587: LambdaMetafactory needs to validate descriptors and method name
Reviewed-by: psandoz
valeriep [Wed, 08 Feb 2017 19:22:51 +0000] rev 43699
Merge
valeriep [Wed, 08 Feb 2017 19:20:09 +0000] rev 43698
8173708: Re-enable AES cipher with CFB128 mode for Ucrypto provider
Summary: Updated Ucrypto config file to remove the disabled mechanisms
Reviewed-by: wetmore
ascarpino [Wed, 08 Feb 2017 11:01:05 -0800] rev 43697
8173410: Add commented config line for jdk.security.provider.preferred
Reviewed-by: wetmore
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
duke [Wed, 05 Jul 2017 22:50:47 +0200] rev 43686
Merge
jwilhelm [Thu, 09 Feb 2017 23:35:22 +0100] rev 43685
Merge
jwilhelm [Thu, 09 Feb 2017 23:15:52 +0100] rev 43684
Merge
iveresov [Thu, 02 Feb 2017 16:57:01 -0800] rev 43683
8173846: [AOT] Stubs hang onto intermediate compiler state forever
Summary: Stub shouldn't keep alive the graph
Reviewed-by: kvn
Contributed-by: tom.rodriguez@oracle.com
never [Mon, 30 Jan 2017 17:29:48 -0800] rev 43682
8173227: [JVMCI] HotSpotJVMCIMetaAccessContext.fromClass is inefficient
Reviewed-by: dnsimon
jwilhelm [Wed, 01 Feb 2017 00:56:16 +0100] rev 43681
Merge
jwilhelm [Tue, 31 Jan 2017 20:54:45 +0100] rev 43680
Merge
dcubed [Tue, 31 Jan 2017 14:33:36 -0800] rev 43679
8173693: disable post_class_unload() for non JavaThread initiators
Reviewed-by: sspitsyn, gthornbr
bchristi [Tue, 31 Jan 2017 20:04:54 +0000] rev 43678
Merge
bchristi [Tue, 31 Jan 2017 11:50:42 -0800] rev 43677
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
Reviewed-by: coleenp, mchung
thartmann [Tue, 31 Jan 2017 18:42:45 +0100] rev 43676
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov