cjplummer [Thu, 29 Nov 2012 13:55:49 -0800] rev 14587
Merge
jiangli [Tue, 27 Nov 2012 17:03:56 -0500] rev 14586
8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Summary: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Reviewed-by: bdelsart, sspitsyn, coleenp
johnc [Thu, 29 Nov 2012 11:23:15 -0800] rev 14585
Merge
johnc [Tue, 27 Nov 2012 14:11:37 -0800] rev 14584
7194633: G1: Assertion and guarantee failures in block offset table
Summary: Add detailed error messages to assertions and guarantees in G1's block offset table.
Reviewed-by: ysr, brutisso
stefank [Tue, 27 Nov 2012 14:20:21 +0100] rev 14583
8003935: Simplify the needed includes for using Thread::current()
Reviewed-by: dholmes, rbackman, coleenp
stefank [Tue, 27 Nov 2012 10:13:20 +0100] rev 14582
8003720: NPG: Method in interpreter stack frame can be deallocated
Summary: Pass down a closure during root scanning to keep the class of the method alive.
Reviewed-by: coleenp, jcoomes
coleenp [Mon, 26 Nov 2012 12:31:03 -0500] rev 14581
8003722: More gcc 4.7 compilation errors
Summary: Add a few more this->qualifications.
Reviewed-by: coleenp, dholmes
Contributed-by: duboscq@ssw.jku.at
brutisso [Tue, 20 Nov 2012 11:40:11 +0100] rev 14580
7198334: UseNUMA modifies system parameters on non-NUMA system
Summary: The flags MinHeapDeltaBytes and UseNUMAInterleaving must be adjusted after the OS have adjusted the UseNUMA flag in the method os::init_2.
Reviewed-by: dholmes, brutisso
Contributed-by: erik.helin@oracle.com
coleenp [Wed, 28 Nov 2012 17:50:21 -0500] rev 14579
8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer.
Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
coleenp [Wed, 28 Nov 2012 08:43:26 -0800] rev 14578
Merge