hotspot/src/cpu/sparc/vm/runtime_sparc.cpp
changeset 9976 6fef34e63df1
parent 7397 5b173b4ca846
child 14631 526804361522
equal deleted inserted replaced
9975:82190b49ce14 9976:6fef34e63df1
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2011, 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.
    39 #include "vmreg_sparc.inline.hpp"
    39 #include "vmreg_sparc.inline.hpp"
    40 #endif
    40 #endif
    41 
    41 
    42 
    42 
    43 #define __ masm->
    43 #define __ masm->
    44 
       
    45 ExceptionBlob      *OptoRuntime::_exception_blob;
       
    46 
    44 
    47 //------------------------------ generate_exception_blob ---------------------------
    45 //------------------------------ generate_exception_blob ---------------------------
    48 // creates exception blob at the end
    46 // creates exception blob at the end
    49 // Using exception blob, this code is jumped from a compiled method.
    47 // Using exception blob, this code is jumped from a compiled method.
    50 // (see emit_exception_handler in sparc.ad file)
    48 // (see emit_exception_handler in sparc.ad file)