iveresov [Wed, 22 Mar 2017 13:42:45 -0700] rev 46344
8177046: Update Graal
Summary: Update Graal, make appropriate changes to AOT, and the build system.
Reviewed-by: kvn
kzhaldyb [Mon, 12 Dec 2016 16:16:27 +0300] rev 46343
8171090: Convert VMStruct_test to GTest
Reviewed-by: iignatyev
kzhaldyb [Wed, 21 Dec 2016 12:47:29 +0300] rev 46342
8171848: ObjectMonitor verify() and print() methods are empty
Reviewed-by: dholmes
hseigel [Tue, 21 Mar 2017 11:25:18 -0400] rev 46341
8176705: Remove static functions in InstanceKlass
Summary: Change static functions to instance functions and remove their 'this_k' parameters.
Reviewed-by: dholmes, mgerdin, iklam
tschatzl [Tue, 21 Mar 2017 11:21:11 +0100] rev 46340
8176881: DerivedPointerTable Update log message in wrong order in regards to Redirty Cards
Reviewed-by: sjohanss, jprovino
jwilhelm [Fri, 17 Mar 2017 21:15:12 -0700] rev 46339
8177070: Quarantine tests due to JDK-8177069
Reviewed-by: iveresov, iignatyev
jwilhelm [Thu, 16 Mar 2017 16:40:41 -0700] rev 46338
Merge
dholmes [Sun, 19 Mar 2017 16:40:09 -0400] rev 46337
8175817: Clean up Solaris signal code: SIGUSR2, SIGasync, SIGJVM1/2
Reviewed-by: rehn, stuefe, dsamersoff
sspitsyn [Fri, 17 Mar 2017 15:26:49 +0000] rev 46336
Merge
sspitsyn [Fri, 17 Mar 2017 08:19:05 -0700] rev 46335
8176831: Dead code: function jmm_GetLoadedClasses is not used in jmm_interface
Summary: Remove the dead code
Reviewed-by: dholmes, coleenp
shshahma [Tue, 14 Mar 2017 22:14:33 -0700] rev 46334
8167425: Redundant code in method PerfLongVariant::sample
Reviewed-by: dholmes, coleenp, sspitsyn
stuefe [Wed, 14 Dec 2016 09:14:16 +0100] rev 46333
8170933: Cleanup Metaspace Chunk manager: Unify treatment of humongous and non-humongous chunks
Reviewed-by: mgerdin, coleenp
dholmes [Thu, 16 Mar 2017 09:43:26 +0000] rev 46332
Merge
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