src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
changeset 48005 9fd89aabb6cd
parent 47679 4cfcb7be4984
child 48105 8d15b1369c7a
--- a/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp	Mon Nov 20 09:46:55 2017 +0000
+++ b/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp	Mon Nov 20 15:56:32 2017 -0500
@@ -193,7 +193,7 @@
 
   set_desired_size(initial_desired_size());
 
-  // Following check is needed because at startup the main (primordial)
+  // Following check is needed because at startup the main
   // thread is initialized before the heap is.  The initialization for
   // this thread is redone in startup_initialization below.
   if (Universe::heap() != NULL) {
@@ -240,7 +240,7 @@
   }
 #endif
 
-  // During jvm startup, the main (primordial) thread is initialized
+  // During jvm startup, the main thread is initialized
   // before the heap is initialized.  So reinitialize it now.
   guarantee(Thread::current()->is_Java_thread(), "tlab initialization thread not Java thread");
   Thread::current()->tlab().initialize();