< prev index next >

src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 46,56 **** _started(false), _in_progress(false), _vtime_accum(0.0), _vtime_mark_accum(0.0) { ! set_name("G1 Main Concurrent Mark GC Thread"); create_and_start(); } class CMCheckpointRootsFinalClosure: public VoidClosure { --- 46,56 ---- _started(false), _in_progress(false), _vtime_accum(0.0), _vtime_mark_accum(0.0) { ! set_name("G1 Main Marker"); create_and_start(); } class CMCheckpointRootsFinalClosure: public VoidClosure {
< prev index next >