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
vlivanov [Tue, 31 Jan 2017 01:11:40 +0300] rev 43675
8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
Reviewed-by: jrose, dlong, kvn
vlivanov [Mon, 30 Jan 2017 16:04:22 +0300] rev 43674
8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
Reviewed-by: kvn
vlivanov [Mon, 30 Jan 2017 16:03:25 +0300] rev 43673
8158546: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: kvn
never [Mon, 30 Jan 2017 10:30:24 -0800] rev 43672
8173584: Add unit test for 8173309
Reviewed-by: kvn
jgeorge [Mon, 30 Jan 2017 13:48:14 +0530] rev 43671
8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
Summary: Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
Contributed-by: jini.george@oracle.com
dpochepk [Fri, 27 Jan 2017 21:39:12 +0100] rev 43670
Merge
dpochepk [Fri, 27 Jan 2017 18:44:15 +0300] rev 43669
8173399: Jittester: sources should be aligned with latest product state
Reviewed-by: kvn
aph [Fri, 27 Jan 2017 18:22:09 +0000] rev 43668
Merge