< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahWorkGroup.cpp

Print this page
@@ -1,7 +1,8 @@
  /*
   * Copyright (c) 2017, 2021, Red Hat, Inc. All rights reserved.
+  * Copyright (c) 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.

@@ -71,10 +72,9 @@
    uint nworkers = _workers->set_active_workers(_old_workers);
    assert(nworkers == _old_workers, "Must be able to restore");
  }
  
  void ShenandoahWorkerThreads::on_create_worker(WorkerThread* worker) {
-   ShenandoahThreadLocalData::create(worker);
    if (_initialize_gclab) {
      ShenandoahThreadLocalData::initialize_gclab(worker);
    }
  }
< prev index next >