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