poonam [Thu, 25 Feb 2016 11:27:13 +0530] rev 36394
8150002: Check for the validity of oop before printing it in verify_remembered_set
Summary: Adding missing check for valid oop.
Reviewed-by: dcubed
Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
coleenp [Wed, 02 Mar 2016 17:09:32 +0000] rev 36393
Merge
rprotacio [Wed, 02 Mar 2016 10:59:25 -0500] rev 36392
8150746: runtime/logging/ItablesTest.java fails with: java.lang.RuntimeException: 'Resolving: klass: ' missing from stdout/stderr
Summary: Deleted logging line from code and test because unnecessary
Reviewed-by: twisti, coleenp
tschatzl [Wed, 02 Mar 2016 17:08:40 +0100] rev 36391
Merge
tschatzl [Wed, 02 Mar 2016 15:57:48 +0100] rev 36390
8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Summary: Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages.
Reviewed-by: brutisso, sjohanss
tschatzl [Wed, 02 Mar 2016 15:55:47 +0100] rev 36389
8147121: Evacuation failure allocation statistics added too late
Summary: Move adding evacuation failure statistics to after free_collection_set.
Reviewed-by: brutisso, drwhite