< prev index next >

src/hotspot/share/precompiled/precompiled.hpp

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2010, 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. --- 1,7 ---- /* ! * Copyright (c) 2010, 2020, 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.
*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! // Precompiled headers are turned off for Solaris Studio, ! // or if the user passes --disable-precompiled-headers to configure. #ifndef DONT_USE_PRECOMPILED_HEADER // These header files are included in at least 130 C++ files, as of // measurements made in November 2018. This list excludes files named --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! // Precompiled headers are turned off if the user passes ! // --disable-precompiled-headers to configure. #ifndef DONT_USE_PRECOMPILED_HEADER // These header files are included in at least 130 C++ files, as of // measurements made in November 2018. This list excludes files named
< prev index next >