ccheung [Tue, 21 Nov 2017 09:49:52 -0800] rev 48016
8188122: Path length limits on Windows leads to obscure class loading failures
Summary: Used the unicode version of windows API's to handled long paths and avoid using the stat() function.
Reviewed-by: stuefe, iklam
iklam [Tue, 21 Nov 2017 09:20:56 -0800] rev 48015
8191042: Deprecate VM option CheckEndorsedAndExtDirs
Reviewed-by: dholmes
dlong [Tue, 21 Nov 2017 09:04:42 -0800] rev 48014
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
gziemski [Tue, 21 Nov 2017 10:21:24 -0600] rev 48013
8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
Summary: Guarded the test with the tag requiring debug build
Reviewed-by: jiangli
rkennke [Tue, 21 Nov 2017 12:48:17 +0100] rev 48012
8191562: Missing include in gcArguments.cpp breaks minimal JVM build
Reviewed-by: mdoerr, ehelin
ihse [Tue, 21 Nov 2017 15:02:17 +0100] rev 48011
8191203: Remove duplicated jimage.hpp
Reviewed-by: dholmes
ehelin [Tue, 21 Nov 2017 08:33:54 +0100] rev 48010
8182284: G1Analytics uses uninitialized fields
Reviewed-by: tschatzl, sjohanss
ihse [Tue, 21 Nov 2017 09:44:50 +0100] rev 48009
8190418: Stop generating jvmtiEnvStub and jvmtiEnvRecommended
Reviewed-by: erikj, tbell, dholmes