mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8000102: Resolve include conflicts
Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files. Reviewed-by: kvn
This commit is contained in:
parent
8d8d00ff00
commit
e228ec4078
12 changed files with 0 additions and 74 deletions
|
@ -82,12 +82,6 @@
|
||||||
# include "assembler_ppc.inline.hpp"
|
# include "assembler_ppc.inline.hpp"
|
||||||
# include "nativeInst_ppc.hpp"
|
# include "nativeInst_ppc.hpp"
|
||||||
#endif
|
#endif
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
|
@ -82,12 +82,6 @@
|
||||||
# include "assembler_ppc.inline.hpp"
|
# include "assembler_ppc.inline.hpp"
|
||||||
# include "nativeInst_ppc.hpp"
|
# include "nativeInst_ppc.hpp"
|
||||||
#endif
|
#endif
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
|
@ -70,12 +70,6 @@
|
||||||
# include "assembler_sparc.inline.hpp"
|
# include "assembler_sparc.inline.hpp"
|
||||||
# include "nativeInst_sparc.hpp"
|
# include "nativeInst_sparc.hpp"
|
||||||
#endif
|
#endif
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
|
|
|
@ -69,12 +69,6 @@
|
||||||
# include "assembler_x86.inline.hpp"
|
# include "assembler_x86.inline.hpp"
|
||||||
# include "nativeInst_x86.hpp"
|
# include "nativeInst_x86.hpp"
|
||||||
#endif
|
#endif
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#include <crtdbg.h>
|
#include <crtdbg.h>
|
||||||
|
|
|
@ -52,12 +52,6 @@
|
||||||
#include "thread_bsd.inline.hpp"
|
#include "thread_bsd.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
|
@ -58,12 +58,6 @@
|
||||||
#include "thread_bsd.inline.hpp"
|
#include "thread_bsd.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
address os::current_stack_pointer() {
|
address os::current_stack_pointer() {
|
||||||
address dummy = (address) &dummy;
|
address dummy = (address) &dummy;
|
||||||
|
|
|
@ -52,13 +52,6 @@
|
||||||
#include "thread_linux.inline.hpp"
|
#include "thread_linux.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// Linux/Sparc has rather obscure naming of registers in sigcontext
|
// Linux/Sparc has rather obscure naming of registers in sigcontext
|
||||||
// different between 32 and 64 bits
|
// different between 32 and 64 bits
|
||||||
|
|
|
@ -52,12 +52,6 @@
|
||||||
#include "thread_linux.inline.hpp"
|
#include "thread_linux.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
|
@ -53,12 +53,6 @@
|
||||||
#include "thread_linux.inline.hpp"
|
#include "thread_linux.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
address os::current_stack_pointer() {
|
address os::current_stack_pointer() {
|
||||||
address dummy = (address) &dummy;
|
address dummy = (address) &dummy;
|
||||||
|
|
|
@ -52,13 +52,6 @@
|
||||||
#include "thread_solaris.inline.hpp"
|
#include "thread_solaris.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
# include <signal.h> // needed first to avoid name collision for "std" with SC 5.0
|
# include <signal.h> // needed first to avoid name collision for "std" with SC 5.0
|
||||||
|
|
||||||
|
|
|
@ -52,12 +52,6 @@
|
||||||
#include "thread_solaris.inline.hpp"
|
#include "thread_solaris.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// put OS-includes here
|
// put OS-includes here
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
|
@ -52,12 +52,6 @@
|
||||||
#include "thread_windows.inline.hpp"
|
#include "thread_windows.inline.hpp"
|
||||||
#include "utilities/events.hpp"
|
#include "utilities/events.hpp"
|
||||||
#include "utilities/vmError.hpp"
|
#include "utilities/vmError.hpp"
|
||||||
#ifdef COMPILER1
|
|
||||||
#include "c1/c1_Runtime1.hpp"
|
|
||||||
#endif
|
|
||||||
#ifdef COMPILER2
|
|
||||||
#include "opto/runtime.hpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
# include "unwind_windows_x86.hpp"
|
# include "unwind_windows_x86.hpp"
|
||||||
#undef REG_SP
|
#undef REG_SP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue