stuefe [Mon, 13 Mar 2017 20:23:11 +0100] rev 46331
8173848: realpath is unsafe
Summary: Fix occurrences of realpath in hotspot to use safe POSIX.1-2008 form.
Reviewed-by: dsamersoff, dholmes, clanger
tschatzl [Thu, 16 Mar 2017 09:05:20 +0100] rev 46330
8155094: Add logging for long lasting methods found in JDK-8152948
Summary: Adds logging for DerivedPointerTable, TLAB preparation and resizing, and new collection set setup work
Reviewed-by: kbarrett, sangheki
coleenp [Wed, 15 Mar 2017 10:25:37 -0400] rev 46329
8155672: Remove instanceKlassHandles and KlassHandles
Summary: Summary: Use unhandled pointers for Klass and InstanceKlass, remove handles with no implementation.
Reviewed-by: dholmes, lfoltan, vlivanov, sspitsyn
tschatzl [Wed, 15 Mar 2017 11:44:46 +0100] rev 46328
8168467: Use TaskEntry as task mark queue elements
Summary: Change the mark stack to use TaskEntry queue elements to improve type safety instead of casting around raw pointers.
Reviewed-by: kbarrett, sangheki
coleenp [Tue, 14 Mar 2017 14:07:24 -0400] rev 46327
Merge
zmajo [Mon, 13 Mar 2017 13:01:47 +0100] rev 46326
8159734: Consistency check fails with -XX:-ProfileInterpreter
Summary: Re-establish the consistency of profiling information also with -XX:-ProfileInterpreter.
Reviewed-by: kvn
thartmann [Mon, 13 Mar 2017 12:13:09 +0100] rev 46325
8176441: assert(false) failed: modified node was not processed by IGVN.transform_old()
Summary: The shiftNode needs to be added to the IGVN worklist after being modified.
Reviewed-by: kvn, vlivanov
iklam [Fri, 03 Mar 2017 23:08:35 -0800] rev 46324
8005165: Remove CPU-dependent code in self-patching vtables
Reviewed-by: coleenp, stuefe, jiangli
ctornqvi [Fri, 10 Mar 2017 12:58:37 -0500] rev 46323
8175300: Enable artifact resolution for jtreg tests
Reviewed-by: ihse, gtriantafill
hseigel [Fri, 10 Mar 2017 08:04:17 -0500] rev 46322
8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
Summary: Use GrowableArray append() instead of append_if_missing() to stop searching for duplicates
Reviewed-by: redestad, coleenp, dholmes, gtriantafill
sangheki [Thu, 09 Mar 2017 15:00:23 -0800] rev 46321
8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par()
Reviewed-by: tschatzl, kbarrett
stuefe [Wed, 08 Mar 2017 19:25:15 +0100] rev 46320
8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit
Reviewed-by: cjplummer, dholmes
aharlap [Thu, 09 Mar 2017 10:48:44 +0100] rev 46319
8165674: G1CMMarkStack::out_of_memory possibly redundant
Summary: Remove the redundant G1CMMarkStack::_out_of_memory member.
Reviewed-by: kbarrett, tschatzl
kvn [Thu, 09 Mar 2017 01:07:28 +0000] rev 46318
Merge