mseledtsov [Tue, 18 Apr 2017 14:18:43 -0700] rev 46389
8177728: [TESTBUG] Improve CDS test utils
Summary: Improved and expanded CDS test utils; updated CDS tests to use new utils.
Reviewed-by: jiangli, ccheung
jwilhelm [Tue, 18 Apr 2017 22:25:33 +0200] rev 46388
Merge
rprotacio [Tue, 18 Apr 2017 13:19:42 -0400] rev 46387
8176472: Lazily create ModuleEntryTable
Summary: Moved the unnamed module out of the ModuleEntryTable and into the ClassLoaderData so that the MET can be lazily created only when other modules are present. Also a smaller PackageTable size.
Reviewed-by: gtriantafill, hseigel, lfoltan, coleenp
simonis [Fri, 24 Mar 2017 16:35:37 +0100] rev 46386
8176580: [ppc, s390] CRC32C: wrong checksum result in some cases
Reviewed-by: simonis, mdoerr
Contributed-by: lutz.schmidt@sap.com
iignatyev [Fri, 14 Apr 2017 15:47:33 -0700] rev 46385
8178727: CTW should provide class names in error messages
Reviewed-by: kvn
kbarrett [Thu, 13 Apr 2017 16:38:39 -0400] rev 46384
8169517: WhiteBox should provide concurrent GC phase control
Summary: Added WhiteBox API and G1 implementation.
Reviewed-by: shade, dfazunen
iignatyev [Thu, 13 Apr 2017 11:23:37 -0700] rev 46383
8178291: Add CTW test for boot module
Reviewed-by: kvn
coleenp [Thu, 13 Apr 2017 09:42:10 -0400] rev 46382
8178336: Unnecessary SystemDictionary walk for Protection domain liveness
Summary: remove system dictionary walk and pass strong closure for !ClassUnloading
Reviewed-by: jiangli, iklam
gtriantafill [Wed, 12 Apr 2017 17:52:04 -0400] rev 46381
8150388: Remove SPARC 32-bit support
Reviewed-by: hseigel, coleenp, dholmes, kvn
coleenp [Wed, 12 Apr 2017 08:02:29 -0400] rev 46380
8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure
Summary: Actually remove unused functions like classes_do and methods_do.
Reviewed-by: iveresov, sspitsyn, dholmes
pliden [Wed, 12 Apr 2017 08:49:08 +0200] rev 46379
8178363: Incorrect check for nmethod re-registration in C1
Reviewed-by: stefank, rbackman
kbarrett [Wed, 12 Apr 2017 01:31:36 -0400] rev 46378
8160748: Inconsistent types for ideal_reg
Summary: Made ideal_reg consistently uint.
Reviewed-by: kvn, iveresov
pliden [Tue, 11 Apr 2017 11:12:58 +0200] rev 46377
8178364: Command-line flags of type double should accept integer values
Reviewed-by: dholmes, sjohanss
jwilhelm [Mon, 10 Apr 2017 20:10:09 +0200] rev 46376
Merge