hotspot/src/share/vm/gc_implementation/g1/g1StringDedupThread.cpp
changeset 29464 02c245ad3ec9
parent 25351 7c198a690050
child 30613 a7815bb05ae2
equal deleted inserted replaced
29331:b788134d664a 29464:02c245ad3ec9
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    32 
    32 
    33 G1StringDedupThread* G1StringDedupThread::_thread = NULL;
    33 G1StringDedupThread* G1StringDedupThread::_thread = NULL;
    34 
    34 
    35 G1StringDedupThread::G1StringDedupThread() :
    35 G1StringDedupThread::G1StringDedupThread() :
    36   ConcurrentGCThread() {
    36   ConcurrentGCThread() {
    37   set_name("String Deduplication Thread");
    37   set_name("G1 StrDedup");
    38   create_and_start();
    38   create_and_start();
    39 }
    39 }
    40 
    40 
    41 G1StringDedupThread::~G1StringDedupThread() {
    41 G1StringDedupThread::~G1StringDedupThread() {
    42   ShouldNotReachHere();
    42   ShouldNotReachHere();