glaubitz [Tue, 21 Nov 2017 15:24:38 +0100] rev 48019
8191663: Zero variant broken after 8189170 and 8189871
Reviewed-by: eosterlund, coleenp
ccheung [Tue, 21 Nov 2017 15:45:33 -0800] rev 48018
8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
Summary: added missing import statement
Reviewed-by: dcubed, dholmes
ecaspole [Tue, 21 Nov 2017 16:27:01 -0500] rev 48017
8191615: LogCompilation can show bytes
Summary: Print the bytes size of a method as it is now contained in the log
Reviewed-by: kvn, vlivanov
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