comparison src/cpu/x86/vm/runtime_x86_32.cpp @ 3442:f7d55ea6ee56

7045514: SPARC assembly code for JSR 292 ricochet frames Reviewed-by: kvn, jrose
author never
date Fri, 03 Jun 2011 22:31:43 -0700
parents f95d63e2154a
children cd3d6a6b95d9
comparison
equal deleted inserted replaced
3441:f56542cb325a 3442:f7d55ea6ee56
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_x86.inline.hpp" 39 #include "vmreg_x86.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 // 48 //