goetz [Tue, 09 Jan 2018 08:38:22 +0100] rev 48626
8194814: [ppc, s390] A row of minor fixes and cleanups
Summary: Fix the data types of pd flags.
Reviewed-by: mdoerr
jcbeyler [Tue, 19 Dec 2017 20:14:52 -0800] rev 48625
8191985: JDK-8190862 work for arch arm
Summary: Fixed Interpreter never refills TLAB
Reviewed-by: dsamersoff, aph
ctornqvi [Tue, 09 Jan 2018 16:52:25 -0500] rev 48624
8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation
Reviewed-by: erikj
dtitov [Tue, 09 Jan 2018 09:51:10 -0800] rev 48623
8187448: 360 doc issues in jdwp-protocol.html
Reviewed-by: sspitsyn, amenkov
dpochepk [Tue, 09 Jan 2018 18:18:36 +0300] rev 48622
8194256: AARCH64: SIMD shift instructions are incorrectly encoded
Reviewed-by: aph
ecaspole [Mon, 08 Jan 2018 17:47:08 -0500] rev 48621
8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics
Summary: Show the intrinsics internal name in the inlining output
Reviewed-by: kvn, gtriantafill
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