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