lana [Thu, 15 Sep 2016 21:09:16 +0000] rev 40933
Merge
amurillo [Sat, 10 Sep 2016 12:18:31 -0700] rev 40932
Merge
mgerdin [Fri, 02 Sep 2016 16:45:16 +0200] rev 40931
8161079: Default heap size causes native memory exhaustion on 32 bit Windows
Reviewed-by: tschatzl, sjohanss
dholmes [Wed, 07 Sep 2016 23:17:24 +0200] rev 40930
Merge
dholmes [Wed, 07 Sep 2016 16:43:32 -0400] rev 40929
8165153: Crash in rebuild_cpu_to_node_map
Summary: use processor_count(), not active_processor_count() to determine physical number of CPUs
Reviewed-by: rehn, cjplummer
coleenp [Wed, 07 Sep 2016 19:29:01 +0000] rev 40928
Merge
coleenp [Wed, 07 Sep 2016 15:25:21 -0400] rev 40927
8165246: [REDO] InstanceKlass::_previous_version_count goes negative
Summary: make _has_previous_version a boolean that is set to true when previous version of a class is added or during class unloading call to purge_previous_versions
Reviewed-by: gtriantafill, dcubed, sspitsyn
fparain [Wed, 07 Sep 2016 12:52:20 -0400] rev 40926
8137035: nsk/stress/stack/stack tests got EXCEPTION_STACK_OVERFLOW on Windows 64 bit
Reviewed-by: dholmes, dcubed, coleenp
mlarsson [Wed, 07 Sep 2016 15:21:45 +0200] rev 40925
Merge
mlarsson [Wed, 07 Sep 2016 14:36:44 +0200] rev 40924
8165226: Bad -Xloggc: arguments crashes the VM
Reviewed-by: dsamersoff, sjohanss
hseigel [Wed, 07 Sep 2016 07:19:48 -0400] rev 40923
8058575: IllegalAccessError trying to access package-private class from VM anonymous class
Summary: Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class.
Reviewed-by: coleenp, acorn
tschatzl [Wed, 07 Sep 2016 09:20:10 +0200] rev 40922
8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
Summary: Separate number of workers used debugging information from adaptive worker sizing log messages.
Reviewed-by: ehelin, sjohanss, jmasa
rprotacio [Tue, 06 Sep 2016 22:52:35 +0200] rev 40921
Merge
rprotacio [Tue, 06 Sep 2016 16:29:32 -0400] rev 40920
8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors
Summary: Enforces proper format checking for NameAndType string content, and that the checking occurs even when not referenced in classfile
Reviewed-by: coleenp, hseigel, ddmitriev
dsamersoff [Tue, 06 Sep 2016 09:54:45 +0300] rev 40919
8165114: stale reference to hotspot test Test8028623.java
Summary: Remove Test8028623.java from hotspot/test/TEST.groups
Reviewed-by: sla, dholmes
Contributed-by: sharath.ballal@oracle.com
mdoerr [Mon, 05 Sep 2016 20:40:08 -0400] rev 40918
8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
Reviewed-by: kbarrett, dholmes