src/hotspot/share/gc/shared/concurrentGCThread.cpp
changeset 53103 67e3a8b3449c
parent 52302 912b79d983d9
child 54301 2f522c487791
--- a/src/hotspot/share/gc/shared/concurrentGCThread.cpp	Wed Dec 26 19:24:00 2018 -0500
+++ b/src/hotspot/share/gc/shared/concurrentGCThread.cpp	Thu Dec 27 21:17:11 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2018, 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
@@ -49,7 +49,6 @@
 }
 
 void ConcurrentGCThread::initialize_in_thread() {
-  this->initialize_named_thread();
   this->set_active_handles(JNIHandleBlock::allocate_block());
   // From this time Thread::current() should be working.
   assert(this == Thread::current(), "just checking");