jiangli [Tue, 29 Nov 2016 11:26:25 -0500] rev 42614
8170297: runtime/SharedArchiveFile/LargeSharedSpace.java didn't run out of memory
Summary: Split the test cases. Add -XX:+UseCompressedClassPointers -XX:CompressedClassSpaceSize=3G for the 64-bit -XX:SharedMiscCodeSize=1600386047 test case.
Reviewed-by: ccheung, iklam, dholmes
kzhaldyb [Mon, 28 Nov 2016 18:54:30 +0300] rev 42613
8166156: Convert test_semaphore to GTest
Reviewed-by: kbarrett, tschatzl, stefank
kzhaldyb [Fri, 25 Nov 2016 20:00:51 +0300] rev 42612
8169003: LogDecorations.iso8601_utctime_test fails if numeric locale uses "," as separator between integer and fraction part
Reviewed-by: mlarsson, iignatyev
thartmann [Tue, 29 Nov 2016 08:48:14 +0100] rev 42611
Merge
thartmann [Tue, 29 Nov 2016 08:16:15 +0100] rev 42610
8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
Summary: Prevent MemBarAcquire from keeping a LoadNNode alive by adding it to the worklist if it is the only user of a DecodeNNode.
Reviewed-by: kvn
dbuck [Tue, 29 Nov 2016 06:20:56 +0000] rev 42609
8170431: non-ASCII characters in source code comments (jimage.hpp)
Reviewed-by: dholmes
iklam [Sun, 27 Nov 2016 19:58:30 -0800] rev 42608
8169867: Method::restore_unshareable_info does not invoke Method::link_method
Reviewed-by: jiangli, kvn, thartmann