mseledtsov [Thu, 15 Feb 2018 13:37:50 -0800] rev 48980
8197906: Enable CDS mode execution of jtreg tests via make
Summary: changed make file to add this functionality
Reviewed-by: iignatyev, ihse
Contributed-by: erik.joelsson@oracle.com
iklam [Wed, 14 Feb 2018 07:08:25 -0800] rev 48979
8179249: Improve process output analysis in CDS tests
Summary: Added new API TestCommon.run(...).assertNormalExit(...), etc
Reviewed-by: mseledtsov
cjplummer [Thu, 15 Feb 2018 09:22:25 -0800] rev 48978
8196909: gcc 7.2.1 compiler warning in libdt_socket
Summary: fixed warning
Reviewed-by: sspitsyn, clanger
jwilhelm [Thu, 15 Feb 2018 16:16:17 +0100] rev 48977
Merge
thartmann [Thu, 15 Feb 2018 09:17:56 +0100] rev 48976
8197828: Null pointer dereference in MultiNode::proj_out_or_null
Summary: Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
zgu [Wed, 14 Feb 2018 17:20:59 -0500] rev 48975
8193373: Cleanup ElfFile and family
Summary: Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
jwilhelm [Wed, 14 Feb 2018 16:42:00 +0100] rev 48974
8197945: Qurarantine failing condy tests
Reviewed-by: coleenp, lfoltan, kbarrett
ccheung [Wed, 14 Feb 2018 10:32:19 -0800] rev 48973
8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
Summary: add an unverifiable method to the test class
Reviewed-by: dholmes, iklam
iklam [Wed, 14 Feb 2018 06:57:28 -0800] rev 48972
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
Reviewed-by: coleenp
coleenp [Wed, 14 Feb 2018 09:09:37 -0500] rev 48971
8197772: metaspace uses global operator new/delete for gtest testing
Summary: Inherit ChunkManagerReturnTestImpl from CHeapObj
Reviewed-by: kbarrett, zgu