src/share/vm/runtime/os_ext.hpp

Wed, 19 Nov 2014 14:21:09 -0800

author
mchung
date
Wed, 19 Nov 2014 14:21:09 -0800
changeset 7368
fa6adc194d48
parent 4376
79f492f184d0
child 6876
710a3c8b516e
permissions
-rw-r--r--

8064667: Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8
Reviewed-by: coleenp, ccheung

phh@3378 1 /*
katleman@4376 2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
phh@3378 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
phh@3378 4 *
phh@3378 5 * This code is free software; you can redistribute it and/or modify it
phh@3378 6 * under the terms of the GNU General Public License version 2 only, as
phh@3378 7 * published by the Free Software Foundation.
phh@3378 8 *
phh@3378 9 * This code is distributed in the hope that it will be useful, but WITHOUT
phh@3378 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
phh@3378 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
phh@3378 12 * version 2 for more details (a copy is included in the LICENSE file that
phh@3378 13 * accompanied this code).
phh@3378 14 *
phh@3378 15 * You should have received a copy of the GNU General Public License version
phh@3378 16 * 2 along with this work; if not, write to the Free Software Foundation,
phh@3378 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
phh@3378 18 *
phh@3378 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
phh@3378 20 * or visit www.oracle.com if you need additional information or have any
phh@3378 21 * questions.
phh@3378 22 *
phh@3378 23 */
phh@3378 24
phh@3378 25 #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP
phh@3378 26 #define SHARE_VM_RUNTIME_OS_EXT_HPP
phh@3378 27
phh@3378 28 public:
phh@3378 29 static void init_globals_ext() {} // Run from init_globals().
phh@3378 30 // See os.hpp/cpp and init.cpp.
phh@3378 31
phh@3378 32 private:
phh@3378 33
phh@3378 34 #endif // SHARE_VM_RUNTIME_OS_EXT_HPP

mercurial