tschatzl [Wed, 16 Mar 2016 12:23:13 +0100] rev 37123
8151614: Improve logging in concurrent mark code
Summary: Move detailed concurrent mark phase logging to "gc, marking" tags and add a summary "Concurrent Cycle" log message when only using "gc" logging.
Reviewed-by: sangheki, brutisso
tschatzl [Wed, 16 Mar 2016 12:21:18 +0100] rev 37122
8151126: Clean up duplicate code for clearing the mark bitmaps
Summary: Merge the code to clear the mark bitmap concurrently and in the STW pause.
Reviewed-by: jmasa, tbenson
brutisso [Wed, 16 Mar 2016 13:28:07 +0000] rev 37121
Merge
brutisso [Wed, 16 Mar 2016 13:38:54 +0100] rev 37120
8151336: Root region scanning should be cancelled and disabled when the ConcurrentMarkThread::run_service() exits
Reviewed-by: pliden, tschatzl
kevinw [Wed, 16 Mar 2016 12:08:29 +0000] rev 37119
Merge
kevinw [Wed, 16 Mar 2016 11:13:37 +0000] rev 37118
Merge
csahu [Mon, 14 Mar 2016 18:05:37 +0530] rev 37117
8151509: In check_addr0() function pointer is not updated correctly
Reviewed-by: dholmes, ddmitriev, stuefe
Contributed-by: cheleswer.sahu@oracle.com