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
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48868
Merge
dstewart [Tue, 06 Feb 2018 14:11:47 +0530] rev 48867
8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
Reviewed-by: dholmes, sballal
Contributed-by: stewartd.qdt@qualcommdatacenter.com
dstewart [Tue, 06 Feb 2018 11:43:13 +0530] rev 48866
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
Summary: Modified test search strings to those guaranteed to exist in the passing cases.
Reviewed-by: dholmes, jgeorge
zgu [Mon, 05 Feb 2018 13:23:26 -0500] rev 48865
8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
Summary: Create tracker in place to avoid additional locking
Reviewed-by: coleenp
thartmann [Mon, 05 Feb 2018 08:08:01 +0100] rev 48864
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
Summary: Print detailed error if class transformation fails. Exclude tests from Graal testing.
Reviewed-by: kvn, dholmes, sspitsyn
thartmann [Mon, 05 Feb 2018 07:20:26 +0100] rev 48863
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
Summary: Exclude test from Graal testing.
Reviewed-by: kvn, dholmes, mchung
thartmann [Mon, 05 Feb 2018 07:14:24 +0100] rev 48862
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
Summary: Exclude test from Graal testing.
Reviewed-by: kvn, epavlova