comparison src/share/vm/runtime/deoptimization.cpp @ 4661:9ae5048b9153

Call uncommon_trap instead of fetch_unroll_info to correctly revoke biased locks on deopt.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Feb 2012 19:31:06 +0100
parents 716a2c5c0656
children 3dbcd1013cc8
comparison
equal deleted inserted replaced
4660:b06ade6e927c 4661:9ae5048b9153
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 *
23 */ 22 */
24 23
25 #include "precompiled.hpp" 24 #include "precompiled.hpp"
26 #include "classfile/systemDictionary.hpp" 25 #include "classfile/systemDictionary.hpp"
27 #include "code/debugInfoRec.hpp" 26 #include "code/debugInfoRec.hpp"