hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 10545 fec876499aae
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2010 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2010 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    21  * or visit www.oracle.com if you need additional information or have any
    21  * or visit www.oracle.com if you need additional information or have any
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #include "incls/_precompiled.incl"
    26 #include "precompiled.hpp"
    27 #include "incls/_stubGenerator_zero.cpp.incl"
    27 #include "asm/assembler.hpp"
       
    28 #include "assembler_zero.inline.hpp"
       
    29 #include "interpreter/interpreter.hpp"
       
    30 #include "nativeInst_zero.hpp"
       
    31 #include "oops/instanceOop.hpp"
       
    32 #include "oops/methodOop.hpp"
       
    33 #include "oops/objArrayKlass.hpp"
       
    34 #include "oops/oop.inline.hpp"
       
    35 #include "prims/methodHandles.hpp"
       
    36 #include "runtime/frame.inline.hpp"
       
    37 #include "runtime/handles.inline.hpp"
       
    38 #include "runtime/sharedRuntime.hpp"
       
    39 #include "runtime/stubCodeGenerator.hpp"
       
    40 #include "runtime/stubRoutines.hpp"
       
    41 #include "stack_zero.inline.hpp"
       
    42 #include "utilities/top.hpp"
       
    43 #ifdef TARGET_OS_FAMILY_linux
       
    44 # include "thread_linux.inline.hpp"
       
    45 #endif
       
    46 #ifdef COMPILER2
       
    47 #include "opto/runtime.hpp"
       
    48 #endif
    28 
    49 
    29 // Declaration and definition of StubGenerator (no .hpp file).
    50 // Declaration and definition of StubGenerator (no .hpp file).
    30 // For a more detailed description of the stub routine structure
    51 // For a more detailed description of the stub routine structure
    31 // see the comment in stubRoutines.hpp
    52 // see the comment in stubRoutines.hpp
    32 
    53