--- old/src/share/vm/memory/threadLocalAllocBuffer.cpp 2018-01-26 00:12:33.547196920 -0500 +++ new/src/share/vm/memory/threadLocalAllocBuffer.cpp 2018-01-26 00:12:33.496196923 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 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 @@ -200,7 +200,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) { @@ -223,7 +223,7 @@ _global_stats = new GlobalTLABStats(); - // 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();