src/share/vm/runtime/os_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/os_ext.hpp	Wed May 27 10:37:43 2015
--- new/src/share/vm/runtime/os_ext.hpp	Wed May 27 10:37:42 2015

*** 1,7 **** --- 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 **** --- 23,36 ---- */ #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP #define SHARE_VM_RUNTIME_OS_EXT_HPP public: + #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