minqi [Mon, 16 Sep 2013 18:39:53 -0700] rev 19969
Merge
minqi [Mon, 16 Sep 2013 15:35:04 -0700] rev 19968
7164841: Improvements to the GC log file rotation
Summary: made changes to easily identify current log file in rotation. Parameterize the input with %t for time replacement in file name.
Reviewed-by: ccheung, tschatzl, tamao, zgu
Contributed-by: yumin.qi@oracle.com
acorn [Mon, 16 Sep 2013 15:24:11 -0700] rev 19967
Merge
acorn [Mon, 16 Sep 2013 17:57:56 -0400] rev 19966
8024647: Default method resolution with private superclass method
Reviewed-by: kamg, minqi
dcubed [Mon, 16 Sep 2013 12:43:34 -0700] rev 19965
6986195: correctly identify Ubuntu as the operating system in crash report instead of "Debian"
Summary: Cleanup and document how various Linux release info files are used by print_distro_info().
Reviewed-by: dcubed, dsamersoff, coleenp, iklam, omajid
Contributed-by: gerald.thornbrugh@oracle.com
dholmes [Mon, 16 Sep 2013 07:38:13 -0400] rev 19964
6900441: PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
Summary: Associate CLOCK_MONOTONIC with the pthread_cond_t objects used for relative timed waits
Reviewed-by: dcubed, shade
sspitsyn [Fri, 13 Sep 2013 16:56:58 -0700] rev 19963
Merge
sspitsyn [Fri, 13 Sep 2013 12:48:50 -0700] rev 19962
8024346: ~CautiouslyPreserveExceptionMark - assert(!_thread->has_pending_exception()) failed: unexpected exception generated
Summary: Pending exceptions must be handled properly after a call to the JVMTI merge_cp_and_rewrite
Reviewed-by: coleenp, dholmes
Contributed-by: serguei.spitsyn@oracle.com
sspitsyn [Fri, 13 Sep 2013 12:47:44 -0700] rev 19961
8024345: 'assert(_value != NULL) failed: resolving NULL _value' from VM_RedefineClasses::set_new_constant_pool
Summary: The OOME's in the JVMTI merge_cp_and_rewrite and set_new_constant_pool must be handled correctly
Reviewed-by: coleenp, dholmes
Contributed-by: serguei.spitsyn@oracle.com
sspitsyn [Fri, 13 Sep 2013 12:46:40 -0700] rev 19960
8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false) failed: insert_space_at() failed
Summary: Handle pending exceptions instead of firing a guarantee()
Reviewed-by: coleenp, dholmes
Contributed-by: serguei.spitsyn@oracle.com