psandoz [Wed, 07 Feb 2018 12:37:30 -0800] rev 48878
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
amenkov [Wed, 07 Feb 2018 10:25:10 -0800] rev 48877
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
Reviewed-by: sspitsyn, mseledtsov
clanger [Wed, 07 Feb 2018 16:03:12 +0100] rev 48876
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
Reviewed-by: stuefe, dholmes
rwestberg [Tue, 06 Feb 2018 15:48:50 +0100] rev 48875
8193308: Disallow installing user signal handlers for SIGBUS on OSX
Reviewed-by: stuefe, dholmes
jwilhelm [Wed, 07 Feb 2018 03:43:29 +0100] rev 48874
8196924: [BACKOUT] NMT: Report array class count in NMT summary
Reviewed-by: dholmes
zgu [Tue, 06 Feb 2018 08:24:36 -0500] rev 48873
8193184: NMT: Report array class count in NMT summary
Summary: Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
coleenp [Tue, 06 Feb 2018 18:10:30 -0500] rev 48872
8196907: Fix minimal vm
Reviewed-by: zgu, dholmes
hseigel [Tue, 06 Feb 2018 13:41:49 -0500] rev 48871
8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations
Summary: Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, lfoltan, gtriantafill
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48870
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48869
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing.
Reviewed-by: acorn, psandoz