kzhaldyb [Mon, 05 Sep 2016 20:31:03 +0300] rev 41289
8165439: Convert Test_TempNewSymbol to GTest
Reviewed-by: dholmes, coleenp
sspitsyn [Wed, 21 Sep 2016 08:38:21 +0000] rev 41288
Merge
sspitsyn [Wed, 21 Sep 2016 01:33:21 -0700] rev 41287
8147943: jvmti.h generated with GPL header
Summary: Generate the jvmti.h with the GPL+CP header
Reviewed-by: dcubed, alanb
jprovino [Tue, 20 Sep 2016 22:38:26 +0000] rev 41286
Merge
jprovino [Tue, 20 Sep 2016 20:45:35 +0000] rev 41285
Merge
jprovino [Tue, 20 Sep 2016 10:27:51 -0400] rev 41284
8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC
Summary: G1 does not return a correct value for the CollectedHeap::millis_since_last_gc()
Reviewed-by: tschatzl, kbarrett
eosterlund [Tue, 20 Sep 2016 15:42:17 -0400] rev 41283
8033552: Fix missing missing volatile specifiers in CAS operations in GC code
Summary: Add missing volatile specifiers.
Reviewed-by: kbarrett, tschatzl
ccheung [Tue, 20 Sep 2016 20:22:19 +0200] rev 41282
Merge
ccheung [Tue, 20 Sep 2016 10:37:19 -0700] rev 41281
8164011: --patch-module support for CDS
Summary: allows the use of the --patch-module vm option with CDS. However, classes found in --patch-module during dump time will not be archived.
Reviewed-by: iklam, dcubed, lfoltan
bchristi [Tue, 20 Sep 2016 10:04:55 -0700] rev 41280
8165372: StackWalker performance regression following JDK-8147039
Summary: Stack walking can use javaVFrame or vframeStream
Reviewed-by: coleenp, mchung