< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2001, 2014, 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.
*** 59,69 **** } initialize(); create_and_start(); // set name ! set_name("G1 Concurrent Refinement Thread#%d", worker_id); } void ConcurrentG1RefineThread::initialize() { if (_worker_id < cg1r()->worker_thread_num()) { // Current thread activation threshold --- 59,69 ---- } initialize(); create_and_start(); // set name ! set_name("G1 ConRefine#%d", worker_id); } void ConcurrentG1RefineThread::initialize() { if (_worker_id < cg1r()->worker_thread_num()) { // Current thread activation threshold
< prev index next >