mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7014923
: G1: code cleanup
Some G1 code cleanup. Reviewed-by: johnc, jcoomes, jwilhelm
This commit is contained in:
parent
3a4f0a735e
commit
3ff554aec1
15 changed files with 310 additions and 318 deletions
|
@ -237,9 +237,9 @@ void ConcurrentMarkThread::run() {
|
|||
// The following will finish freeing up any regions that we
|
||||
// found to be empty during cleanup. We'll do this part
|
||||
// without joining the suspendible set. If an evacuation pause
|
||||
// takes places, then we would carry on freeing regions in
|
||||
// takes place, then we would carry on freeing regions in
|
||||
// case they are needed by the pause. If a Full GC takes
|
||||
// places, it would wait for us to process the regions
|
||||
// place, it would wait for us to process the regions
|
||||
// reclaimed by cleanup.
|
||||
|
||||
double cleanup_start_sec = os::elapsedTime();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue