aharlap [Mon, 01 May 2017 10:50:38 -0400] rev 46423
8178542: G1: VM hangs during shutdown due to mark stack overflow
Summary: Removed not needed call to clear_has_overflown() to avoid inconsistent state
Reviewed-by: kbarrett, sangheki
8179019: Correct range checks for command-line options ArraycopySrcPrefetchDistance and ArraycopyDstPrefetchDistance
Summary: Update constraint for the command-line options. Change stubs to use register values instead of immediates.
Reviewed-by: kvn
8179235: PackageEntryTables should be created eagerly
Summary: Create the PackageEntryTables in the constructor for ClassLoaderData.
Reviewed-by: dholmes, sspitsyn