stefank [Thu, 22 Feb 2018 18:34:39 +0100] rev 49044
8198507: Remove CollectorPolicy::create_rem_set
Reviewed-by: pliden, tschatzl
stefank [Thu, 22 Feb 2018 18:34:18 +0100] rev 49043
8198373: Remove CollectorPolicy::is/as functions
Reviewed-by: sjohanss, pliden
lfoltan [Thu, 22 Feb 2018 12:05:17 -0500] rev 49042
8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
Summary: Change to use the functional version of _get_timezone for VS2017.
Reviewed-by: coleenp, hseigel
Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
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