minqi [Tue, 09 Sep 2014 18:56:24 +0000] rev 26570
Merge
minqi [Mon, 08 Sep 2014 22:48:09 -0700] rev 26569
8056930: Output host info under some condition for core dump
Summary: Output host name after java crashed for debug version.
Reviewed-by: dholmes, ccheung
Contributed-by: yumin.qi@oracle.com
gtriantafill [Tue, 09 Sep 2014 09:48:42 -0700] rev 26568
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
Reviewed-by: ctornqvi, lfoltan
igerasim [Mon, 08 Sep 2014 23:49:39 +0400] rev 26567
8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build
Reviewed-by: dholmes, mseledtsov
coleenp [Mon, 08 Sep 2014 11:14:41 -0400] rev 26566
8057696: java -version triggers assertion for slowdebug zero builds
Summary: The change as introduced with JDK-8003426 removed some zero code in cppInterpreter_zero.cpp which called generate_normal_entry() in that same file with a value of synchronized == false unconditionally. However, since the new code calls generate_normal_entry() with either true or false, the assertion in this method is no longer valid.
Reviewed-by: coleenp
Contributed-by: sgehwolf@redhat.com
erikj [Thu, 28 Aug 2014 11:59:04 +0200] rev 26565
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
Reviewed-by: dholmes, ihse, dcubed