< prev index next >

src/os/bsd/vm/os_bsd.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2015, 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. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 3609,3619 **** } init_page_sizes((size_t) Bsd::page_size()); Bsd::initialize_system_info(); ! // main_thread points to the aboriginal thread Bsd::_main_thread = pthread_self(); Bsd::clock_init(); initial_time_count = javaTimeNanos(); --- 3609,3619 ---- } init_page_sizes((size_t) Bsd::page_size()); Bsd::initialize_system_info(); ! // _main_thread points to the thread that created/loaded the JVM. Bsd::_main_thread = pthread_self(); Bsd::clock_init(); initial_time_count = javaTimeNanos();
< prev index next >