tschatzl [Mon, 16 Sep 2013 09:41:03 +0200] rev 19995
Merge
shade [Fri, 13 Sep 2013 07:57:13 +0200] rev 19994
8024671: G1 generates assert error messages in product builds
Reviewed-by: brutisso, tschatzl
stefank [Fri, 13 Sep 2013 22:25:27 +0200] rev 19993
8024752: Log TraceMetadata* output to gclog_or_tty instead of tty
Reviewed-by: brutisso, mgerdin, coleenp
stefank [Fri, 13 Sep 2013 22:23:48 +0200] rev 19992
8024751: Fix bugs in TraceMetadata
Reviewed-by: jmasa, brutisso
stefank [Fri, 13 Sep 2013 22:22:14 +0200] rev 19991
8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize
Reviewed-by: jwilhelm, brutisso, tschatzl
stefank [Fri, 13 Sep 2013 22:21:06 +0200] rev 19990
8024651: Remove the incorrect usage of Metablock::overhead()
Reviewed-by: brutisso, mgerdin, coleenp, jmasa
stefank [Thu, 12 Sep 2013 10:15:54 +0200] rev 19989
8024638: Count and expose the amount of committed memory in the metaspaces
Reviewed-by: brutisso, ehelin
ehelin [Thu, 12 Sep 2013 10:15:30 +0200] rev 19988
8023476: Metaspace capacity > reserved
Reviewed-by: stefank, hseigel, mgerdin
tschatzl [Wed, 11 Sep 2013 18:47:54 +0200] rev 19987
Merge
tschatzl [Wed, 11 Sep 2013 16:25:02 +0200] rev 19986
8010722: assert: failed: heap size is too big for compressed oops
Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
Reviewed-by: stefank, dholmes