eosterlund [Thu, 22 Feb 2018 10:39:42 +0100] rev 49041
8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Reviewed-by: pliden, rkennke
kbarrett [Wed, 21 Feb 2018 23:30:01 -0500] rev 49040
8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp
Summary: Use <stdint.h> and <inttypes.h> on Windows instead of emulation.
Reviewed-by: coleenp, lfoltan, gtriantafill
stuefe [Tue, 13 Feb 2018 14:38:09 +0100] rev 49039
8197827: [windows] Small cleanups after JDK-8185712
Reviewed-by: zgu, dholmes
coleenp [Wed, 21 Feb 2018 14:08:26 -0500] rev 49038
8068593: Remove or repurpose unused PerfCounters from objectMonitor
Reviewed-by: redestad, dcubed
hseigel [Wed, 21 Feb 2018 11:18:52 -0500] rev 49037
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
Summary: Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, alanb, acorn, dholmes
rkennke [Thu, 15 Feb 2018 23:45:15 +0100] rev 49036
8197999: Accessors in typeArrayOopDesc should use new Access API
Reviewed-by: eosterlund, pliden