--- old/src/hotspot/os/bsd/globals_bsd.hpp 2018-10-22 11:22:10.000000000 -0500 +++ new/src/hotspot/os/bsd/globals_bsd.hpp 2018-10-22 11:22:10.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 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 @@ -7,7 +7,7 @@ * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). @@ -46,12 +46,6 @@ /* overridden in Arguments::parse_each_vm_init_arg. */ \ product(bool, UseBsdPosixThreadCPUClocks, true, \ "enable fast Bsd Posix clocks where available") \ - \ - product(bool, UseHugeTLBFS, false, \ - "Use MAP_HUGETLB for large pages") \ - \ - product(bool, UseSHM, false, \ - "Use SYSV shared memory for large pages") // // Defines Bsd-specific default values. The flags are available on all