coleenp [Mon, 08 Jan 2018 12:02:48 -0500] rev 48620
Merge
coleenp [Mon, 08 Jan 2018 09:46:31 -0500] rev 48619
8058259: compute_offset() is confusing for static fields
Summary: remove most hard-coded offsets, have compute_offset function that takes a string and creates a TempNewSymbol, have static_field_addr() not add in InstanceMirrorKlass::offset_of_static_fields, ie use offset from find_field
Reviewed-by: kbarrett, sspitsyn
eosterlund [Mon, 08 Jan 2018 16:21:23 +0100] rev 48618
8192003: Refactor weak references in StringTable to use the Access API
Reviewed-by: pliden, dholmes, coleenp
dcubed [Mon, 08 Jan 2018 09:58:38 -0500] rev 48617
8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
Reviewed-by: fparain, gthornbr, stuefe
eosterlund [Mon, 08 Jan 2018 15:12:05 +0100] rev 48616
8191894: Refactor weak references in JvmtiTagHashmap to use the Access API
Reviewed-by: sspitsyn, coleenp
eosterlund [Mon, 08 Jan 2018 15:09:18 +0100] rev 48615
8191904: Refactor weak oops in ResolvedMethodTable to use the Access API
Reviewed-by: kbarrett, coleenp