src/share/vm/runtime/os_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8059557_open Cdiff src/share/vm/runtime/os_ext.hpp

src/share/vm/runtime/os_ext.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 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) 2011, 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.
*** 23,33 **** */ #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP #define SHARE_VM_RUNTIME_OS_EXT_HPP ! public: static void init_globals_ext() {} // Run from init_globals(). // See os.hpp/cpp and init.cpp. private: --- 23,36 ---- */ #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP #define SHARE_VM_RUNTIME_OS_EXT_HPP ! #define EMIT_RANGES_FOR_GLOBALS_EXT // NOP ! #define EMIT_CONSTRAINTS_FOR_GLOBALS_EXT // NOP ! ! public: static void init_globals_ext() {} // Run from init_globals(). // See os.hpp/cpp and init.cpp. private:
src/share/vm/runtime/os_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File