jjg [Wed, 20 Feb 2019 16:15:02 -0800] rev 53863
8218998: Add metadata to generated API documentation files
Reviewed-by: hannesw
jwilhelm [Thu, 21 Feb 2019 01:06:53 +0100] rev 53862
Added tag jdk-13+9 for changeset c081f3ea6b93
hseigel [Wed, 20 Feb 2019 16:20:53 -0500] rev 53861
8218995: Deprecate the -XX:FailOverToOldVerifier option
Summary: Deprecate the option and change affected tests so that they no longer need the option.
Reviewed-by: dholmes, lfoltan
iignatyev [Wed, 20 Feb 2019 11:51:23 -0800] rev 53860
8219476: cleanup hotspot ProblemList
Reviewed-by: jwilhelm
phh [Wed, 20 Feb 2019 11:43:59 -0800] rev 53859
Merge
phh [Wed, 20 Feb 2019 11:36:02 -0800] rev 53858
8215622: Add dump to file support for jmap –histo
Summary: Add "file=" to jmap "histo" jmap, Hotspot support in attachListener.cpp:heap_inspection.
Reviewed-by: phh, sspitsyn
Contributed-by: Lin Zang <zanglin5@jd.com>
iignatyev [Wed, 20 Feb 2019 11:32:53 -0800] rev 53857
8219395: integrate gcov w/ run-test
Reviewed-by: erikj
valeriep [Wed, 20 Feb 2019 19:16:45 +0000] rev 53856
8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
Summary: changed variable declaration type to byte* from long* to fix SIGBUS error
Reviewed-by: ascarpino