src/cpu/zero/vm/vtableStubs_zero.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright 2007 Red Hat, Inc. * 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 --- 1,7 ---- /* ! * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2007 Red Hat, Inc. * 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
*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_vtableStubs_zero.cpp.incl" VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { ShouldNotCallThis(); } --- 21,43 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "asm/assembler.hpp" ! #include "assembler_zero.inline.hpp" ! #include "code/vtableStubs.hpp" ! #include "interp_masm_zero.hpp" ! #include "memory/resourceArea.hpp" ! #include "oops/instanceKlass.hpp" ! #include "oops/klassVtable.hpp" ! #include "runtime/sharedRuntime.hpp" ! #include "vmreg_zero.inline.hpp" ! #ifdef COMPILER2 ! #include "opto/runtime.hpp" ! #endif VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { ShouldNotCallThis(); }