hotspot/src/cpu/sparc/vm/bytecodeInterpreter_sparc.cpp
changeset 13728 882756847a04
parent 7397 5b173b4ca846
equal deleted inserted replaced
13727:caf5eb7dd4a7 13728:882756847a04
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27 #include "interp_masm_sparc.hpp"
    27 #include "interp_masm_sparc.hpp"
    28 #include "interpreter/bytecodeInterpreter.hpp"
    28 #include "interpreter/bytecodeInterpreter.hpp"
    29 #include "interpreter/bytecodeInterpreter.inline.hpp"
    29 #include "interpreter/bytecodeInterpreter.inline.hpp"
    30 #include "interpreter/interpreter.hpp"
    30 #include "interpreter/interpreter.hpp"
    31 #include "interpreter/interpreterRuntime.hpp"
    31 #include "interpreter/interpreterRuntime.hpp"
    32 #include "oops/methodDataOop.hpp"
    32 #include "oops/methodData.hpp"
    33 #include "oops/methodOop.hpp"
    33 #include "oops/method.hpp"
    34 #include "oops/oop.inline.hpp"
    34 #include "oops/oop.inline.hpp"
    35 #include "prims/jvmtiExport.hpp"
    35 #include "prims/jvmtiExport.hpp"
    36 #include "prims/jvmtiThreadState.hpp"
    36 #include "prims/jvmtiThreadState.hpp"
    37 #include "runtime/deoptimization.hpp"
    37 #include "runtime/deoptimization.hpp"
    38 #include "runtime/frame.inline.hpp"
    38 #include "runtime/frame.inline.hpp"